command.pb.go 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.35.1
  4. // protoc v5.28.2
  5. // source: app/router/command/command.proto
  6. package command
  7. import (
  8. net "github.com/xtls/xray-core/common/net"
  9. serial "github.com/xtls/xray-core/common/serial"
  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. // RoutingContext is the context with information relative to routing process.
  22. // It conforms to the structure of xray.features.routing.Context and
  23. // xray.features.routing.Route.
  24. type RoutingContext struct {
  25. state protoimpl.MessageState
  26. sizeCache protoimpl.SizeCache
  27. unknownFields protoimpl.UnknownFields
  28. InboundTag string `protobuf:"bytes,1,opt,name=InboundTag,proto3" json:"InboundTag,omitempty"`
  29. Network net.Network `protobuf:"varint,2,opt,name=Network,proto3,enum=xray.common.net.Network" json:"Network,omitempty"`
  30. SourceIPs [][]byte `protobuf:"bytes,3,rep,name=SourceIPs,proto3" json:"SourceIPs,omitempty"`
  31. TargetIPs [][]byte `protobuf:"bytes,4,rep,name=TargetIPs,proto3" json:"TargetIPs,omitempty"`
  32. SourcePort uint32 `protobuf:"varint,5,opt,name=SourcePort,proto3" json:"SourcePort,omitempty"`
  33. TargetPort uint32 `protobuf:"varint,6,opt,name=TargetPort,proto3" json:"TargetPort,omitempty"`
  34. TargetDomain string `protobuf:"bytes,7,opt,name=TargetDomain,proto3" json:"TargetDomain,omitempty"`
  35. Protocol string `protobuf:"bytes,8,opt,name=Protocol,proto3" json:"Protocol,omitempty"`
  36. User string `protobuf:"bytes,9,opt,name=User,proto3" json:"User,omitempty"`
  37. Attributes map[string]string `protobuf:"bytes,10,rep,name=Attributes,proto3" json:"Attributes,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
  38. OutboundGroupTags []string `protobuf:"bytes,11,rep,name=OutboundGroupTags,proto3" json:"OutboundGroupTags,omitempty"`
  39. OutboundTag string `protobuf:"bytes,12,opt,name=OutboundTag,proto3" json:"OutboundTag,omitempty"`
  40. LocalIPs [][]byte `protobuf:"bytes,13,rep,name=LocalIPs,proto3" json:"LocalIPs,omitempty"`
  41. LocalPort uint32 `protobuf:"varint,14,opt,name=LocalPort,proto3" json:"LocalPort,omitempty"`
  42. VlessRoute uint32 `protobuf:"varint,15,opt,name=VlessRoute,proto3" json:"VlessRoute,omitempty"`
  43. }
  44. func (x *RoutingContext) Reset() {
  45. *x = RoutingContext{}
  46. mi := &file_app_router_command_command_proto_msgTypes[0]
  47. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  48. ms.StoreMessageInfo(mi)
  49. }
  50. func (x *RoutingContext) String() string {
  51. return protoimpl.X.MessageStringOf(x)
  52. }
  53. func (*RoutingContext) ProtoMessage() {}
  54. func (x *RoutingContext) ProtoReflect() protoreflect.Message {
  55. mi := &file_app_router_command_command_proto_msgTypes[0]
  56. if x != nil {
  57. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  58. if ms.LoadMessageInfo() == nil {
  59. ms.StoreMessageInfo(mi)
  60. }
  61. return ms
  62. }
  63. return mi.MessageOf(x)
  64. }
  65. // Deprecated: Use RoutingContext.ProtoReflect.Descriptor instead.
  66. func (*RoutingContext) Descriptor() ([]byte, []int) {
  67. return file_app_router_command_command_proto_rawDescGZIP(), []int{0}
  68. }
  69. func (x *RoutingContext) GetInboundTag() string {
  70. if x != nil {
  71. return x.InboundTag
  72. }
  73. return ""
  74. }
  75. func (x *RoutingContext) GetNetwork() net.Network {
  76. if x != nil {
  77. return x.Network
  78. }
  79. return net.Network(0)
  80. }
  81. func (x *RoutingContext) GetSourceIPs() [][]byte {
  82. if x != nil {
  83. return x.SourceIPs
  84. }
  85. return nil
  86. }
  87. func (x *RoutingContext) GetTargetIPs() [][]byte {
  88. if x != nil {
  89. return x.TargetIPs
  90. }
  91. return nil
  92. }
  93. func (x *RoutingContext) GetSourcePort() uint32 {
  94. if x != nil {
  95. return x.SourcePort
  96. }
  97. return 0
  98. }
  99. func (x *RoutingContext) GetTargetPort() uint32 {
  100. if x != nil {
  101. return x.TargetPort
  102. }
  103. return 0
  104. }
  105. func (x *RoutingContext) GetTargetDomain() string {
  106. if x != nil {
  107. return x.TargetDomain
  108. }
  109. return ""
  110. }
  111. func (x *RoutingContext) GetProtocol() string {
  112. if x != nil {
  113. return x.Protocol
  114. }
  115. return ""
  116. }
  117. func (x *RoutingContext) GetUser() string {
  118. if x != nil {
  119. return x.User
  120. }
  121. return ""
  122. }
  123. func (x *RoutingContext) GetAttributes() map[string]string {
  124. if x != nil {
  125. return x.Attributes
  126. }
  127. return nil
  128. }
  129. func (x *RoutingContext) GetOutboundGroupTags() []string {
  130. if x != nil {
  131. return x.OutboundGroupTags
  132. }
  133. return nil
  134. }
  135. func (x *RoutingContext) GetOutboundTag() string {
  136. if x != nil {
  137. return x.OutboundTag
  138. }
  139. return ""
  140. }
  141. func (x *RoutingContext) GetLocalIPs() [][]byte {
  142. if x != nil {
  143. return x.LocalIPs
  144. }
  145. return nil
  146. }
  147. func (x *RoutingContext) GetLocalPort() uint32 {
  148. if x != nil {
  149. return x.LocalPort
  150. }
  151. return 0
  152. }
  153. func (x *RoutingContext) GetVlessRoute() uint32 {
  154. if x != nil {
  155. return x.VlessRoute
  156. }
  157. return 0
  158. }
  159. // SubscribeRoutingStatsRequest subscribes to routing statistics channel if
  160. // opened by xray-core.
  161. // * FieldSelectors selects a subset of fields in routing statistics to return.
  162. // Valid selectors:
  163. // - inbound: Selects connection's inbound tag.
  164. // - network: Selects connection's network.
  165. // - ip: Equivalent as "ip_source" and "ip_target", selects both source and
  166. // target IP.
  167. // - port: Equivalent as "port_source" and "port_target", selects both source
  168. // and target port.
  169. // - domain: Selects target domain.
  170. // - protocol: Select connection's protocol.
  171. // - user: Select connection's inbound user email.
  172. // - attributes: Select connection's additional attributes.
  173. // - outbound: Equivalent as "outbound" and "outbound_group", select both
  174. // outbound tag and outbound group tags.
  175. //
  176. // * If FieldSelectors is left empty, all fields will be returned.
  177. type SubscribeRoutingStatsRequest struct {
  178. state protoimpl.MessageState
  179. sizeCache protoimpl.SizeCache
  180. unknownFields protoimpl.UnknownFields
  181. FieldSelectors []string `protobuf:"bytes,1,rep,name=FieldSelectors,proto3" json:"FieldSelectors,omitempty"`
  182. }
  183. func (x *SubscribeRoutingStatsRequest) Reset() {
  184. *x = SubscribeRoutingStatsRequest{}
  185. mi := &file_app_router_command_command_proto_msgTypes[1]
  186. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  187. ms.StoreMessageInfo(mi)
  188. }
  189. func (x *SubscribeRoutingStatsRequest) String() string {
  190. return protoimpl.X.MessageStringOf(x)
  191. }
  192. func (*SubscribeRoutingStatsRequest) ProtoMessage() {}
  193. func (x *SubscribeRoutingStatsRequest) ProtoReflect() protoreflect.Message {
  194. mi := &file_app_router_command_command_proto_msgTypes[1]
  195. if x != nil {
  196. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  197. if ms.LoadMessageInfo() == nil {
  198. ms.StoreMessageInfo(mi)
  199. }
  200. return ms
  201. }
  202. return mi.MessageOf(x)
  203. }
  204. // Deprecated: Use SubscribeRoutingStatsRequest.ProtoReflect.Descriptor instead.
  205. func (*SubscribeRoutingStatsRequest) Descriptor() ([]byte, []int) {
  206. return file_app_router_command_command_proto_rawDescGZIP(), []int{1}
  207. }
  208. func (x *SubscribeRoutingStatsRequest) GetFieldSelectors() []string {
  209. if x != nil {
  210. return x.FieldSelectors
  211. }
  212. return nil
  213. }
  214. // TestRouteRequest manually tests a routing result according to the routing
  215. // context message.
  216. // * RoutingContext is the routing message without outbound information.
  217. // * FieldSelectors selects the fields to return in the routing result. All
  218. // fields are returned if left empty.
  219. // * PublishResult broadcasts the routing result to routing statistics channel
  220. // if set true.
  221. type TestRouteRequest struct {
  222. state protoimpl.MessageState
  223. sizeCache protoimpl.SizeCache
  224. unknownFields protoimpl.UnknownFields
  225. RoutingContext *RoutingContext `protobuf:"bytes,1,opt,name=RoutingContext,proto3" json:"RoutingContext,omitempty"`
  226. FieldSelectors []string `protobuf:"bytes,2,rep,name=FieldSelectors,proto3" json:"FieldSelectors,omitempty"`
  227. PublishResult bool `protobuf:"varint,3,opt,name=PublishResult,proto3" json:"PublishResult,omitempty"`
  228. }
  229. func (x *TestRouteRequest) Reset() {
  230. *x = TestRouteRequest{}
  231. mi := &file_app_router_command_command_proto_msgTypes[2]
  232. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  233. ms.StoreMessageInfo(mi)
  234. }
  235. func (x *TestRouteRequest) String() string {
  236. return protoimpl.X.MessageStringOf(x)
  237. }
  238. func (*TestRouteRequest) ProtoMessage() {}
  239. func (x *TestRouteRequest) ProtoReflect() protoreflect.Message {
  240. mi := &file_app_router_command_command_proto_msgTypes[2]
  241. if x != nil {
  242. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  243. if ms.LoadMessageInfo() == nil {
  244. ms.StoreMessageInfo(mi)
  245. }
  246. return ms
  247. }
  248. return mi.MessageOf(x)
  249. }
  250. // Deprecated: Use TestRouteRequest.ProtoReflect.Descriptor instead.
  251. func (*TestRouteRequest) Descriptor() ([]byte, []int) {
  252. return file_app_router_command_command_proto_rawDescGZIP(), []int{2}
  253. }
  254. func (x *TestRouteRequest) GetRoutingContext() *RoutingContext {
  255. if x != nil {
  256. return x.RoutingContext
  257. }
  258. return nil
  259. }
  260. func (x *TestRouteRequest) GetFieldSelectors() []string {
  261. if x != nil {
  262. return x.FieldSelectors
  263. }
  264. return nil
  265. }
  266. func (x *TestRouteRequest) GetPublishResult() bool {
  267. if x != nil {
  268. return x.PublishResult
  269. }
  270. return false
  271. }
  272. type PrincipleTargetInfo struct {
  273. state protoimpl.MessageState
  274. sizeCache protoimpl.SizeCache
  275. unknownFields protoimpl.UnknownFields
  276. Tag []string `protobuf:"bytes,1,rep,name=tag,proto3" json:"tag,omitempty"`
  277. }
  278. func (x *PrincipleTargetInfo) Reset() {
  279. *x = PrincipleTargetInfo{}
  280. mi := &file_app_router_command_command_proto_msgTypes[3]
  281. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  282. ms.StoreMessageInfo(mi)
  283. }
  284. func (x *PrincipleTargetInfo) String() string {
  285. return protoimpl.X.MessageStringOf(x)
  286. }
  287. func (*PrincipleTargetInfo) ProtoMessage() {}
  288. func (x *PrincipleTargetInfo) ProtoReflect() protoreflect.Message {
  289. mi := &file_app_router_command_command_proto_msgTypes[3]
  290. if x != nil {
  291. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  292. if ms.LoadMessageInfo() == nil {
  293. ms.StoreMessageInfo(mi)
  294. }
  295. return ms
  296. }
  297. return mi.MessageOf(x)
  298. }
  299. // Deprecated: Use PrincipleTargetInfo.ProtoReflect.Descriptor instead.
  300. func (*PrincipleTargetInfo) Descriptor() ([]byte, []int) {
  301. return file_app_router_command_command_proto_rawDescGZIP(), []int{3}
  302. }
  303. func (x *PrincipleTargetInfo) GetTag() []string {
  304. if x != nil {
  305. return x.Tag
  306. }
  307. return nil
  308. }
  309. type OverrideInfo struct {
  310. state protoimpl.MessageState
  311. sizeCache protoimpl.SizeCache
  312. unknownFields protoimpl.UnknownFields
  313. Target string `protobuf:"bytes,2,opt,name=target,proto3" json:"target,omitempty"`
  314. }
  315. func (x *OverrideInfo) Reset() {
  316. *x = OverrideInfo{}
  317. mi := &file_app_router_command_command_proto_msgTypes[4]
  318. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  319. ms.StoreMessageInfo(mi)
  320. }
  321. func (x *OverrideInfo) String() string {
  322. return protoimpl.X.MessageStringOf(x)
  323. }
  324. func (*OverrideInfo) ProtoMessage() {}
  325. func (x *OverrideInfo) ProtoReflect() protoreflect.Message {
  326. mi := &file_app_router_command_command_proto_msgTypes[4]
  327. if x != nil {
  328. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  329. if ms.LoadMessageInfo() == nil {
  330. ms.StoreMessageInfo(mi)
  331. }
  332. return ms
  333. }
  334. return mi.MessageOf(x)
  335. }
  336. // Deprecated: Use OverrideInfo.ProtoReflect.Descriptor instead.
  337. func (*OverrideInfo) Descriptor() ([]byte, []int) {
  338. return file_app_router_command_command_proto_rawDescGZIP(), []int{4}
  339. }
  340. func (x *OverrideInfo) GetTarget() string {
  341. if x != nil {
  342. return x.Target
  343. }
  344. return ""
  345. }
  346. type BalancerMsg struct {
  347. state protoimpl.MessageState
  348. sizeCache protoimpl.SizeCache
  349. unknownFields protoimpl.UnknownFields
  350. Override *OverrideInfo `protobuf:"bytes,5,opt,name=override,proto3" json:"override,omitempty"`
  351. PrincipleTarget *PrincipleTargetInfo `protobuf:"bytes,6,opt,name=principle_target,json=principleTarget,proto3" json:"principle_target,omitempty"`
  352. }
  353. func (x *BalancerMsg) Reset() {
  354. *x = BalancerMsg{}
  355. mi := &file_app_router_command_command_proto_msgTypes[5]
  356. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  357. ms.StoreMessageInfo(mi)
  358. }
  359. func (x *BalancerMsg) String() string {
  360. return protoimpl.X.MessageStringOf(x)
  361. }
  362. func (*BalancerMsg) ProtoMessage() {}
  363. func (x *BalancerMsg) ProtoReflect() protoreflect.Message {
  364. mi := &file_app_router_command_command_proto_msgTypes[5]
  365. if x != nil {
  366. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  367. if ms.LoadMessageInfo() == nil {
  368. ms.StoreMessageInfo(mi)
  369. }
  370. return ms
  371. }
  372. return mi.MessageOf(x)
  373. }
  374. // Deprecated: Use BalancerMsg.ProtoReflect.Descriptor instead.
  375. func (*BalancerMsg) Descriptor() ([]byte, []int) {
  376. return file_app_router_command_command_proto_rawDescGZIP(), []int{5}
  377. }
  378. func (x *BalancerMsg) GetOverride() *OverrideInfo {
  379. if x != nil {
  380. return x.Override
  381. }
  382. return nil
  383. }
  384. func (x *BalancerMsg) GetPrincipleTarget() *PrincipleTargetInfo {
  385. if x != nil {
  386. return x.PrincipleTarget
  387. }
  388. return nil
  389. }
  390. type GetBalancerInfoRequest struct {
  391. state protoimpl.MessageState
  392. sizeCache protoimpl.SizeCache
  393. unknownFields protoimpl.UnknownFields
  394. Tag string `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"`
  395. }
  396. func (x *GetBalancerInfoRequest) Reset() {
  397. *x = GetBalancerInfoRequest{}
  398. mi := &file_app_router_command_command_proto_msgTypes[6]
  399. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  400. ms.StoreMessageInfo(mi)
  401. }
  402. func (x *GetBalancerInfoRequest) String() string {
  403. return protoimpl.X.MessageStringOf(x)
  404. }
  405. func (*GetBalancerInfoRequest) ProtoMessage() {}
  406. func (x *GetBalancerInfoRequest) ProtoReflect() protoreflect.Message {
  407. mi := &file_app_router_command_command_proto_msgTypes[6]
  408. if x != nil {
  409. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  410. if ms.LoadMessageInfo() == nil {
  411. ms.StoreMessageInfo(mi)
  412. }
  413. return ms
  414. }
  415. return mi.MessageOf(x)
  416. }
  417. // Deprecated: Use GetBalancerInfoRequest.ProtoReflect.Descriptor instead.
  418. func (*GetBalancerInfoRequest) Descriptor() ([]byte, []int) {
  419. return file_app_router_command_command_proto_rawDescGZIP(), []int{6}
  420. }
  421. func (x *GetBalancerInfoRequest) GetTag() string {
  422. if x != nil {
  423. return x.Tag
  424. }
  425. return ""
  426. }
  427. type GetBalancerInfoResponse struct {
  428. state protoimpl.MessageState
  429. sizeCache protoimpl.SizeCache
  430. unknownFields protoimpl.UnknownFields
  431. Balancer *BalancerMsg `protobuf:"bytes,1,opt,name=balancer,proto3" json:"balancer,omitempty"`
  432. }
  433. func (x *GetBalancerInfoResponse) Reset() {
  434. *x = GetBalancerInfoResponse{}
  435. mi := &file_app_router_command_command_proto_msgTypes[7]
  436. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  437. ms.StoreMessageInfo(mi)
  438. }
  439. func (x *GetBalancerInfoResponse) String() string {
  440. return protoimpl.X.MessageStringOf(x)
  441. }
  442. func (*GetBalancerInfoResponse) ProtoMessage() {}
  443. func (x *GetBalancerInfoResponse) ProtoReflect() protoreflect.Message {
  444. mi := &file_app_router_command_command_proto_msgTypes[7]
  445. if x != nil {
  446. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  447. if ms.LoadMessageInfo() == nil {
  448. ms.StoreMessageInfo(mi)
  449. }
  450. return ms
  451. }
  452. return mi.MessageOf(x)
  453. }
  454. // Deprecated: Use GetBalancerInfoResponse.ProtoReflect.Descriptor instead.
  455. func (*GetBalancerInfoResponse) Descriptor() ([]byte, []int) {
  456. return file_app_router_command_command_proto_rawDescGZIP(), []int{7}
  457. }
  458. func (x *GetBalancerInfoResponse) GetBalancer() *BalancerMsg {
  459. if x != nil {
  460. return x.Balancer
  461. }
  462. return nil
  463. }
  464. type OverrideBalancerTargetRequest struct {
  465. state protoimpl.MessageState
  466. sizeCache protoimpl.SizeCache
  467. unknownFields protoimpl.UnknownFields
  468. BalancerTag string `protobuf:"bytes,1,opt,name=balancerTag,proto3" json:"balancerTag,omitempty"`
  469. Target string `protobuf:"bytes,2,opt,name=target,proto3" json:"target,omitempty"`
  470. }
  471. func (x *OverrideBalancerTargetRequest) Reset() {
  472. *x = OverrideBalancerTargetRequest{}
  473. mi := &file_app_router_command_command_proto_msgTypes[8]
  474. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  475. ms.StoreMessageInfo(mi)
  476. }
  477. func (x *OverrideBalancerTargetRequest) String() string {
  478. return protoimpl.X.MessageStringOf(x)
  479. }
  480. func (*OverrideBalancerTargetRequest) ProtoMessage() {}
  481. func (x *OverrideBalancerTargetRequest) ProtoReflect() protoreflect.Message {
  482. mi := &file_app_router_command_command_proto_msgTypes[8]
  483. if x != nil {
  484. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  485. if ms.LoadMessageInfo() == nil {
  486. ms.StoreMessageInfo(mi)
  487. }
  488. return ms
  489. }
  490. return mi.MessageOf(x)
  491. }
  492. // Deprecated: Use OverrideBalancerTargetRequest.ProtoReflect.Descriptor instead.
  493. func (*OverrideBalancerTargetRequest) Descriptor() ([]byte, []int) {
  494. return file_app_router_command_command_proto_rawDescGZIP(), []int{8}
  495. }
  496. func (x *OverrideBalancerTargetRequest) GetBalancerTag() string {
  497. if x != nil {
  498. return x.BalancerTag
  499. }
  500. return ""
  501. }
  502. func (x *OverrideBalancerTargetRequest) GetTarget() string {
  503. if x != nil {
  504. return x.Target
  505. }
  506. return ""
  507. }
  508. type OverrideBalancerTargetResponse struct {
  509. state protoimpl.MessageState
  510. sizeCache protoimpl.SizeCache
  511. unknownFields protoimpl.UnknownFields
  512. }
  513. func (x *OverrideBalancerTargetResponse) Reset() {
  514. *x = OverrideBalancerTargetResponse{}
  515. mi := &file_app_router_command_command_proto_msgTypes[9]
  516. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  517. ms.StoreMessageInfo(mi)
  518. }
  519. func (x *OverrideBalancerTargetResponse) String() string {
  520. return protoimpl.X.MessageStringOf(x)
  521. }
  522. func (*OverrideBalancerTargetResponse) ProtoMessage() {}
  523. func (x *OverrideBalancerTargetResponse) ProtoReflect() protoreflect.Message {
  524. mi := &file_app_router_command_command_proto_msgTypes[9]
  525. if x != nil {
  526. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  527. if ms.LoadMessageInfo() == nil {
  528. ms.StoreMessageInfo(mi)
  529. }
  530. return ms
  531. }
  532. return mi.MessageOf(x)
  533. }
  534. // Deprecated: Use OverrideBalancerTargetResponse.ProtoReflect.Descriptor instead.
  535. func (*OverrideBalancerTargetResponse) Descriptor() ([]byte, []int) {
  536. return file_app_router_command_command_proto_rawDescGZIP(), []int{9}
  537. }
  538. type AddRuleRequest struct {
  539. state protoimpl.MessageState
  540. sizeCache protoimpl.SizeCache
  541. unknownFields protoimpl.UnknownFields
  542. Config *serial.TypedMessage `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
  543. ShouldAppend bool `protobuf:"varint,2,opt,name=shouldAppend,proto3" json:"shouldAppend,omitempty"`
  544. }
  545. func (x *AddRuleRequest) Reset() {
  546. *x = AddRuleRequest{}
  547. mi := &file_app_router_command_command_proto_msgTypes[10]
  548. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  549. ms.StoreMessageInfo(mi)
  550. }
  551. func (x *AddRuleRequest) String() string {
  552. return protoimpl.X.MessageStringOf(x)
  553. }
  554. func (*AddRuleRequest) ProtoMessage() {}
  555. func (x *AddRuleRequest) ProtoReflect() protoreflect.Message {
  556. mi := &file_app_router_command_command_proto_msgTypes[10]
  557. if x != nil {
  558. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  559. if ms.LoadMessageInfo() == nil {
  560. ms.StoreMessageInfo(mi)
  561. }
  562. return ms
  563. }
  564. return mi.MessageOf(x)
  565. }
  566. // Deprecated: Use AddRuleRequest.ProtoReflect.Descriptor instead.
  567. func (*AddRuleRequest) Descriptor() ([]byte, []int) {
  568. return file_app_router_command_command_proto_rawDescGZIP(), []int{10}
  569. }
  570. func (x *AddRuleRequest) GetConfig() *serial.TypedMessage {
  571. if x != nil {
  572. return x.Config
  573. }
  574. return nil
  575. }
  576. func (x *AddRuleRequest) GetShouldAppend() bool {
  577. if x != nil {
  578. return x.ShouldAppend
  579. }
  580. return false
  581. }
  582. type AddRuleResponse struct {
  583. state protoimpl.MessageState
  584. sizeCache protoimpl.SizeCache
  585. unknownFields protoimpl.UnknownFields
  586. }
  587. func (x *AddRuleResponse) Reset() {
  588. *x = AddRuleResponse{}
  589. mi := &file_app_router_command_command_proto_msgTypes[11]
  590. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  591. ms.StoreMessageInfo(mi)
  592. }
  593. func (x *AddRuleResponse) String() string {
  594. return protoimpl.X.MessageStringOf(x)
  595. }
  596. func (*AddRuleResponse) ProtoMessage() {}
  597. func (x *AddRuleResponse) ProtoReflect() protoreflect.Message {
  598. mi := &file_app_router_command_command_proto_msgTypes[11]
  599. if x != nil {
  600. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  601. if ms.LoadMessageInfo() == nil {
  602. ms.StoreMessageInfo(mi)
  603. }
  604. return ms
  605. }
  606. return mi.MessageOf(x)
  607. }
  608. // Deprecated: Use AddRuleResponse.ProtoReflect.Descriptor instead.
  609. func (*AddRuleResponse) Descriptor() ([]byte, []int) {
  610. return file_app_router_command_command_proto_rawDescGZIP(), []int{11}
  611. }
  612. type RemoveRuleRequest struct {
  613. state protoimpl.MessageState
  614. sizeCache protoimpl.SizeCache
  615. unknownFields protoimpl.UnknownFields
  616. RuleTag string `protobuf:"bytes,1,opt,name=ruleTag,proto3" json:"ruleTag,omitempty"`
  617. }
  618. func (x *RemoveRuleRequest) Reset() {
  619. *x = RemoveRuleRequest{}
  620. mi := &file_app_router_command_command_proto_msgTypes[12]
  621. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  622. ms.StoreMessageInfo(mi)
  623. }
  624. func (x *RemoveRuleRequest) String() string {
  625. return protoimpl.X.MessageStringOf(x)
  626. }
  627. func (*RemoveRuleRequest) ProtoMessage() {}
  628. func (x *RemoveRuleRequest) ProtoReflect() protoreflect.Message {
  629. mi := &file_app_router_command_command_proto_msgTypes[12]
  630. if x != nil {
  631. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  632. if ms.LoadMessageInfo() == nil {
  633. ms.StoreMessageInfo(mi)
  634. }
  635. return ms
  636. }
  637. return mi.MessageOf(x)
  638. }
  639. // Deprecated: Use RemoveRuleRequest.ProtoReflect.Descriptor instead.
  640. func (*RemoveRuleRequest) Descriptor() ([]byte, []int) {
  641. return file_app_router_command_command_proto_rawDescGZIP(), []int{12}
  642. }
  643. func (x *RemoveRuleRequest) GetRuleTag() string {
  644. if x != nil {
  645. return x.RuleTag
  646. }
  647. return ""
  648. }
  649. type RemoveRuleResponse struct {
  650. state protoimpl.MessageState
  651. sizeCache protoimpl.SizeCache
  652. unknownFields protoimpl.UnknownFields
  653. }
  654. func (x *RemoveRuleResponse) Reset() {
  655. *x = RemoveRuleResponse{}
  656. mi := &file_app_router_command_command_proto_msgTypes[13]
  657. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  658. ms.StoreMessageInfo(mi)
  659. }
  660. func (x *RemoveRuleResponse) String() string {
  661. return protoimpl.X.MessageStringOf(x)
  662. }
  663. func (*RemoveRuleResponse) ProtoMessage() {}
  664. func (x *RemoveRuleResponse) ProtoReflect() protoreflect.Message {
  665. mi := &file_app_router_command_command_proto_msgTypes[13]
  666. if x != nil {
  667. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  668. if ms.LoadMessageInfo() == nil {
  669. ms.StoreMessageInfo(mi)
  670. }
  671. return ms
  672. }
  673. return mi.MessageOf(x)
  674. }
  675. // Deprecated: Use RemoveRuleResponse.ProtoReflect.Descriptor instead.
  676. func (*RemoveRuleResponse) Descriptor() ([]byte, []int) {
  677. return file_app_router_command_command_proto_rawDescGZIP(), []int{13}
  678. }
  679. type Config struct {
  680. state protoimpl.MessageState
  681. sizeCache protoimpl.SizeCache
  682. unknownFields protoimpl.UnknownFields
  683. }
  684. func (x *Config) Reset() {
  685. *x = Config{}
  686. mi := &file_app_router_command_command_proto_msgTypes[14]
  687. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  688. ms.StoreMessageInfo(mi)
  689. }
  690. func (x *Config) String() string {
  691. return protoimpl.X.MessageStringOf(x)
  692. }
  693. func (*Config) ProtoMessage() {}
  694. func (x *Config) ProtoReflect() protoreflect.Message {
  695. mi := &file_app_router_command_command_proto_msgTypes[14]
  696. if x != nil {
  697. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  698. if ms.LoadMessageInfo() == nil {
  699. ms.StoreMessageInfo(mi)
  700. }
  701. return ms
  702. }
  703. return mi.MessageOf(x)
  704. }
  705. // Deprecated: Use Config.ProtoReflect.Descriptor instead.
  706. func (*Config) Descriptor() ([]byte, []int) {
  707. return file_app_router_command_command_proto_rawDescGZIP(), []int{14}
  708. }
  709. var File_app_router_command_command_proto protoreflect.FileDescriptor
  710. var file_app_router_command_command_proto_rawDesc = []byte{
  711. 0x0a, 0x20, 0x61, 0x70, 0x70, 0x2f, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2f, 0x63, 0x6f, 0x6d,
  712. 0x6d, 0x61, 0x6e, 0x64, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x70, 0x72, 0x6f,
  713. 0x74, 0x6f, 0x12, 0x17, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75,
  714. 0x74, 0x65, 0x72, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x1a, 0x18, 0x63, 0x6f, 0x6d,
  715. 0x6d, 0x6f, 0x6e, 0x2f, 0x6e, 0x65, 0x74, 0x2f, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x2e,
  716. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x21, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x73, 0x65,
  717. 0x72, 0x69, 0x61, 0x6c, 0x2f, 0x74, 0x79, 0x70, 0x65, 0x64, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61,
  718. 0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xf6, 0x04, 0x0a, 0x0e, 0x52, 0x6f, 0x75,
  719. 0x74, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x49,
  720. 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x61, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
  721. 0x0a, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x61, 0x67, 0x12, 0x32, 0x0a, 0x07, 0x4e,
  722. 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x18, 0x2e, 0x78,
  723. 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x6e, 0x65, 0x74, 0x2e, 0x4e,
  724. 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x52, 0x07, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x12,
  725. 0x1c, 0x0a, 0x09, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x49, 0x50, 0x73, 0x18, 0x03, 0x20, 0x03,
  726. 0x28, 0x0c, 0x52, 0x09, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x49, 0x50, 0x73, 0x12, 0x1c, 0x0a,
  727. 0x09, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x49, 0x50, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0c,
  728. 0x52, 0x09, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x49, 0x50, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x53,
  729. 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x72, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52,
  730. 0x0a, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x72, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x54,
  731. 0x61, 0x72, 0x67, 0x65, 0x74, 0x50, 0x6f, 0x72, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52,
  732. 0x0a, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x50, 0x6f, 0x72, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x54,
  733. 0x61, 0x72, 0x67, 0x65, 0x74, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28,
  734. 0x09, 0x52, 0x0c, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12,
  735. 0x1a, 0x0a, 0x08, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x18, 0x08, 0x20, 0x01, 0x28,
  736. 0x09, 0x52, 0x08, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x12, 0x12, 0x0a, 0x04, 0x55,
  737. 0x73, 0x65, 0x72, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x55, 0x73, 0x65, 0x72, 0x12,
  738. 0x57, 0x0a, 0x0a, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x18, 0x0a, 0x20,
  739. 0x03, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72,
  740. 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x52, 0x6f,
  741. 0x75, 0x74, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x2e, 0x41, 0x74, 0x74,
  742. 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0a, 0x41, 0x74,
  743. 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x12, 0x2c, 0x0a, 0x11, 0x4f, 0x75, 0x74, 0x62,
  744. 0x6f, 0x75, 0x6e, 0x64, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x61, 0x67, 0x73, 0x18, 0x0b, 0x20,
  745. 0x03, 0x28, 0x09, 0x52, 0x11, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x47, 0x72, 0x6f,
  746. 0x75, 0x70, 0x54, 0x61, 0x67, 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75,
  747. 0x6e, 0x64, 0x54, 0x61, 0x67, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x4f, 0x75, 0x74,
  748. 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x61, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x4c, 0x6f, 0x63, 0x61,
  749. 0x6c, 0x49, 0x50, 0x73, 0x18, 0x0d, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x08, 0x4c, 0x6f, 0x63, 0x61,
  750. 0x6c, 0x49, 0x50, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x50, 0x6f, 0x72,
  751. 0x74, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x50, 0x6f,
  752. 0x72, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x56, 0x6c, 0x65, 0x73, 0x73, 0x52, 0x6f, 0x75, 0x74, 0x65,
  753. 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x56, 0x6c, 0x65, 0x73, 0x73, 0x52, 0x6f, 0x75,
  754. 0x74, 0x65, 0x1a, 0x3d, 0x0a, 0x0f, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73,
  755. 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01,
  756. 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65,
  757. 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38,
  758. 0x01, 0x22, 0x46, 0x0a, 0x1c, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x52, 0x6f,
  759. 0x75, 0x74, 0x69, 0x6e, 0x67, 0x53, 0x74, 0x61, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
  760. 0x74, 0x12, 0x26, 0x0a, 0x0e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74,
  761. 0x6f, 0x72, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0e, 0x46, 0x69, 0x65, 0x6c, 0x64,
  762. 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x22, 0xb1, 0x01, 0x0a, 0x10, 0x54, 0x65,
  763. 0x73, 0x74, 0x52, 0x6f, 0x75, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4f,
  764. 0x0a, 0x0e, 0x52, 0x6f, 0x75, 0x74, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74,
  765. 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70,
  766. 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64,
  767. 0x2e, 0x52, 0x6f, 0x75, 0x74, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x52,
  768. 0x0e, 0x52, 0x6f, 0x75, 0x74, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x12,
  769. 0x26, 0x0a, 0x0e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72,
  770. 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65,
  771. 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x50, 0x75, 0x62, 0x6c, 0x69,
  772. 0x73, 0x68, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0d,
  773. 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x22, 0x27, 0x0a,
  774. 0x13, 0x50, 0x72, 0x69, 0x6e, 0x63, 0x69, 0x70, 0x6c, 0x65, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74,
  775. 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x10, 0x0a, 0x03, 0x74, 0x61, 0x67, 0x18, 0x01, 0x20, 0x03, 0x28,
  776. 0x09, 0x52, 0x03, 0x74, 0x61, 0x67, 0x22, 0x26, 0x0a, 0x0c, 0x4f, 0x76, 0x65, 0x72, 0x72, 0x69,
  777. 0x64, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74,
  778. 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x22, 0xa9,
  779. 0x01, 0x0a, 0x0b, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x72, 0x4d, 0x73, 0x67, 0x12, 0x41,
  780. 0x0a, 0x08, 0x6f, 0x76, 0x65, 0x72, 0x72, 0x69, 0x64, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b,
  781. 0x32, 0x25, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74,
  782. 0x65, 0x72, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x4f, 0x76, 0x65, 0x72, 0x72,
  783. 0x69, 0x64, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x08, 0x6f, 0x76, 0x65, 0x72, 0x72, 0x69, 0x64,
  784. 0x65, 0x12, 0x57, 0x0a, 0x10, 0x70, 0x72, 0x69, 0x6e, 0x63, 0x69, 0x70, 0x6c, 0x65, 0x5f, 0x74,
  785. 0x61, 0x72, 0x67, 0x65, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x78, 0x72,
  786. 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x63, 0x6f,
  787. 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x50, 0x72, 0x69, 0x6e, 0x63, 0x69, 0x70, 0x6c, 0x65, 0x54,
  788. 0x61, 0x72, 0x67, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0f, 0x70, 0x72, 0x69, 0x6e, 0x63,
  789. 0x69, 0x70, 0x6c, 0x65, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x22, 0x2a, 0x0a, 0x16, 0x47, 0x65,
  790. 0x74, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71,
  791. 0x75, 0x65, 0x73, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x74, 0x61, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28,
  792. 0x09, 0x52, 0x03, 0x74, 0x61, 0x67, 0x22, 0x5b, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x42, 0x61, 0x6c,
  793. 0x61, 0x6e, 0x63, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
  794. 0x65, 0x12, 0x40, 0x0a, 0x08, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x72, 0x18, 0x01, 0x20,
  795. 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72,
  796. 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x42, 0x61,
  797. 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x72, 0x4d, 0x73, 0x67, 0x52, 0x08, 0x62, 0x61, 0x6c, 0x61, 0x6e,
  798. 0x63, 0x65, 0x72, 0x22, 0x59, 0x0a, 0x1d, 0x4f, 0x76, 0x65, 0x72, 0x72, 0x69, 0x64, 0x65, 0x42,
  799. 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x72, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x52, 0x65, 0x71,
  800. 0x75, 0x65, 0x73, 0x74, 0x12, 0x20, 0x0a, 0x0b, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x72,
  801. 0x54, 0x61, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x62, 0x61, 0x6c, 0x61, 0x6e,
  802. 0x63, 0x65, 0x72, 0x54, 0x61, 0x67, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74,
  803. 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x22, 0x20,
  804. 0x0a, 0x1e, 0x4f, 0x76, 0x65, 0x72, 0x72, 0x69, 0x64, 0x65, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63,
  805. 0x65, 0x72, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
  806. 0x22, 0x6e, 0x0a, 0x0e, 0x41, 0x64, 0x64, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65,
  807. 0x73, 0x74, 0x12, 0x38, 0x0a, 0x06, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x01, 0x20, 0x01,
  808. 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,
  809. 0x2e, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x2e, 0x54, 0x79, 0x70, 0x65, 0x64, 0x4d, 0x65, 0x73,
  810. 0x73, 0x61, 0x67, 0x65, 0x52, 0x06, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x22, 0x0a, 0x0c,
  811. 0x73, 0x68, 0x6f, 0x75, 0x6c, 0x64, 0x41, 0x70, 0x70, 0x65, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01,
  812. 0x28, 0x08, 0x52, 0x0c, 0x73, 0x68, 0x6f, 0x75, 0x6c, 0x64, 0x41, 0x70, 0x70, 0x65, 0x6e, 0x64,
  813. 0x22, 0x11, 0x0a, 0x0f, 0x41, 0x64, 0x64, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f,
  814. 0x6e, 0x73, 0x65, 0x22, 0x2d, 0x0a, 0x11, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x52, 0x75, 0x6c,
  815. 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x75, 0x6c, 0x65,
  816. 0x54, 0x61, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x72, 0x75, 0x6c, 0x65, 0x54,
  817. 0x61, 0x67, 0x22, 0x14, 0x0a, 0x12, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x52, 0x75, 0x6c, 0x65,
  818. 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x08, 0x0a, 0x06, 0x43, 0x6f, 0x6e, 0x66,
  819. 0x69, 0x67, 0x32, 0xbf, 0x05, 0x0a, 0x0e, 0x52, 0x6f, 0x75, 0x74, 0x69, 0x6e, 0x67, 0x53, 0x65,
  820. 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x7b, 0x0a, 0x15, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69,
  821. 0x62, 0x65, 0x52, 0x6f, 0x75, 0x74, 0x69, 0x6e, 0x67, 0x53, 0x74, 0x61, 0x74, 0x73, 0x12, 0x35,
  822. 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72,
  823. 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69,
  824. 0x62, 0x65, 0x52, 0x6f, 0x75, 0x74, 0x69, 0x6e, 0x67, 0x53, 0x74, 0x61, 0x74, 0x73, 0x52, 0x65,
  825. 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70,
  826. 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e,
  827. 0x52, 0x6f, 0x75, 0x74, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x22, 0x00,
  828. 0x30, 0x01, 0x12, 0x61, 0x0a, 0x09, 0x54, 0x65, 0x73, 0x74, 0x52, 0x6f, 0x75, 0x74, 0x65, 0x12,
  829. 0x29, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65,
  830. 0x72, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x54, 0x65, 0x73, 0x74, 0x52, 0x6f,
  831. 0x75, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x78, 0x72, 0x61,
  832. 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x63, 0x6f, 0x6d,
  833. 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x52, 0x6f, 0x75, 0x74, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74,
  834. 0x65, 0x78, 0x74, 0x22, 0x00, 0x12, 0x76, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x42, 0x61, 0x6c, 0x61,
  835. 0x6e, 0x63, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x2f, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e,
  836. 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61,
  837. 0x6e, 0x64, 0x2e, 0x47, 0x65, 0x74, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x72, 0x49, 0x6e,
  838. 0x66, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x78, 0x72, 0x61, 0x79,
  839. 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x63, 0x6f, 0x6d, 0x6d,
  840. 0x61, 0x6e, 0x64, 0x2e, 0x47, 0x65, 0x74, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x72, 0x49,
  841. 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x8b, 0x01,
  842. 0x0a, 0x16, 0x4f, 0x76, 0x65, 0x72, 0x72, 0x69, 0x64, 0x65, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63,
  843. 0x65, 0x72, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x12, 0x36, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e,
  844. 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61,
  845. 0x6e, 0x64, 0x2e, 0x4f, 0x76, 0x65, 0x72, 0x72, 0x69, 0x64, 0x65, 0x42, 0x61, 0x6c, 0x61, 0x6e,
  846. 0x63, 0x65, 0x72, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  847. 0x1a, 0x37, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74,
  848. 0x65, 0x72, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x4f, 0x76, 0x65, 0x72, 0x72,
  849. 0x69, 0x64, 0x65, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x72, 0x54, 0x61, 0x72, 0x67, 0x65,
  850. 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x5e, 0x0a, 0x07, 0x41,
  851. 0x64, 0x64, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x27, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70,
  852. 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64,
  853. 0x2e, 0x41, 0x64, 0x64, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
  854. 0x28, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65,
  855. 0x72, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x41, 0x64, 0x64, 0x52, 0x75, 0x6c,
  856. 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x67, 0x0a, 0x0a, 0x52,
  857. 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x2a, 0x2e, 0x78, 0x72, 0x61, 0x79,
  858. 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x63, 0x6f, 0x6d, 0x6d,
  859. 0x61, 0x6e, 0x64, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65,
  860. 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2b, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70,
  861. 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e,
  862. 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
  863. 0x73, 0x65, 0x22, 0x00, 0x42, 0x67, 0x0a, 0x1b, 0x63, 0x6f, 0x6d, 0x2e, 0x78, 0x72, 0x61, 0x79,
  864. 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x63, 0x6f, 0x6d, 0x6d,
  865. 0x61, 0x6e, 0x64, 0x50, 0x01, 0x5a, 0x2c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f,
  866. 0x6d, 0x2f, 0x78, 0x74, 0x6c, 0x73, 0x2f, 0x78, 0x72, 0x61, 0x79, 0x2d, 0x63, 0x6f, 0x72, 0x65,
  867. 0x2f, 0x61, 0x70, 0x70, 0x2f, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2f, 0x63, 0x6f, 0x6d, 0x6d,
  868. 0x61, 0x6e, 0x64, 0xaa, 0x02, 0x17, 0x58, 0x72, 0x61, 0x79, 0x2e, 0x41, 0x70, 0x70, 0x2e, 0x52,
  869. 0x6f, 0x75, 0x74, 0x65, 0x72, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x62, 0x06, 0x70,
  870. 0x72, 0x6f, 0x74, 0x6f, 0x33,
  871. }
  872. var (
  873. file_app_router_command_command_proto_rawDescOnce sync.Once
  874. file_app_router_command_command_proto_rawDescData = file_app_router_command_command_proto_rawDesc
  875. )
  876. func file_app_router_command_command_proto_rawDescGZIP() []byte {
  877. file_app_router_command_command_proto_rawDescOnce.Do(func() {
  878. file_app_router_command_command_proto_rawDescData = protoimpl.X.CompressGZIP(file_app_router_command_command_proto_rawDescData)
  879. })
  880. return file_app_router_command_command_proto_rawDescData
  881. }
  882. var file_app_router_command_command_proto_msgTypes = make([]protoimpl.MessageInfo, 16)
  883. var file_app_router_command_command_proto_goTypes = []any{
  884. (*RoutingContext)(nil), // 0: xray.app.router.command.RoutingContext
  885. (*SubscribeRoutingStatsRequest)(nil), // 1: xray.app.router.command.SubscribeRoutingStatsRequest
  886. (*TestRouteRequest)(nil), // 2: xray.app.router.command.TestRouteRequest
  887. (*PrincipleTargetInfo)(nil), // 3: xray.app.router.command.PrincipleTargetInfo
  888. (*OverrideInfo)(nil), // 4: xray.app.router.command.OverrideInfo
  889. (*BalancerMsg)(nil), // 5: xray.app.router.command.BalancerMsg
  890. (*GetBalancerInfoRequest)(nil), // 6: xray.app.router.command.GetBalancerInfoRequest
  891. (*GetBalancerInfoResponse)(nil), // 7: xray.app.router.command.GetBalancerInfoResponse
  892. (*OverrideBalancerTargetRequest)(nil), // 8: xray.app.router.command.OverrideBalancerTargetRequest
  893. (*OverrideBalancerTargetResponse)(nil), // 9: xray.app.router.command.OverrideBalancerTargetResponse
  894. (*AddRuleRequest)(nil), // 10: xray.app.router.command.AddRuleRequest
  895. (*AddRuleResponse)(nil), // 11: xray.app.router.command.AddRuleResponse
  896. (*RemoveRuleRequest)(nil), // 12: xray.app.router.command.RemoveRuleRequest
  897. (*RemoveRuleResponse)(nil), // 13: xray.app.router.command.RemoveRuleResponse
  898. (*Config)(nil), // 14: xray.app.router.command.Config
  899. nil, // 15: xray.app.router.command.RoutingContext.AttributesEntry
  900. (net.Network)(0), // 16: xray.common.net.Network
  901. (*serial.TypedMessage)(nil), // 17: xray.common.serial.TypedMessage
  902. }
  903. var file_app_router_command_command_proto_depIdxs = []int32{
  904. 16, // 0: xray.app.router.command.RoutingContext.Network:type_name -> xray.common.net.Network
  905. 15, // 1: xray.app.router.command.RoutingContext.Attributes:type_name -> xray.app.router.command.RoutingContext.AttributesEntry
  906. 0, // 2: xray.app.router.command.TestRouteRequest.RoutingContext:type_name -> xray.app.router.command.RoutingContext
  907. 4, // 3: xray.app.router.command.BalancerMsg.override:type_name -> xray.app.router.command.OverrideInfo
  908. 3, // 4: xray.app.router.command.BalancerMsg.principle_target:type_name -> xray.app.router.command.PrincipleTargetInfo
  909. 5, // 5: xray.app.router.command.GetBalancerInfoResponse.balancer:type_name -> xray.app.router.command.BalancerMsg
  910. 17, // 6: xray.app.router.command.AddRuleRequest.config:type_name -> xray.common.serial.TypedMessage
  911. 1, // 7: xray.app.router.command.RoutingService.SubscribeRoutingStats:input_type -> xray.app.router.command.SubscribeRoutingStatsRequest
  912. 2, // 8: xray.app.router.command.RoutingService.TestRoute:input_type -> xray.app.router.command.TestRouteRequest
  913. 6, // 9: xray.app.router.command.RoutingService.GetBalancerInfo:input_type -> xray.app.router.command.GetBalancerInfoRequest
  914. 8, // 10: xray.app.router.command.RoutingService.OverrideBalancerTarget:input_type -> xray.app.router.command.OverrideBalancerTargetRequest
  915. 10, // 11: xray.app.router.command.RoutingService.AddRule:input_type -> xray.app.router.command.AddRuleRequest
  916. 12, // 12: xray.app.router.command.RoutingService.RemoveRule:input_type -> xray.app.router.command.RemoveRuleRequest
  917. 0, // 13: xray.app.router.command.RoutingService.SubscribeRoutingStats:output_type -> xray.app.router.command.RoutingContext
  918. 0, // 14: xray.app.router.command.RoutingService.TestRoute:output_type -> xray.app.router.command.RoutingContext
  919. 7, // 15: xray.app.router.command.RoutingService.GetBalancerInfo:output_type -> xray.app.router.command.GetBalancerInfoResponse
  920. 9, // 16: xray.app.router.command.RoutingService.OverrideBalancerTarget:output_type -> xray.app.router.command.OverrideBalancerTargetResponse
  921. 11, // 17: xray.app.router.command.RoutingService.AddRule:output_type -> xray.app.router.command.AddRuleResponse
  922. 13, // 18: xray.app.router.command.RoutingService.RemoveRule:output_type -> xray.app.router.command.RemoveRuleResponse
  923. 13, // [13:19] is the sub-list for method output_type
  924. 7, // [7:13] is the sub-list for method input_type
  925. 7, // [7:7] is the sub-list for extension type_name
  926. 7, // [7:7] is the sub-list for extension extendee
  927. 0, // [0:7] is the sub-list for field type_name
  928. }
  929. func init() { file_app_router_command_command_proto_init() }
  930. func file_app_router_command_command_proto_init() {
  931. if File_app_router_command_command_proto != nil {
  932. return
  933. }
  934. type x struct{}
  935. out := protoimpl.TypeBuilder{
  936. File: protoimpl.DescBuilder{
  937. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  938. RawDescriptor: file_app_router_command_command_proto_rawDesc,
  939. NumEnums: 0,
  940. NumMessages: 16,
  941. NumExtensions: 0,
  942. NumServices: 1,
  943. },
  944. GoTypes: file_app_router_command_command_proto_goTypes,
  945. DependencyIndexes: file_app_router_command_command_proto_depIdxs,
  946. MessageInfos: file_app_router_command_command_proto_msgTypes,
  947. }.Build()
  948. File_app_router_command_command_proto = out.File
  949. file_app_router_command_command_proto_rawDesc = nil
  950. file_app_router_command_command_proto_goTypes = nil
  951. file_app_router_command_command_proto_depIdxs = nil
  952. }