config.pb.go 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. // Code generated by protoc-gen-go.
  2. // source: v2ray.com/core/proxy/vmess/inbound/config.proto
  3. // DO NOT EDIT!
  4. /*
  5. Package inbound is a generated protocol buffer package.
  6. It is generated from these files:
  7. v2ray.com/core/proxy/vmess/inbound/config.proto
  8. It has these top-level messages:
  9. DetourConfig
  10. DefaultConfig
  11. Config
  12. */
  13. package inbound
  14. import proto "github.com/golang/protobuf/proto"
  15. import fmt "fmt"
  16. import math "math"
  17. import v2ray_core_common_protocol "v2ray.com/core/common/protocol"
  18. // Reference imports to suppress errors if they are not otherwise used.
  19. var _ = proto.Marshal
  20. var _ = fmt.Errorf
  21. var _ = math.Inf
  22. // This is a compile-time assertion to ensure that this generated file
  23. // is compatible with the proto package it is being compiled against.
  24. // A compilation error at this line likely means your copy of the
  25. // proto package needs to be updated.
  26. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
  27. type DetourConfig struct {
  28. To string `protobuf:"bytes,1,opt,name=to" json:"to,omitempty"`
  29. }
  30. func (m *DetourConfig) Reset() { *m = DetourConfig{} }
  31. func (m *DetourConfig) String() string { return proto.CompactTextString(m) }
  32. func (*DetourConfig) ProtoMessage() {}
  33. func (*DetourConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
  34. func (m *DetourConfig) GetTo() string {
  35. if m != nil {
  36. return m.To
  37. }
  38. return ""
  39. }
  40. type DefaultConfig struct {
  41. AlterId uint32 `protobuf:"varint,1,opt,name=alter_id,json=alterId" json:"alter_id,omitempty"`
  42. Level uint32 `protobuf:"varint,2,opt,name=level" json:"level,omitempty"`
  43. }
  44. func (m *DefaultConfig) Reset() { *m = DefaultConfig{} }
  45. func (m *DefaultConfig) String() string { return proto.CompactTextString(m) }
  46. func (*DefaultConfig) ProtoMessage() {}
  47. func (*DefaultConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
  48. func (m *DefaultConfig) GetAlterId() uint32 {
  49. if m != nil {
  50. return m.AlterId
  51. }
  52. return 0
  53. }
  54. func (m *DefaultConfig) GetLevel() uint32 {
  55. if m != nil {
  56. return m.Level
  57. }
  58. return 0
  59. }
  60. type Config struct {
  61. User []*v2ray_core_common_protocol.User `protobuf:"bytes,1,rep,name=user" json:"user,omitempty"`
  62. Default *DefaultConfig `protobuf:"bytes,2,opt,name=default" json:"default,omitempty"`
  63. Detour *DetourConfig `protobuf:"bytes,3,opt,name=detour" json:"detour,omitempty"`
  64. }
  65. func (m *Config) Reset() { *m = Config{} }
  66. func (m *Config) String() string { return proto.CompactTextString(m) }
  67. func (*Config) ProtoMessage() {}
  68. func (*Config) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} }
  69. func (m *Config) GetUser() []*v2ray_core_common_protocol.User {
  70. if m != nil {
  71. return m.User
  72. }
  73. return nil
  74. }
  75. func (m *Config) GetDefault() *DefaultConfig {
  76. if m != nil {
  77. return m.Default
  78. }
  79. return nil
  80. }
  81. func (m *Config) GetDetour() *DetourConfig {
  82. if m != nil {
  83. return m.Detour
  84. }
  85. return nil
  86. }
  87. func init() {
  88. proto.RegisterType((*DetourConfig)(nil), "v2ray.core.proxy.vmess.inbound.DetourConfig")
  89. proto.RegisterType((*DefaultConfig)(nil), "v2ray.core.proxy.vmess.inbound.DefaultConfig")
  90. proto.RegisterType((*Config)(nil), "v2ray.core.proxy.vmess.inbound.Config")
  91. }
  92. func init() { proto.RegisterFile("v2ray.com/core/proxy/vmess/inbound/config.proto", fileDescriptor0) }
  93. var fileDescriptor0 = []byte{
  94. // 302 bytes of a gzipped FileDescriptorProto
  95. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x84, 0x90, 0xcf, 0x4e, 0x83, 0x40,
  96. 0x10, 0xc6, 0x03, 0xd5, 0xa2, 0x8b, 0xf5, 0x40, 0x3c, 0xa0, 0x07, 0x42, 0x38, 0xd5, 0x44, 0x77,
  97. 0x13, 0xf4, 0x01, 0x4c, 0x4b, 0x62, 0x7a, 0x6b, 0x36, 0xb1, 0x07, 0x3d, 0x18, 0xba, 0x6c, 0x0d,
  98. 0x09, 0x30, 0xcd, 0xb2, 0x10, 0x79, 0x25, 0xdf, 0xc5, 0x77, 0x32, 0xcc, 0x42, 0xfc, 0x73, 0xb0,
  99. 0xc7, 0x99, 0x7c, 0xbf, 0x6f, 0xbe, 0x6f, 0x08, 0x6b, 0x63, 0x95, 0x76, 0x54, 0x40, 0xc9, 0x04,
  100. 0x28, 0xc9, 0xf6, 0x0a, 0xde, 0x3b, 0xd6, 0x96, 0xb2, 0xae, 0x59, 0x5e, 0x6d, 0xa1, 0xa9, 0x32,
  101. 0x26, 0xa0, 0xda, 0xe5, 0x6f, 0x74, 0xaf, 0x40, 0x83, 0x17, 0x8c, 0x80, 0x92, 0x14, 0xc5, 0x14,
  102. 0xc5, 0x74, 0x10, 0x5f, 0x5d, 0xff, 0x31, 0x14, 0x50, 0x96, 0x50, 0x31, 0x84, 0x05, 0x14, 0xac,
  103. 0xa9, 0xa5, 0x32, 0x56, 0x51, 0x40, 0xce, 0x12, 0xa9, 0xa1, 0x51, 0x4b, 0x3c, 0xe0, 0x9d, 0x13,
  104. 0x5b, 0x83, 0x6f, 0x85, 0xd6, 0xfc, 0x94, 0xdb, 0x1a, 0xa2, 0x07, 0x32, 0x4b, 0xe4, 0x2e, 0x6d,
  105. 0x0a, 0x3d, 0x08, 0x2e, 0xc9, 0x49, 0x5a, 0x68, 0xa9, 0x5e, 0xf3, 0x0c, 0x65, 0x33, 0xee, 0xe0,
  106. 0xbc, 0xca, 0xbc, 0x0b, 0x72, 0x5c, 0xc8, 0x56, 0x16, 0xbe, 0x8d, 0x7b, 0x33, 0x44, 0x9f, 0x16,
  107. 0x99, 0x0e, 0xec, 0x3d, 0x39, 0xea, 0x4f, 0xfb, 0x56, 0x38, 0x99, 0xbb, 0x71, 0x48, 0x7f, 0xd4,
  108. 0x30, 0x11, 0xe9, 0x18, 0x91, 0x3e, 0xd5, 0x52, 0x71, 0x54, 0x7b, 0x8f, 0xc4, 0xc9, 0x4c, 0x04,
  109. 0x34, 0x76, 0xe3, 0x5b, 0xfa, 0x7f, 0x7f, 0xfa, 0x2b, 0x31, 0x1f, 0x69, 0x2f, 0x21, 0xd3, 0x0c,
  110. 0xbb, 0xfa, 0x13, 0xf4, 0xb9, 0x39, 0xec, 0xf3, 0xfd, 0x19, 0x3e, 0xb0, 0x8b, 0x17, 0x12, 0x09,
  111. 0x28, 0x0f, 0xa0, 0x0b, 0xd7, 0x50, 0xeb, 0xbe, 0xcf, 0xb3, 0x33, 0x6c, 0x3f, 0xec, 0x60, 0x13,
  112. 0xf3, 0xb4, 0xa3, 0xcb, 0x1e, 0x5b, 0x23, 0xb6, 0x41, 0x6c, 0x65, 0x04, 0xdb, 0x29, 0x3e, 0xe0,
  113. 0xee, 0x2b, 0x00, 0x00, 0xff, 0xff, 0x49, 0x28, 0x20, 0xa9, 0x13, 0x02, 0x00, 0x00,
  114. }