config.pb.go 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.28.1
  4. // protoc v3.21.11
  5. // source: proxy/trojan/config.proto
  6. package trojan
  7. import (
  8. packetaddr "github.com/v2fly/v2ray-core/v5/common/net/packetaddr"
  9. protocol "github.com/v2fly/v2ray-core/v5/common/protocol"
  10. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  11. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  12. reflect "reflect"
  13. sync "sync"
  14. )
  15. const (
  16. // Verify that this generated code is sufficiently up-to-date.
  17. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  18. // Verify that runtime/protoimpl is sufficiently up-to-date.
  19. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  20. )
  21. type Account struct {
  22. state protoimpl.MessageState
  23. sizeCache protoimpl.SizeCache
  24. unknownFields protoimpl.UnknownFields
  25. Password string `protobuf:"bytes,1,opt,name=password,proto3" json:"password,omitempty"`
  26. }
  27. func (x *Account) Reset() {
  28. *x = Account{}
  29. if protoimpl.UnsafeEnabled {
  30. mi := &file_proxy_trojan_config_proto_msgTypes[0]
  31. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  32. ms.StoreMessageInfo(mi)
  33. }
  34. }
  35. func (x *Account) String() string {
  36. return protoimpl.X.MessageStringOf(x)
  37. }
  38. func (*Account) ProtoMessage() {}
  39. func (x *Account) ProtoReflect() protoreflect.Message {
  40. mi := &file_proxy_trojan_config_proto_msgTypes[0]
  41. if protoimpl.UnsafeEnabled && x != nil {
  42. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  43. if ms.LoadMessageInfo() == nil {
  44. ms.StoreMessageInfo(mi)
  45. }
  46. return ms
  47. }
  48. return mi.MessageOf(x)
  49. }
  50. // Deprecated: Use Account.ProtoReflect.Descriptor instead.
  51. func (*Account) Descriptor() ([]byte, []int) {
  52. return file_proxy_trojan_config_proto_rawDescGZIP(), []int{0}
  53. }
  54. func (x *Account) GetPassword() string {
  55. if x != nil {
  56. return x.Password
  57. }
  58. return ""
  59. }
  60. type Fallback struct {
  61. state protoimpl.MessageState
  62. sizeCache protoimpl.SizeCache
  63. unknownFields protoimpl.UnknownFields
  64. Alpn string `protobuf:"bytes,1,opt,name=alpn,proto3" json:"alpn,omitempty"`
  65. Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
  66. Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
  67. Dest string `protobuf:"bytes,4,opt,name=dest,proto3" json:"dest,omitempty"`
  68. Xver uint64 `protobuf:"varint,5,opt,name=xver,proto3" json:"xver,omitempty"`
  69. }
  70. func (x *Fallback) Reset() {
  71. *x = Fallback{}
  72. if protoimpl.UnsafeEnabled {
  73. mi := &file_proxy_trojan_config_proto_msgTypes[1]
  74. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  75. ms.StoreMessageInfo(mi)
  76. }
  77. }
  78. func (x *Fallback) String() string {
  79. return protoimpl.X.MessageStringOf(x)
  80. }
  81. func (*Fallback) ProtoMessage() {}
  82. func (x *Fallback) ProtoReflect() protoreflect.Message {
  83. mi := &file_proxy_trojan_config_proto_msgTypes[1]
  84. if protoimpl.UnsafeEnabled && x != nil {
  85. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  86. if ms.LoadMessageInfo() == nil {
  87. ms.StoreMessageInfo(mi)
  88. }
  89. return ms
  90. }
  91. return mi.MessageOf(x)
  92. }
  93. // Deprecated: Use Fallback.ProtoReflect.Descriptor instead.
  94. func (*Fallback) Descriptor() ([]byte, []int) {
  95. return file_proxy_trojan_config_proto_rawDescGZIP(), []int{1}
  96. }
  97. func (x *Fallback) GetAlpn() string {
  98. if x != nil {
  99. return x.Alpn
  100. }
  101. return ""
  102. }
  103. func (x *Fallback) GetPath() string {
  104. if x != nil {
  105. return x.Path
  106. }
  107. return ""
  108. }
  109. func (x *Fallback) GetType() string {
  110. if x != nil {
  111. return x.Type
  112. }
  113. return ""
  114. }
  115. func (x *Fallback) GetDest() string {
  116. if x != nil {
  117. return x.Dest
  118. }
  119. return ""
  120. }
  121. func (x *Fallback) GetXver() uint64 {
  122. if x != nil {
  123. return x.Xver
  124. }
  125. return 0
  126. }
  127. type ClientConfig struct {
  128. state protoimpl.MessageState
  129. sizeCache protoimpl.SizeCache
  130. unknownFields protoimpl.UnknownFields
  131. Server []*protocol.ServerEndpoint `protobuf:"bytes,1,rep,name=server,proto3" json:"server,omitempty"`
  132. }
  133. func (x *ClientConfig) Reset() {
  134. *x = ClientConfig{}
  135. if protoimpl.UnsafeEnabled {
  136. mi := &file_proxy_trojan_config_proto_msgTypes[2]
  137. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  138. ms.StoreMessageInfo(mi)
  139. }
  140. }
  141. func (x *ClientConfig) String() string {
  142. return protoimpl.X.MessageStringOf(x)
  143. }
  144. func (*ClientConfig) ProtoMessage() {}
  145. func (x *ClientConfig) ProtoReflect() protoreflect.Message {
  146. mi := &file_proxy_trojan_config_proto_msgTypes[2]
  147. if protoimpl.UnsafeEnabled && x != nil {
  148. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  149. if ms.LoadMessageInfo() == nil {
  150. ms.StoreMessageInfo(mi)
  151. }
  152. return ms
  153. }
  154. return mi.MessageOf(x)
  155. }
  156. // Deprecated: Use ClientConfig.ProtoReflect.Descriptor instead.
  157. func (*ClientConfig) Descriptor() ([]byte, []int) {
  158. return file_proxy_trojan_config_proto_rawDescGZIP(), []int{2}
  159. }
  160. func (x *ClientConfig) GetServer() []*protocol.ServerEndpoint {
  161. if x != nil {
  162. return x.Server
  163. }
  164. return nil
  165. }
  166. type ServerConfig struct {
  167. state protoimpl.MessageState
  168. sizeCache protoimpl.SizeCache
  169. unknownFields protoimpl.UnknownFields
  170. Users []*protocol.User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
  171. Fallbacks []*Fallback `protobuf:"bytes,3,rep,name=fallbacks,proto3" json:"fallbacks,omitempty"`
  172. PacketEncoding packetaddr.PacketAddrType `protobuf:"varint,4,opt,name=packet_encoding,json=packetEncoding,proto3,enum=v2ray.core.net.packetaddr.PacketAddrType" json:"packet_encoding,omitempty"`
  173. }
  174. func (x *ServerConfig) Reset() {
  175. *x = ServerConfig{}
  176. if protoimpl.UnsafeEnabled {
  177. mi := &file_proxy_trojan_config_proto_msgTypes[3]
  178. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  179. ms.StoreMessageInfo(mi)
  180. }
  181. }
  182. func (x *ServerConfig) String() string {
  183. return protoimpl.X.MessageStringOf(x)
  184. }
  185. func (*ServerConfig) ProtoMessage() {}
  186. func (x *ServerConfig) ProtoReflect() protoreflect.Message {
  187. mi := &file_proxy_trojan_config_proto_msgTypes[3]
  188. if protoimpl.UnsafeEnabled && x != nil {
  189. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  190. if ms.LoadMessageInfo() == nil {
  191. ms.StoreMessageInfo(mi)
  192. }
  193. return ms
  194. }
  195. return mi.MessageOf(x)
  196. }
  197. // Deprecated: Use ServerConfig.ProtoReflect.Descriptor instead.
  198. func (*ServerConfig) Descriptor() ([]byte, []int) {
  199. return file_proxy_trojan_config_proto_rawDescGZIP(), []int{3}
  200. }
  201. func (x *ServerConfig) GetUsers() []*protocol.User {
  202. if x != nil {
  203. return x.Users
  204. }
  205. return nil
  206. }
  207. func (x *ServerConfig) GetFallbacks() []*Fallback {
  208. if x != nil {
  209. return x.Fallbacks
  210. }
  211. return nil
  212. }
  213. func (x *ServerConfig) GetPacketEncoding() packetaddr.PacketAddrType {
  214. if x != nil {
  215. return x.PacketEncoding
  216. }
  217. return packetaddr.PacketAddrType(0)
  218. }
  219. var File_proxy_trojan_config_proto protoreflect.FileDescriptor
  220. var file_proxy_trojan_config_proto_rawDesc = []byte{
  221. 0x0a, 0x19, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2f, 0x74, 0x72, 0x6f, 0x6a, 0x61, 0x6e, 0x2f, 0x63,
  222. 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x17, 0x76, 0x32, 0x72,
  223. 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x74, 0x72,
  224. 0x6f, 0x6a, 0x61, 0x6e, 0x1a, 0x1a, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x70, 0x72, 0x6f,
  225. 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  226. 0x1a, 0x21, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f,
  227. 0x6c, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x73, 0x70, 0x65, 0x63, 0x2e, 0x70, 0x72,
  228. 0x6f, 0x74, 0x6f, 0x1a, 0x22, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x6e, 0x65, 0x74, 0x2f,
  229. 0x70, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x61, 0x64, 0x64, 0x72, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69,
  230. 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x25, 0x0a, 0x07, 0x41, 0x63, 0x63, 0x6f, 0x75,
  231. 0x6e, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x01,
  232. 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x22, 0x6e,
  233. 0x0a, 0x08, 0x46, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x12, 0x12, 0x0a, 0x04, 0x61, 0x6c,
  234. 0x70, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x61, 0x6c, 0x70, 0x6e, 0x12, 0x12,
  235. 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61,
  236. 0x74, 0x68, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
  237. 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x64, 0x65, 0x73, 0x74, 0x18, 0x04,
  238. 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x64, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x78, 0x76,
  239. 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x78, 0x76, 0x65, 0x72, 0x22, 0x52,
  240. 0x0a, 0x0c, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x42,
  241. 0x0a, 0x06, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2a,
  242. 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x63, 0x6f, 0x6d, 0x6d,
  243. 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x53, 0x65, 0x72, 0x76,
  244. 0x65, 0x72, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x06, 0x73, 0x65, 0x72, 0x76,
  245. 0x65, 0x72, 0x22, 0xdb, 0x01, 0x0a, 0x0c, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x43, 0x6f, 0x6e,
  246. 0x66, 0x69, 0x67, 0x12, 0x36, 0x0a, 0x05, 0x75, 0x73, 0x65, 0x72, 0x73, 0x18, 0x01, 0x20, 0x03,
  247. 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e,
  248. 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e,
  249. 0x55, 0x73, 0x65, 0x72, 0x52, 0x05, 0x75, 0x73, 0x65, 0x72, 0x73, 0x12, 0x3f, 0x0a, 0x09, 0x66,
  250. 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x21,
  251. 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x78,
  252. 0x79, 0x2e, 0x74, 0x72, 0x6f, 0x6a, 0x61, 0x6e, 0x2e, 0x46, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63,
  253. 0x6b, 0x52, 0x09, 0x66, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x73, 0x12, 0x52, 0x0a, 0x0f,
  254. 0x70, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x5f, 0x65, 0x6e, 0x63, 0x6f, 0x64, 0x69, 0x6e, 0x67, 0x18,
  255. 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x29, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f,
  256. 0x72, 0x65, 0x2e, 0x6e, 0x65, 0x74, 0x2e, 0x70, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x61, 0x64, 0x64,
  257. 0x72, 0x2e, 0x50, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x41, 0x64, 0x64, 0x72, 0x54, 0x79, 0x70, 0x65,
  258. 0x52, 0x0e, 0x70, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x45, 0x6e, 0x63, 0x6f, 0x64, 0x69, 0x6e, 0x67,
  259. 0x42, 0x66, 0x0a, 0x1b, 0x63, 0x6f, 0x6d, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f,
  260. 0x72, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x74, 0x72, 0x6f, 0x6a, 0x61, 0x6e, 0x50,
  261. 0x01, 0x5a, 0x2b, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x76, 0x32,
  262. 0x66, 0x6c, 0x79, 0x2f, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2d, 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x76,
  263. 0x35, 0x2f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2f, 0x74, 0x72, 0x6f, 0x6a, 0x61, 0x6e, 0xaa, 0x02,
  264. 0x17, 0x56, 0x32, 0x52, 0x61, 0x79, 0x2e, 0x43, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x72, 0x6f, 0x78,
  265. 0x79, 0x2e, 0x54, 0x72, 0x6f, 0x6a, 0x61, 0x6e, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  266. }
  267. var (
  268. file_proxy_trojan_config_proto_rawDescOnce sync.Once
  269. file_proxy_trojan_config_proto_rawDescData = file_proxy_trojan_config_proto_rawDesc
  270. )
  271. func file_proxy_trojan_config_proto_rawDescGZIP() []byte {
  272. file_proxy_trojan_config_proto_rawDescOnce.Do(func() {
  273. file_proxy_trojan_config_proto_rawDescData = protoimpl.X.CompressGZIP(file_proxy_trojan_config_proto_rawDescData)
  274. })
  275. return file_proxy_trojan_config_proto_rawDescData
  276. }
  277. var file_proxy_trojan_config_proto_msgTypes = make([]protoimpl.MessageInfo, 4)
  278. var file_proxy_trojan_config_proto_goTypes = []interface{}{
  279. (*Account)(nil), // 0: v2ray.core.proxy.trojan.Account
  280. (*Fallback)(nil), // 1: v2ray.core.proxy.trojan.Fallback
  281. (*ClientConfig)(nil), // 2: v2ray.core.proxy.trojan.ClientConfig
  282. (*ServerConfig)(nil), // 3: v2ray.core.proxy.trojan.ServerConfig
  283. (*protocol.ServerEndpoint)(nil), // 4: v2ray.core.common.protocol.ServerEndpoint
  284. (*protocol.User)(nil), // 5: v2ray.core.common.protocol.User
  285. (packetaddr.PacketAddrType)(0), // 6: v2ray.core.net.packetaddr.PacketAddrType
  286. }
  287. var file_proxy_trojan_config_proto_depIdxs = []int32{
  288. 4, // 0: v2ray.core.proxy.trojan.ClientConfig.server:type_name -> v2ray.core.common.protocol.ServerEndpoint
  289. 5, // 1: v2ray.core.proxy.trojan.ServerConfig.users:type_name -> v2ray.core.common.protocol.User
  290. 1, // 2: v2ray.core.proxy.trojan.ServerConfig.fallbacks:type_name -> v2ray.core.proxy.trojan.Fallback
  291. 6, // 3: v2ray.core.proxy.trojan.ServerConfig.packet_encoding:type_name -> v2ray.core.net.packetaddr.PacketAddrType
  292. 4, // [4:4] is the sub-list for method output_type
  293. 4, // [4:4] is the sub-list for method input_type
  294. 4, // [4:4] is the sub-list for extension type_name
  295. 4, // [4:4] is the sub-list for extension extendee
  296. 0, // [0:4] is the sub-list for field type_name
  297. }
  298. func init() { file_proxy_trojan_config_proto_init() }
  299. func file_proxy_trojan_config_proto_init() {
  300. if File_proxy_trojan_config_proto != nil {
  301. return
  302. }
  303. if !protoimpl.UnsafeEnabled {
  304. file_proxy_trojan_config_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  305. switch v := v.(*Account); i {
  306. case 0:
  307. return &v.state
  308. case 1:
  309. return &v.sizeCache
  310. case 2:
  311. return &v.unknownFields
  312. default:
  313. return nil
  314. }
  315. }
  316. file_proxy_trojan_config_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  317. switch v := v.(*Fallback); i {
  318. case 0:
  319. return &v.state
  320. case 1:
  321. return &v.sizeCache
  322. case 2:
  323. return &v.unknownFields
  324. default:
  325. return nil
  326. }
  327. }
  328. file_proxy_trojan_config_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  329. switch v := v.(*ClientConfig); i {
  330. case 0:
  331. return &v.state
  332. case 1:
  333. return &v.sizeCache
  334. case 2:
  335. return &v.unknownFields
  336. default:
  337. return nil
  338. }
  339. }
  340. file_proxy_trojan_config_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  341. switch v := v.(*ServerConfig); i {
  342. case 0:
  343. return &v.state
  344. case 1:
  345. return &v.sizeCache
  346. case 2:
  347. return &v.unknownFields
  348. default:
  349. return nil
  350. }
  351. }
  352. }
  353. type x struct{}
  354. out := protoimpl.TypeBuilder{
  355. File: protoimpl.DescBuilder{
  356. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  357. RawDescriptor: file_proxy_trojan_config_proto_rawDesc,
  358. NumEnums: 0,
  359. NumMessages: 4,
  360. NumExtensions: 0,
  361. NumServices: 0,
  362. },
  363. GoTypes: file_proxy_trojan_config_proto_goTypes,
  364. DependencyIndexes: file_proxy_trojan_config_proto_depIdxs,
  365. MessageInfos: file_proxy_trojan_config_proto_msgTypes,
  366. }.Build()
  367. File_proxy_trojan_config_proto = out.File
  368. file_proxy_trojan_config_proto_rawDesc = nil
  369. file_proxy_trojan_config_proto_goTypes = nil
  370. file_proxy_trojan_config_proto_depIdxs = nil
  371. }