command.pb.go 4.3 KB

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