command.pb.go 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. package protocol
  2. import proto "github.com/golang/protobuf/proto"
  3. import fmt "fmt"
  4. import math "math"
  5. import serial "v2ray.com/core/common/serial"
  6. import internet "v2ray.com/core/transport/internet"
  7. // Reference imports to suppress errors if they are not otherwise used.
  8. var _ = proto.Marshal
  9. var _ = fmt.Errorf
  10. var _ = math.Inf
  11. // This is a compile-time assertion to ensure that this generated file
  12. // is compatible with the proto package it is being compiled against.
  13. // A compilation error at this line likely means your copy of the
  14. // proto package needs to be updated.
  15. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
  16. type AlternativeOutboundConfig struct {
  17. Settings *serial.TypedMessage `protobuf:"bytes,1,opt,name=settings" json:"settings,omitempty"`
  18. StreamSettings *internet.StreamConfig `protobuf:"bytes,3,opt,name=stream_settings,json=streamSettings" json:"stream_settings,omitempty"`
  19. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  20. XXX_unrecognized []byte `json:"-"`
  21. XXX_sizecache int32 `json:"-"`
  22. }
  23. func (m *AlternativeOutboundConfig) Reset() { *m = AlternativeOutboundConfig{} }
  24. func (m *AlternativeOutboundConfig) String() string { return proto.CompactTextString(m) }
  25. func (*AlternativeOutboundConfig) ProtoMessage() {}
  26. func (*AlternativeOutboundConfig) Descriptor() ([]byte, []int) {
  27. return fileDescriptor_command_686d086a4af8406c, []int{0}
  28. }
  29. func (m *AlternativeOutboundConfig) XXX_Unmarshal(b []byte) error {
  30. return xxx_messageInfo_AlternativeOutboundConfig.Unmarshal(m, b)
  31. }
  32. func (m *AlternativeOutboundConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  33. return xxx_messageInfo_AlternativeOutboundConfig.Marshal(b, m, deterministic)
  34. }
  35. func (dst *AlternativeOutboundConfig) XXX_Merge(src proto.Message) {
  36. xxx_messageInfo_AlternativeOutboundConfig.Merge(dst, src)
  37. }
  38. func (m *AlternativeOutboundConfig) XXX_Size() int {
  39. return xxx_messageInfo_AlternativeOutboundConfig.Size(m)
  40. }
  41. func (m *AlternativeOutboundConfig) XXX_DiscardUnknown() {
  42. xxx_messageInfo_AlternativeOutboundConfig.DiscardUnknown(m)
  43. }
  44. var xxx_messageInfo_AlternativeOutboundConfig proto.InternalMessageInfo
  45. func (m *AlternativeOutboundConfig) GetSettings() *serial.TypedMessage {
  46. if m != nil {
  47. return m.Settings
  48. }
  49. return nil
  50. }
  51. func (m *AlternativeOutboundConfig) GetStreamSettings() *internet.StreamConfig {
  52. if m != nil {
  53. return m.StreamSettings
  54. }
  55. return nil
  56. }
  57. func init() {
  58. proto.RegisterType((*AlternativeOutboundConfig)(nil), "v2ray.core.common.protocol.AlternativeOutboundConfig")
  59. }
  60. func init() {
  61. proto.RegisterFile("v2ray.com/core/common/protocol/command.proto", fileDescriptor_command_686d086a4af8406c)
  62. }
  63. var fileDescriptor_command_686d086a4af8406c = []byte{
  64. // 262 bytes of a gzipped FileDescriptorProto
  65. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x90, 0xcf, 0x4a, 0xc3, 0x40,
  66. 0x10, 0x87, 0x89, 0x82, 0x94, 0x08, 0x0a, 0x39, 0x69, 0x0e, 0x22, 0x1e, 0x44, 0x50, 0x66, 0x25,
  67. 0x3e, 0x81, 0xcd, 0xc9, 0x83, 0x58, 0xd2, 0xe2, 0xc1, 0x4b, 0xd9, 0x6e, 0xc6, 0xb0, 0x90, 0xdd,
  68. 0x09, 0xbb, 0xd3, 0x42, 0x5e, 0xc9, 0xbb, 0xef, 0x27, 0xd9, 0x6d, 0x82, 0xf8, 0xe7, 0x96, 0x64,
  69. 0xbe, 0xdf, 0xc7, 0x47, 0xd2, 0xbb, 0x5d, 0xe1, 0x64, 0x0f, 0x8a, 0x8c, 0x50, 0xe4, 0x50, 0x28,
  70. 0x32, 0x86, 0xac, 0xe8, 0x1c, 0x31, 0x29, 0x6a, 0xc3, 0xbb, 0xb4, 0x35, 0x84, 0x0f, 0x59, 0x3e,
  71. 0xd2, 0x0e, 0x21, 0x92, 0x30, 0x92, 0xf9, 0xfd, 0xdf, 0x26, 0x8f, 0x4e, 0xcb, 0x56, 0x70, 0xdf,
  72. 0x61, 0xbd, 0x36, 0xe8, 0xbd, 0x6c, 0x30, 0x8e, 0x72, 0xf8, 0xb1, 0x60, 0x27, 0xad, 0xef, 0xc8,
  73. 0xb1, 0xd0, 0x96, 0xd1, 0x59, 0x64, 0xa1, 0xc8, 0xbe, 0xeb, 0x26, 0xf2, 0x57, 0x9f, 0x49, 0x7a,
  74. 0xfe, 0xd8, 0x0e, 0x17, 0xc9, 0x7a, 0x87, 0x2f, 0x5b, 0xde, 0xd0, 0xd6, 0xd6, 0x65, 0x60, 0xb2,
  75. 0x79, 0x3a, 0xf3, 0xc8, 0xac, 0x6d, 0xe3, 0xcf, 0x92, 0xcb, 0xe4, 0xe6, 0xb8, 0xb8, 0x86, 0xdf,
  76. 0xb9, 0x31, 0x07, 0x56, 0x43, 0xce, 0x73, 0xac, 0xa9, 0xa6, 0x5d, 0xb6, 0x4a, 0x4f, 0x3d, 0x3b,
  77. 0x94, 0x66, 0x3d, 0xa9, 0x0e, 0x83, 0xea, 0xf6, 0xbb, 0x6a, 0xea, 0x84, 0xb1, 0x13, 0x96, 0x61,
  78. 0x15, 0x4b, 0xaa, 0x93, 0xe8, 0x58, 0xee, 0x15, 0xf3, 0xa7, 0xf4, 0x42, 0x91, 0x81, 0xff, 0xff,
  79. 0xdd, 0x22, 0x79, 0x9b, 0x8d, 0xcf, 0x1f, 0x07, 0xf9, 0x6b, 0x51, 0xc9, 0x1e, 0xca, 0x01, 0x2c,
  80. 0x23, 0xb8, 0xd8, 0x1f, 0x37, 0x47, 0x01, 0x7b, 0xf8, 0x0a, 0x00, 0x00, 0xff, 0xff, 0x86, 0xeb,
  81. 0x0e, 0x01, 0xb7, 0x01, 0x00, 0x00,
  82. }