command.pb.go 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239
  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/proxyman/command/command.proto
  6. package command
  7. import (
  8. protocol "github.com/xtls/xray-core/common/protocol"
  9. serial "github.com/xtls/xray-core/common/serial"
  10. core "github.com/xtls/xray-core/core"
  11. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  12. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  13. reflect "reflect"
  14. sync "sync"
  15. )
  16. const (
  17. // Verify that this generated code is sufficiently up-to-date.
  18. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  19. // Verify that runtime/protoimpl is sufficiently up-to-date.
  20. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  21. )
  22. type AddUserOperation struct {
  23. state protoimpl.MessageState
  24. sizeCache protoimpl.SizeCache
  25. unknownFields protoimpl.UnknownFields
  26. User *protocol.User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
  27. }
  28. func (x *AddUserOperation) Reset() {
  29. *x = AddUserOperation{}
  30. mi := &file_app_proxyman_command_command_proto_msgTypes[0]
  31. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  32. ms.StoreMessageInfo(mi)
  33. }
  34. func (x *AddUserOperation) String() string {
  35. return protoimpl.X.MessageStringOf(x)
  36. }
  37. func (*AddUserOperation) ProtoMessage() {}
  38. func (x *AddUserOperation) ProtoReflect() protoreflect.Message {
  39. mi := &file_app_proxyman_command_command_proto_msgTypes[0]
  40. if x != nil {
  41. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  42. if ms.LoadMessageInfo() == nil {
  43. ms.StoreMessageInfo(mi)
  44. }
  45. return ms
  46. }
  47. return mi.MessageOf(x)
  48. }
  49. // Deprecated: Use AddUserOperation.ProtoReflect.Descriptor instead.
  50. func (*AddUserOperation) Descriptor() ([]byte, []int) {
  51. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{0}
  52. }
  53. func (x *AddUserOperation) GetUser() *protocol.User {
  54. if x != nil {
  55. return x.User
  56. }
  57. return nil
  58. }
  59. type RemoveUserOperation struct {
  60. state protoimpl.MessageState
  61. sizeCache protoimpl.SizeCache
  62. unknownFields protoimpl.UnknownFields
  63. Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
  64. }
  65. func (x *RemoveUserOperation) Reset() {
  66. *x = RemoveUserOperation{}
  67. mi := &file_app_proxyman_command_command_proto_msgTypes[1]
  68. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  69. ms.StoreMessageInfo(mi)
  70. }
  71. func (x *RemoveUserOperation) String() string {
  72. return protoimpl.X.MessageStringOf(x)
  73. }
  74. func (*RemoveUserOperation) ProtoMessage() {}
  75. func (x *RemoveUserOperation) ProtoReflect() protoreflect.Message {
  76. mi := &file_app_proxyman_command_command_proto_msgTypes[1]
  77. if x != nil {
  78. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  79. if ms.LoadMessageInfo() == nil {
  80. ms.StoreMessageInfo(mi)
  81. }
  82. return ms
  83. }
  84. return mi.MessageOf(x)
  85. }
  86. // Deprecated: Use RemoveUserOperation.ProtoReflect.Descriptor instead.
  87. func (*RemoveUserOperation) Descriptor() ([]byte, []int) {
  88. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{1}
  89. }
  90. func (x *RemoveUserOperation) GetEmail() string {
  91. if x != nil {
  92. return x.Email
  93. }
  94. return ""
  95. }
  96. type AddInboundRequest struct {
  97. state protoimpl.MessageState
  98. sizeCache protoimpl.SizeCache
  99. unknownFields protoimpl.UnknownFields
  100. Inbound *core.InboundHandlerConfig `protobuf:"bytes,1,opt,name=inbound,proto3" json:"inbound,omitempty"`
  101. }
  102. func (x *AddInboundRequest) Reset() {
  103. *x = AddInboundRequest{}
  104. mi := &file_app_proxyman_command_command_proto_msgTypes[2]
  105. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  106. ms.StoreMessageInfo(mi)
  107. }
  108. func (x *AddInboundRequest) String() string {
  109. return protoimpl.X.MessageStringOf(x)
  110. }
  111. func (*AddInboundRequest) ProtoMessage() {}
  112. func (x *AddInboundRequest) ProtoReflect() protoreflect.Message {
  113. mi := &file_app_proxyman_command_command_proto_msgTypes[2]
  114. if x != nil {
  115. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  116. if ms.LoadMessageInfo() == nil {
  117. ms.StoreMessageInfo(mi)
  118. }
  119. return ms
  120. }
  121. return mi.MessageOf(x)
  122. }
  123. // Deprecated: Use AddInboundRequest.ProtoReflect.Descriptor instead.
  124. func (*AddInboundRequest) Descriptor() ([]byte, []int) {
  125. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{2}
  126. }
  127. func (x *AddInboundRequest) GetInbound() *core.InboundHandlerConfig {
  128. if x != nil {
  129. return x.Inbound
  130. }
  131. return nil
  132. }
  133. type AddInboundResponse struct {
  134. state protoimpl.MessageState
  135. sizeCache protoimpl.SizeCache
  136. unknownFields protoimpl.UnknownFields
  137. }
  138. func (x *AddInboundResponse) Reset() {
  139. *x = AddInboundResponse{}
  140. mi := &file_app_proxyman_command_command_proto_msgTypes[3]
  141. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  142. ms.StoreMessageInfo(mi)
  143. }
  144. func (x *AddInboundResponse) String() string {
  145. return protoimpl.X.MessageStringOf(x)
  146. }
  147. func (*AddInboundResponse) ProtoMessage() {}
  148. func (x *AddInboundResponse) ProtoReflect() protoreflect.Message {
  149. mi := &file_app_proxyman_command_command_proto_msgTypes[3]
  150. if x != nil {
  151. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  152. if ms.LoadMessageInfo() == nil {
  153. ms.StoreMessageInfo(mi)
  154. }
  155. return ms
  156. }
  157. return mi.MessageOf(x)
  158. }
  159. // Deprecated: Use AddInboundResponse.ProtoReflect.Descriptor instead.
  160. func (*AddInboundResponse) Descriptor() ([]byte, []int) {
  161. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{3}
  162. }
  163. type RemoveInboundRequest struct {
  164. state protoimpl.MessageState
  165. sizeCache protoimpl.SizeCache
  166. unknownFields protoimpl.UnknownFields
  167. Tag string `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"`
  168. }
  169. func (x *RemoveInboundRequest) Reset() {
  170. *x = RemoveInboundRequest{}
  171. mi := &file_app_proxyman_command_command_proto_msgTypes[4]
  172. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  173. ms.StoreMessageInfo(mi)
  174. }
  175. func (x *RemoveInboundRequest) String() string {
  176. return protoimpl.X.MessageStringOf(x)
  177. }
  178. func (*RemoveInboundRequest) ProtoMessage() {}
  179. func (x *RemoveInboundRequest) ProtoReflect() protoreflect.Message {
  180. mi := &file_app_proxyman_command_command_proto_msgTypes[4]
  181. if x != nil {
  182. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  183. if ms.LoadMessageInfo() == nil {
  184. ms.StoreMessageInfo(mi)
  185. }
  186. return ms
  187. }
  188. return mi.MessageOf(x)
  189. }
  190. // Deprecated: Use RemoveInboundRequest.ProtoReflect.Descriptor instead.
  191. func (*RemoveInboundRequest) Descriptor() ([]byte, []int) {
  192. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{4}
  193. }
  194. func (x *RemoveInboundRequest) GetTag() string {
  195. if x != nil {
  196. return x.Tag
  197. }
  198. return ""
  199. }
  200. type RemoveInboundResponse struct {
  201. state protoimpl.MessageState
  202. sizeCache protoimpl.SizeCache
  203. unknownFields protoimpl.UnknownFields
  204. }
  205. func (x *RemoveInboundResponse) Reset() {
  206. *x = RemoveInboundResponse{}
  207. mi := &file_app_proxyman_command_command_proto_msgTypes[5]
  208. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  209. ms.StoreMessageInfo(mi)
  210. }
  211. func (x *RemoveInboundResponse) String() string {
  212. return protoimpl.X.MessageStringOf(x)
  213. }
  214. func (*RemoveInboundResponse) ProtoMessage() {}
  215. func (x *RemoveInboundResponse) ProtoReflect() protoreflect.Message {
  216. mi := &file_app_proxyman_command_command_proto_msgTypes[5]
  217. if x != nil {
  218. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  219. if ms.LoadMessageInfo() == nil {
  220. ms.StoreMessageInfo(mi)
  221. }
  222. return ms
  223. }
  224. return mi.MessageOf(x)
  225. }
  226. // Deprecated: Use RemoveInboundResponse.ProtoReflect.Descriptor instead.
  227. func (*RemoveInboundResponse) Descriptor() ([]byte, []int) {
  228. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{5}
  229. }
  230. type AlterInboundRequest struct {
  231. state protoimpl.MessageState
  232. sizeCache protoimpl.SizeCache
  233. unknownFields protoimpl.UnknownFields
  234. Tag string `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"`
  235. Operation *serial.TypedMessage `protobuf:"bytes,2,opt,name=operation,proto3" json:"operation,omitempty"`
  236. }
  237. func (x *AlterInboundRequest) Reset() {
  238. *x = AlterInboundRequest{}
  239. mi := &file_app_proxyman_command_command_proto_msgTypes[6]
  240. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  241. ms.StoreMessageInfo(mi)
  242. }
  243. func (x *AlterInboundRequest) String() string {
  244. return protoimpl.X.MessageStringOf(x)
  245. }
  246. func (*AlterInboundRequest) ProtoMessage() {}
  247. func (x *AlterInboundRequest) ProtoReflect() protoreflect.Message {
  248. mi := &file_app_proxyman_command_command_proto_msgTypes[6]
  249. if x != nil {
  250. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  251. if ms.LoadMessageInfo() == nil {
  252. ms.StoreMessageInfo(mi)
  253. }
  254. return ms
  255. }
  256. return mi.MessageOf(x)
  257. }
  258. // Deprecated: Use AlterInboundRequest.ProtoReflect.Descriptor instead.
  259. func (*AlterInboundRequest) Descriptor() ([]byte, []int) {
  260. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{6}
  261. }
  262. func (x *AlterInboundRequest) GetTag() string {
  263. if x != nil {
  264. return x.Tag
  265. }
  266. return ""
  267. }
  268. func (x *AlterInboundRequest) GetOperation() *serial.TypedMessage {
  269. if x != nil {
  270. return x.Operation
  271. }
  272. return nil
  273. }
  274. type AlterInboundResponse struct {
  275. state protoimpl.MessageState
  276. sizeCache protoimpl.SizeCache
  277. unknownFields protoimpl.UnknownFields
  278. }
  279. func (x *AlterInboundResponse) Reset() {
  280. *x = AlterInboundResponse{}
  281. mi := &file_app_proxyman_command_command_proto_msgTypes[7]
  282. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  283. ms.StoreMessageInfo(mi)
  284. }
  285. func (x *AlterInboundResponse) String() string {
  286. return protoimpl.X.MessageStringOf(x)
  287. }
  288. func (*AlterInboundResponse) ProtoMessage() {}
  289. func (x *AlterInboundResponse) ProtoReflect() protoreflect.Message {
  290. mi := &file_app_proxyman_command_command_proto_msgTypes[7]
  291. if x != nil {
  292. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  293. if ms.LoadMessageInfo() == nil {
  294. ms.StoreMessageInfo(mi)
  295. }
  296. return ms
  297. }
  298. return mi.MessageOf(x)
  299. }
  300. // Deprecated: Use AlterInboundResponse.ProtoReflect.Descriptor instead.
  301. func (*AlterInboundResponse) Descriptor() ([]byte, []int) {
  302. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{7}
  303. }
  304. type ListInboundsRequest struct {
  305. state protoimpl.MessageState
  306. sizeCache protoimpl.SizeCache
  307. unknownFields protoimpl.UnknownFields
  308. IsOnlyTags bool `protobuf:"varint,1,opt,name=isOnlyTags,proto3" json:"isOnlyTags,omitempty"`
  309. }
  310. func (x *ListInboundsRequest) Reset() {
  311. *x = ListInboundsRequest{}
  312. mi := &file_app_proxyman_command_command_proto_msgTypes[8]
  313. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  314. ms.StoreMessageInfo(mi)
  315. }
  316. func (x *ListInboundsRequest) String() string {
  317. return protoimpl.X.MessageStringOf(x)
  318. }
  319. func (*ListInboundsRequest) ProtoMessage() {}
  320. func (x *ListInboundsRequest) ProtoReflect() protoreflect.Message {
  321. mi := &file_app_proxyman_command_command_proto_msgTypes[8]
  322. if x != nil {
  323. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  324. if ms.LoadMessageInfo() == nil {
  325. ms.StoreMessageInfo(mi)
  326. }
  327. return ms
  328. }
  329. return mi.MessageOf(x)
  330. }
  331. // Deprecated: Use ListInboundsRequest.ProtoReflect.Descriptor instead.
  332. func (*ListInboundsRequest) Descriptor() ([]byte, []int) {
  333. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{8}
  334. }
  335. func (x *ListInboundsRequest) GetIsOnlyTags() bool {
  336. if x != nil {
  337. return x.IsOnlyTags
  338. }
  339. return false
  340. }
  341. type ListInboundsResponse struct {
  342. state protoimpl.MessageState
  343. sizeCache protoimpl.SizeCache
  344. unknownFields protoimpl.UnknownFields
  345. Inbounds []*core.InboundHandlerConfig `protobuf:"bytes,1,rep,name=inbounds,proto3" json:"inbounds,omitempty"`
  346. }
  347. func (x *ListInboundsResponse) Reset() {
  348. *x = ListInboundsResponse{}
  349. mi := &file_app_proxyman_command_command_proto_msgTypes[9]
  350. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  351. ms.StoreMessageInfo(mi)
  352. }
  353. func (x *ListInboundsResponse) String() string {
  354. return protoimpl.X.MessageStringOf(x)
  355. }
  356. func (*ListInboundsResponse) ProtoMessage() {}
  357. func (x *ListInboundsResponse) ProtoReflect() protoreflect.Message {
  358. mi := &file_app_proxyman_command_command_proto_msgTypes[9]
  359. if x != nil {
  360. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  361. if ms.LoadMessageInfo() == nil {
  362. ms.StoreMessageInfo(mi)
  363. }
  364. return ms
  365. }
  366. return mi.MessageOf(x)
  367. }
  368. // Deprecated: Use ListInboundsResponse.ProtoReflect.Descriptor instead.
  369. func (*ListInboundsResponse) Descriptor() ([]byte, []int) {
  370. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{9}
  371. }
  372. func (x *ListInboundsResponse) GetInbounds() []*core.InboundHandlerConfig {
  373. if x != nil {
  374. return x.Inbounds
  375. }
  376. return nil
  377. }
  378. type GetInboundUserRequest struct {
  379. state protoimpl.MessageState
  380. sizeCache protoimpl.SizeCache
  381. unknownFields protoimpl.UnknownFields
  382. Tag string `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"`
  383. Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
  384. }
  385. func (x *GetInboundUserRequest) Reset() {
  386. *x = GetInboundUserRequest{}
  387. mi := &file_app_proxyman_command_command_proto_msgTypes[10]
  388. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  389. ms.StoreMessageInfo(mi)
  390. }
  391. func (x *GetInboundUserRequest) String() string {
  392. return protoimpl.X.MessageStringOf(x)
  393. }
  394. func (*GetInboundUserRequest) ProtoMessage() {}
  395. func (x *GetInboundUserRequest) ProtoReflect() protoreflect.Message {
  396. mi := &file_app_proxyman_command_command_proto_msgTypes[10]
  397. if x != nil {
  398. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  399. if ms.LoadMessageInfo() == nil {
  400. ms.StoreMessageInfo(mi)
  401. }
  402. return ms
  403. }
  404. return mi.MessageOf(x)
  405. }
  406. // Deprecated: Use GetInboundUserRequest.ProtoReflect.Descriptor instead.
  407. func (*GetInboundUserRequest) Descriptor() ([]byte, []int) {
  408. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{10}
  409. }
  410. func (x *GetInboundUserRequest) GetTag() string {
  411. if x != nil {
  412. return x.Tag
  413. }
  414. return ""
  415. }
  416. func (x *GetInboundUserRequest) GetEmail() string {
  417. if x != nil {
  418. return x.Email
  419. }
  420. return ""
  421. }
  422. type GetInboundUserResponse struct {
  423. state protoimpl.MessageState
  424. sizeCache protoimpl.SizeCache
  425. unknownFields protoimpl.UnknownFields
  426. Users []*protocol.User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
  427. }
  428. func (x *GetInboundUserResponse) Reset() {
  429. *x = GetInboundUserResponse{}
  430. mi := &file_app_proxyman_command_command_proto_msgTypes[11]
  431. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  432. ms.StoreMessageInfo(mi)
  433. }
  434. func (x *GetInboundUserResponse) String() string {
  435. return protoimpl.X.MessageStringOf(x)
  436. }
  437. func (*GetInboundUserResponse) ProtoMessage() {}
  438. func (x *GetInboundUserResponse) ProtoReflect() protoreflect.Message {
  439. mi := &file_app_proxyman_command_command_proto_msgTypes[11]
  440. if x != nil {
  441. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  442. if ms.LoadMessageInfo() == nil {
  443. ms.StoreMessageInfo(mi)
  444. }
  445. return ms
  446. }
  447. return mi.MessageOf(x)
  448. }
  449. // Deprecated: Use GetInboundUserResponse.ProtoReflect.Descriptor instead.
  450. func (*GetInboundUserResponse) Descriptor() ([]byte, []int) {
  451. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{11}
  452. }
  453. func (x *GetInboundUserResponse) GetUsers() []*protocol.User {
  454. if x != nil {
  455. return x.Users
  456. }
  457. return nil
  458. }
  459. type GetInboundUsersCountResponse struct {
  460. state protoimpl.MessageState
  461. sizeCache protoimpl.SizeCache
  462. unknownFields protoimpl.UnknownFields
  463. Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
  464. }
  465. func (x *GetInboundUsersCountResponse) Reset() {
  466. *x = GetInboundUsersCountResponse{}
  467. mi := &file_app_proxyman_command_command_proto_msgTypes[12]
  468. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  469. ms.StoreMessageInfo(mi)
  470. }
  471. func (x *GetInboundUsersCountResponse) String() string {
  472. return protoimpl.X.MessageStringOf(x)
  473. }
  474. func (*GetInboundUsersCountResponse) ProtoMessage() {}
  475. func (x *GetInboundUsersCountResponse) ProtoReflect() protoreflect.Message {
  476. mi := &file_app_proxyman_command_command_proto_msgTypes[12]
  477. if x != nil {
  478. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  479. if ms.LoadMessageInfo() == nil {
  480. ms.StoreMessageInfo(mi)
  481. }
  482. return ms
  483. }
  484. return mi.MessageOf(x)
  485. }
  486. // Deprecated: Use GetInboundUsersCountResponse.ProtoReflect.Descriptor instead.
  487. func (*GetInboundUsersCountResponse) Descriptor() ([]byte, []int) {
  488. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{12}
  489. }
  490. func (x *GetInboundUsersCountResponse) GetCount() int64 {
  491. if x != nil {
  492. return x.Count
  493. }
  494. return 0
  495. }
  496. type AddOutboundRequest struct {
  497. state protoimpl.MessageState
  498. sizeCache protoimpl.SizeCache
  499. unknownFields protoimpl.UnknownFields
  500. Outbound *core.OutboundHandlerConfig `protobuf:"bytes,1,opt,name=outbound,proto3" json:"outbound,omitempty"`
  501. }
  502. func (x *AddOutboundRequest) Reset() {
  503. *x = AddOutboundRequest{}
  504. mi := &file_app_proxyman_command_command_proto_msgTypes[13]
  505. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  506. ms.StoreMessageInfo(mi)
  507. }
  508. func (x *AddOutboundRequest) String() string {
  509. return protoimpl.X.MessageStringOf(x)
  510. }
  511. func (*AddOutboundRequest) ProtoMessage() {}
  512. func (x *AddOutboundRequest) ProtoReflect() protoreflect.Message {
  513. mi := &file_app_proxyman_command_command_proto_msgTypes[13]
  514. if x != nil {
  515. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  516. if ms.LoadMessageInfo() == nil {
  517. ms.StoreMessageInfo(mi)
  518. }
  519. return ms
  520. }
  521. return mi.MessageOf(x)
  522. }
  523. // Deprecated: Use AddOutboundRequest.ProtoReflect.Descriptor instead.
  524. func (*AddOutboundRequest) Descriptor() ([]byte, []int) {
  525. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{13}
  526. }
  527. func (x *AddOutboundRequest) GetOutbound() *core.OutboundHandlerConfig {
  528. if x != nil {
  529. return x.Outbound
  530. }
  531. return nil
  532. }
  533. type AddOutboundResponse struct {
  534. state protoimpl.MessageState
  535. sizeCache protoimpl.SizeCache
  536. unknownFields protoimpl.UnknownFields
  537. }
  538. func (x *AddOutboundResponse) Reset() {
  539. *x = AddOutboundResponse{}
  540. mi := &file_app_proxyman_command_command_proto_msgTypes[14]
  541. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  542. ms.StoreMessageInfo(mi)
  543. }
  544. func (x *AddOutboundResponse) String() string {
  545. return protoimpl.X.MessageStringOf(x)
  546. }
  547. func (*AddOutboundResponse) ProtoMessage() {}
  548. func (x *AddOutboundResponse) ProtoReflect() protoreflect.Message {
  549. mi := &file_app_proxyman_command_command_proto_msgTypes[14]
  550. if x != nil {
  551. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  552. if ms.LoadMessageInfo() == nil {
  553. ms.StoreMessageInfo(mi)
  554. }
  555. return ms
  556. }
  557. return mi.MessageOf(x)
  558. }
  559. // Deprecated: Use AddOutboundResponse.ProtoReflect.Descriptor instead.
  560. func (*AddOutboundResponse) Descriptor() ([]byte, []int) {
  561. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{14}
  562. }
  563. type RemoveOutboundRequest struct {
  564. state protoimpl.MessageState
  565. sizeCache protoimpl.SizeCache
  566. unknownFields protoimpl.UnknownFields
  567. Tag string `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"`
  568. }
  569. func (x *RemoveOutboundRequest) Reset() {
  570. *x = RemoveOutboundRequest{}
  571. mi := &file_app_proxyman_command_command_proto_msgTypes[15]
  572. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  573. ms.StoreMessageInfo(mi)
  574. }
  575. func (x *RemoveOutboundRequest) String() string {
  576. return protoimpl.X.MessageStringOf(x)
  577. }
  578. func (*RemoveOutboundRequest) ProtoMessage() {}
  579. func (x *RemoveOutboundRequest) ProtoReflect() protoreflect.Message {
  580. mi := &file_app_proxyman_command_command_proto_msgTypes[15]
  581. if x != nil {
  582. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  583. if ms.LoadMessageInfo() == nil {
  584. ms.StoreMessageInfo(mi)
  585. }
  586. return ms
  587. }
  588. return mi.MessageOf(x)
  589. }
  590. // Deprecated: Use RemoveOutboundRequest.ProtoReflect.Descriptor instead.
  591. func (*RemoveOutboundRequest) Descriptor() ([]byte, []int) {
  592. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{15}
  593. }
  594. func (x *RemoveOutboundRequest) GetTag() string {
  595. if x != nil {
  596. return x.Tag
  597. }
  598. return ""
  599. }
  600. type RemoveOutboundResponse struct {
  601. state protoimpl.MessageState
  602. sizeCache protoimpl.SizeCache
  603. unknownFields protoimpl.UnknownFields
  604. }
  605. func (x *RemoveOutboundResponse) Reset() {
  606. *x = RemoveOutboundResponse{}
  607. mi := &file_app_proxyman_command_command_proto_msgTypes[16]
  608. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  609. ms.StoreMessageInfo(mi)
  610. }
  611. func (x *RemoveOutboundResponse) String() string {
  612. return protoimpl.X.MessageStringOf(x)
  613. }
  614. func (*RemoveOutboundResponse) ProtoMessage() {}
  615. func (x *RemoveOutboundResponse) ProtoReflect() protoreflect.Message {
  616. mi := &file_app_proxyman_command_command_proto_msgTypes[16]
  617. if x != nil {
  618. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  619. if ms.LoadMessageInfo() == nil {
  620. ms.StoreMessageInfo(mi)
  621. }
  622. return ms
  623. }
  624. return mi.MessageOf(x)
  625. }
  626. // Deprecated: Use RemoveOutboundResponse.ProtoReflect.Descriptor instead.
  627. func (*RemoveOutboundResponse) Descriptor() ([]byte, []int) {
  628. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{16}
  629. }
  630. type AlterOutboundRequest struct {
  631. state protoimpl.MessageState
  632. sizeCache protoimpl.SizeCache
  633. unknownFields protoimpl.UnknownFields
  634. Tag string `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"`
  635. Operation *serial.TypedMessage `protobuf:"bytes,2,opt,name=operation,proto3" json:"operation,omitempty"`
  636. }
  637. func (x *AlterOutboundRequest) Reset() {
  638. *x = AlterOutboundRequest{}
  639. mi := &file_app_proxyman_command_command_proto_msgTypes[17]
  640. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  641. ms.StoreMessageInfo(mi)
  642. }
  643. func (x *AlterOutboundRequest) String() string {
  644. return protoimpl.X.MessageStringOf(x)
  645. }
  646. func (*AlterOutboundRequest) ProtoMessage() {}
  647. func (x *AlterOutboundRequest) ProtoReflect() protoreflect.Message {
  648. mi := &file_app_proxyman_command_command_proto_msgTypes[17]
  649. if x != nil {
  650. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  651. if ms.LoadMessageInfo() == nil {
  652. ms.StoreMessageInfo(mi)
  653. }
  654. return ms
  655. }
  656. return mi.MessageOf(x)
  657. }
  658. // Deprecated: Use AlterOutboundRequest.ProtoReflect.Descriptor instead.
  659. func (*AlterOutboundRequest) Descriptor() ([]byte, []int) {
  660. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{17}
  661. }
  662. func (x *AlterOutboundRequest) GetTag() string {
  663. if x != nil {
  664. return x.Tag
  665. }
  666. return ""
  667. }
  668. func (x *AlterOutboundRequest) GetOperation() *serial.TypedMessage {
  669. if x != nil {
  670. return x.Operation
  671. }
  672. return nil
  673. }
  674. type AlterOutboundResponse struct {
  675. state protoimpl.MessageState
  676. sizeCache protoimpl.SizeCache
  677. unknownFields protoimpl.UnknownFields
  678. }
  679. func (x *AlterOutboundResponse) Reset() {
  680. *x = AlterOutboundResponse{}
  681. mi := &file_app_proxyman_command_command_proto_msgTypes[18]
  682. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  683. ms.StoreMessageInfo(mi)
  684. }
  685. func (x *AlterOutboundResponse) String() string {
  686. return protoimpl.X.MessageStringOf(x)
  687. }
  688. func (*AlterOutboundResponse) ProtoMessage() {}
  689. func (x *AlterOutboundResponse) ProtoReflect() protoreflect.Message {
  690. mi := &file_app_proxyman_command_command_proto_msgTypes[18]
  691. if x != nil {
  692. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  693. if ms.LoadMessageInfo() == nil {
  694. ms.StoreMessageInfo(mi)
  695. }
  696. return ms
  697. }
  698. return mi.MessageOf(x)
  699. }
  700. // Deprecated: Use AlterOutboundResponse.ProtoReflect.Descriptor instead.
  701. func (*AlterOutboundResponse) Descriptor() ([]byte, []int) {
  702. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{18}
  703. }
  704. type ListOutboundsRequest struct {
  705. state protoimpl.MessageState
  706. sizeCache protoimpl.SizeCache
  707. unknownFields protoimpl.UnknownFields
  708. }
  709. func (x *ListOutboundsRequest) Reset() {
  710. *x = ListOutboundsRequest{}
  711. mi := &file_app_proxyman_command_command_proto_msgTypes[19]
  712. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  713. ms.StoreMessageInfo(mi)
  714. }
  715. func (x *ListOutboundsRequest) String() string {
  716. return protoimpl.X.MessageStringOf(x)
  717. }
  718. func (*ListOutboundsRequest) ProtoMessage() {}
  719. func (x *ListOutboundsRequest) ProtoReflect() protoreflect.Message {
  720. mi := &file_app_proxyman_command_command_proto_msgTypes[19]
  721. if x != nil {
  722. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  723. if ms.LoadMessageInfo() == nil {
  724. ms.StoreMessageInfo(mi)
  725. }
  726. return ms
  727. }
  728. return mi.MessageOf(x)
  729. }
  730. // Deprecated: Use ListOutboundsRequest.ProtoReflect.Descriptor instead.
  731. func (*ListOutboundsRequest) Descriptor() ([]byte, []int) {
  732. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{19}
  733. }
  734. type ListOutboundsResponse struct {
  735. state protoimpl.MessageState
  736. sizeCache protoimpl.SizeCache
  737. unknownFields protoimpl.UnknownFields
  738. Outbounds []*core.OutboundHandlerConfig `protobuf:"bytes,1,rep,name=outbounds,proto3" json:"outbounds,omitempty"`
  739. }
  740. func (x *ListOutboundsResponse) Reset() {
  741. *x = ListOutboundsResponse{}
  742. mi := &file_app_proxyman_command_command_proto_msgTypes[20]
  743. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  744. ms.StoreMessageInfo(mi)
  745. }
  746. func (x *ListOutboundsResponse) String() string {
  747. return protoimpl.X.MessageStringOf(x)
  748. }
  749. func (*ListOutboundsResponse) ProtoMessage() {}
  750. func (x *ListOutboundsResponse) ProtoReflect() protoreflect.Message {
  751. mi := &file_app_proxyman_command_command_proto_msgTypes[20]
  752. if x != nil {
  753. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  754. if ms.LoadMessageInfo() == nil {
  755. ms.StoreMessageInfo(mi)
  756. }
  757. return ms
  758. }
  759. return mi.MessageOf(x)
  760. }
  761. // Deprecated: Use ListOutboundsResponse.ProtoReflect.Descriptor instead.
  762. func (*ListOutboundsResponse) Descriptor() ([]byte, []int) {
  763. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{20}
  764. }
  765. func (x *ListOutboundsResponse) GetOutbounds() []*core.OutboundHandlerConfig {
  766. if x != nil {
  767. return x.Outbounds
  768. }
  769. return nil
  770. }
  771. type Config struct {
  772. state protoimpl.MessageState
  773. sizeCache protoimpl.SizeCache
  774. unknownFields protoimpl.UnknownFields
  775. }
  776. func (x *Config) Reset() {
  777. *x = Config{}
  778. mi := &file_app_proxyman_command_command_proto_msgTypes[21]
  779. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  780. ms.StoreMessageInfo(mi)
  781. }
  782. func (x *Config) String() string {
  783. return protoimpl.X.MessageStringOf(x)
  784. }
  785. func (*Config) ProtoMessage() {}
  786. func (x *Config) ProtoReflect() protoreflect.Message {
  787. mi := &file_app_proxyman_command_command_proto_msgTypes[21]
  788. if x != nil {
  789. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  790. if ms.LoadMessageInfo() == nil {
  791. ms.StoreMessageInfo(mi)
  792. }
  793. return ms
  794. }
  795. return mi.MessageOf(x)
  796. }
  797. // Deprecated: Use Config.ProtoReflect.Descriptor instead.
  798. func (*Config) Descriptor() ([]byte, []int) {
  799. return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{21}
  800. }
  801. var File_app_proxyman_command_command_proto protoreflect.FileDescriptor
  802. var file_app_proxyman_command_command_proto_rawDesc = []byte{
  803. 0x0a, 0x22, 0x61, 0x70, 0x70, 0x2f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2f, 0x63,
  804. 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x70,
  805. 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x19, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70,
  806. 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x1a,
  807. 0x1a, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c,
  808. 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x21, 0x63, 0x6f, 0x6d,
  809. 0x6d, 0x6f, 0x6e, 0x2f, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x2f, 0x74, 0x79, 0x70, 0x65, 0x64,
  810. 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x11,
  811. 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  812. 0x6f, 0x22, 0x42, 0x0a, 0x10, 0x41, 0x64, 0x64, 0x55, 0x73, 0x65, 0x72, 0x4f, 0x70, 0x65, 0x72,
  813. 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2e, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x72, 0x18, 0x01, 0x20,
  814. 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f,
  815. 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x52,
  816. 0x04, 0x75, 0x73, 0x65, 0x72, 0x22, 0x2b, 0x0a, 0x13, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x55,
  817. 0x73, 0x65, 0x72, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05,
  818. 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x6d, 0x61,
  819. 0x69, 0x6c, 0x22, 0x4e, 0x0a, 0x11, 0x41, 0x64, 0x64, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64,
  820. 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x39, 0x0a, 0x07, 0x69, 0x6e, 0x62, 0x6f, 0x75,
  821. 0x6e, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e,
  822. 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x48, 0x61, 0x6e, 0x64,
  823. 0x6c, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x07, 0x69, 0x6e, 0x62, 0x6f, 0x75,
  824. 0x6e, 0x64, 0x22, 0x14, 0x0a, 0x12, 0x41, 0x64, 0x64, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64,
  825. 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x28, 0x0a, 0x14, 0x52, 0x65, 0x6d, 0x6f,
  826. 0x76, 0x65, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  827. 0x12, 0x10, 0x0a, 0x03, 0x74, 0x61, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x74,
  828. 0x61, 0x67, 0x22, 0x17, 0x0a, 0x15, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x49, 0x6e, 0x62, 0x6f,
  829. 0x75, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x67, 0x0a, 0x13, 0x41,
  830. 0x6c, 0x74, 0x65, 0x72, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65,
  831. 0x73, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x74, 0x61, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
  832. 0x03, 0x74, 0x61, 0x67, 0x12, 0x3e, 0x0a, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f,
  833. 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x63,
  834. 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x2e, 0x54, 0x79, 0x70,
  835. 0x65, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61,
  836. 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x16, 0x0a, 0x14, 0x41, 0x6c, 0x74, 0x65, 0x72, 0x49, 0x6e, 0x62,
  837. 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x35, 0x0a, 0x13,
  838. 0x4c, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x73, 0x52, 0x65, 0x71, 0x75,
  839. 0x65, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x73, 0x4f, 0x6e, 0x6c, 0x79, 0x54, 0x61, 0x67,
  840. 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, 0x69, 0x73, 0x4f, 0x6e, 0x6c, 0x79, 0x54,
  841. 0x61, 0x67, 0x73, 0x22, 0x53, 0x0a, 0x14, 0x4c, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x62, 0x6f, 0x75,
  842. 0x6e, 0x64, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3b, 0x0a, 0x08, 0x69,
  843. 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1f, 0x2e,
  844. 0x78, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e,
  845. 0x64, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x08,
  846. 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x73, 0x22, 0x3f, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x49,
  847. 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
  848. 0x74, 0x12, 0x10, 0x0a, 0x03, 0x74, 0x61, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03,
  849. 0x74, 0x61, 0x67, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01,
  850. 0x28, 0x09, 0x52, 0x05, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x22, 0x4a, 0x0a, 0x16, 0x47, 0x65, 0x74,
  851. 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f,
  852. 0x6e, 0x73, 0x65, 0x12, 0x30, 0x0a, 0x05, 0x75, 0x73, 0x65, 0x72, 0x73, 0x18, 0x01, 0x20, 0x03,
  853. 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,
  854. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x05,
  855. 0x75, 0x73, 0x65, 0x72, 0x73, 0x22, 0x34, 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x62, 0x6f,
  856. 0x75, 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73,
  857. 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01,
  858. 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x52, 0x0a, 0x12, 0x41,
  859. 0x64, 0x64, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
  860. 0x74, 0x12, 0x3c, 0x0a, 0x08, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x18, 0x01, 0x20,
  861. 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e,
  862. 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x43,
  863. 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x08, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x22,
  864. 0x15, 0x0a, 0x13, 0x41, 0x64, 0x64, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65,
  865. 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x29, 0x0a, 0x15, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65,
  866. 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
  867. 0x10, 0x0a, 0x03, 0x74, 0x61, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x74, 0x61,
  868. 0x67, 0x22, 0x18, 0x0a, 0x16, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x4f, 0x75, 0x74, 0x62, 0x6f,
  869. 0x75, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x68, 0x0a, 0x14, 0x41,
  870. 0x6c, 0x74, 0x65, 0x72, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75,
  871. 0x65, 0x73, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x74, 0x61, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
  872. 0x52, 0x03, 0x74, 0x61, 0x67, 0x12, 0x3e, 0x0a, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69,
  873. 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e,
  874. 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x2e, 0x54, 0x79,
  875. 0x70, 0x65, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x09, 0x6f, 0x70, 0x65, 0x72,
  876. 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x17, 0x0a, 0x15, 0x41, 0x6c, 0x74, 0x65, 0x72, 0x4f, 0x75,
  877. 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x16,
  878. 0x0a, 0x14, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x73, 0x52,
  879. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x57, 0x0a, 0x15, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x75,
  880. 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
  881. 0x3e, 0x0a, 0x09, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03,
  882. 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x4f,
  883. 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x43, 0x6f,
  884. 0x6e, 0x66, 0x69, 0x67, 0x52, 0x09, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x73, 0x22,
  885. 0x08, 0x0a, 0x06, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x32, 0xae, 0x09, 0x0a, 0x0e, 0x48, 0x61,
  886. 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x6b, 0x0a, 0x0a,
  887. 0x41, 0x64, 0x64, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x12, 0x2c, 0x2e, 0x78, 0x72, 0x61,
  888. 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63,
  889. 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x41, 0x64, 0x64, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e,
  890. 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e,
  891. 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d,
  892. 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x41, 0x64, 0x64, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52,
  893. 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x74, 0x0a, 0x0d, 0x52, 0x65, 0x6d,
  894. 0x6f, 0x76, 0x65, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x12, 0x2f, 0x2e, 0x78, 0x72, 0x61,
  895. 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63,
  896. 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x49, 0x6e, 0x62,
  897. 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x78, 0x72,
  898. 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e,
  899. 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x49, 0x6e,
  900. 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12,
  901. 0x71, 0x0a, 0x0c, 0x41, 0x6c, 0x74, 0x65, 0x72, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x12,
  902. 0x2e, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79,
  903. 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x41, 0x6c, 0x74, 0x65,
  904. 0x72, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
  905. 0x2f, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79,
  906. 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x41, 0x6c, 0x74, 0x65,
  907. 0x72, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
  908. 0x22, 0x00, 0x12, 0x71, 0x0a, 0x0c, 0x4c, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e,
  909. 0x64, 0x73, 0x12, 0x2e, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72,
  910. 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x4c,
  911. 0x69, 0x73, 0x74, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
  912. 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72,
  913. 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x4c,
  914. 0x69, 0x73, 0x74, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f,
  915. 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x78, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x62, 0x6f,
  916. 0x75, 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x73, 0x12, 0x30, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e,
  917. 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d,
  918. 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x55,
  919. 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x78, 0x72, 0x61,
  920. 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63,
  921. 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e,
  922. 0x64, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12,
  923. 0x83, 0x01, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x55, 0x73,
  924. 0x65, 0x72, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x30, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e,
  925. 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d,
  926. 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x55,
  927. 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x37, 0x2e, 0x78, 0x72, 0x61,
  928. 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63,
  929. 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e,
  930. 0x64, 0x55, 0x73, 0x65, 0x72, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f,
  931. 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x6e, 0x0a, 0x0b, 0x41, 0x64, 0x64, 0x4f, 0x75, 0x74, 0x62,
  932. 0x6f, 0x75, 0x6e, 0x64, 0x12, 0x2d, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e,
  933. 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64,
  934. 0x2e, 0x41, 0x64, 0x64, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75,
  935. 0x65, 0x73, 0x74, 0x1a, 0x2e, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70,
  936. 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e,
  937. 0x41, 0x64, 0x64, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f,
  938. 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x77, 0x0a, 0x0e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x4f,
  939. 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x12, 0x30, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61,
  940. 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d,
  941. 0x61, 0x6e, 0x64, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75,
  942. 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x78, 0x72, 0x61, 0x79,
  943. 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f,
  944. 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x4f, 0x75, 0x74, 0x62,
  945. 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x74,
  946. 0x0a, 0x0d, 0x41, 0x6c, 0x74, 0x65, 0x72, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x12,
  947. 0x2f, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79,
  948. 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x41, 0x6c, 0x74, 0x65,
  949. 0x72, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  950. 0x1a, 0x30, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78,
  951. 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x41, 0x6c, 0x74,
  952. 0x65, 0x72, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
  953. 0x73, 0x65, 0x22, 0x00, 0x12, 0x74, 0x0a, 0x0d, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x75, 0x74, 0x62,
  954. 0x6f, 0x75, 0x6e, 0x64, 0x73, 0x12, 0x2f, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70,
  955. 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e,
  956. 0x64, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x73, 0x52,
  957. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70,
  958. 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61,
  959. 0x6e, 0x64, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x73,
  960. 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x6d, 0x0a, 0x1d, 0x63, 0x6f,
  961. 0x6d, 0x2e, 0x78, 0x72, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79,
  962. 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x50, 0x01, 0x5a, 0x2e, 0x67,
  963. 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x78, 0x74, 0x6c, 0x73, 0x2f, 0x78,
  964. 0x72, 0x61, 0x79, 0x2d, 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x61, 0x70, 0x70, 0x2f, 0x70, 0x72, 0x6f,
  965. 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0xaa, 0x02, 0x19,
  966. 0x58, 0x72, 0x61, 0x79, 0x2e, 0x41, 0x70, 0x70, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61,
  967. 0x6e, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  968. 0x33,
  969. }
  970. var (
  971. file_app_proxyman_command_command_proto_rawDescOnce sync.Once
  972. file_app_proxyman_command_command_proto_rawDescData = file_app_proxyman_command_command_proto_rawDesc
  973. )
  974. func file_app_proxyman_command_command_proto_rawDescGZIP() []byte {
  975. file_app_proxyman_command_command_proto_rawDescOnce.Do(func() {
  976. file_app_proxyman_command_command_proto_rawDescData = protoimpl.X.CompressGZIP(file_app_proxyman_command_command_proto_rawDescData)
  977. })
  978. return file_app_proxyman_command_command_proto_rawDescData
  979. }
  980. var file_app_proxyman_command_command_proto_msgTypes = make([]protoimpl.MessageInfo, 22)
  981. var file_app_proxyman_command_command_proto_goTypes = []any{
  982. (*AddUserOperation)(nil), // 0: xray.app.proxyman.command.AddUserOperation
  983. (*RemoveUserOperation)(nil), // 1: xray.app.proxyman.command.RemoveUserOperation
  984. (*AddInboundRequest)(nil), // 2: xray.app.proxyman.command.AddInboundRequest
  985. (*AddInboundResponse)(nil), // 3: xray.app.proxyman.command.AddInboundResponse
  986. (*RemoveInboundRequest)(nil), // 4: xray.app.proxyman.command.RemoveInboundRequest
  987. (*RemoveInboundResponse)(nil), // 5: xray.app.proxyman.command.RemoveInboundResponse
  988. (*AlterInboundRequest)(nil), // 6: xray.app.proxyman.command.AlterInboundRequest
  989. (*AlterInboundResponse)(nil), // 7: xray.app.proxyman.command.AlterInboundResponse
  990. (*ListInboundsRequest)(nil), // 8: xray.app.proxyman.command.ListInboundsRequest
  991. (*ListInboundsResponse)(nil), // 9: xray.app.proxyman.command.ListInboundsResponse
  992. (*GetInboundUserRequest)(nil), // 10: xray.app.proxyman.command.GetInboundUserRequest
  993. (*GetInboundUserResponse)(nil), // 11: xray.app.proxyman.command.GetInboundUserResponse
  994. (*GetInboundUsersCountResponse)(nil), // 12: xray.app.proxyman.command.GetInboundUsersCountResponse
  995. (*AddOutboundRequest)(nil), // 13: xray.app.proxyman.command.AddOutboundRequest
  996. (*AddOutboundResponse)(nil), // 14: xray.app.proxyman.command.AddOutboundResponse
  997. (*RemoveOutboundRequest)(nil), // 15: xray.app.proxyman.command.RemoveOutboundRequest
  998. (*RemoveOutboundResponse)(nil), // 16: xray.app.proxyman.command.RemoveOutboundResponse
  999. (*AlterOutboundRequest)(nil), // 17: xray.app.proxyman.command.AlterOutboundRequest
  1000. (*AlterOutboundResponse)(nil), // 18: xray.app.proxyman.command.AlterOutboundResponse
  1001. (*ListOutboundsRequest)(nil), // 19: xray.app.proxyman.command.ListOutboundsRequest
  1002. (*ListOutboundsResponse)(nil), // 20: xray.app.proxyman.command.ListOutboundsResponse
  1003. (*Config)(nil), // 21: xray.app.proxyman.command.Config
  1004. (*protocol.User)(nil), // 22: xray.common.protocol.User
  1005. (*core.InboundHandlerConfig)(nil), // 23: xray.core.InboundHandlerConfig
  1006. (*serial.TypedMessage)(nil), // 24: xray.common.serial.TypedMessage
  1007. (*core.OutboundHandlerConfig)(nil), // 25: xray.core.OutboundHandlerConfig
  1008. }
  1009. var file_app_proxyman_command_command_proto_depIdxs = []int32{
  1010. 22, // 0: xray.app.proxyman.command.AddUserOperation.user:type_name -> xray.common.protocol.User
  1011. 23, // 1: xray.app.proxyman.command.AddInboundRequest.inbound:type_name -> xray.core.InboundHandlerConfig
  1012. 24, // 2: xray.app.proxyman.command.AlterInboundRequest.operation:type_name -> xray.common.serial.TypedMessage
  1013. 23, // 3: xray.app.proxyman.command.ListInboundsResponse.inbounds:type_name -> xray.core.InboundHandlerConfig
  1014. 22, // 4: xray.app.proxyman.command.GetInboundUserResponse.users:type_name -> xray.common.protocol.User
  1015. 25, // 5: xray.app.proxyman.command.AddOutboundRequest.outbound:type_name -> xray.core.OutboundHandlerConfig
  1016. 24, // 6: xray.app.proxyman.command.AlterOutboundRequest.operation:type_name -> xray.common.serial.TypedMessage
  1017. 25, // 7: xray.app.proxyman.command.ListOutboundsResponse.outbounds:type_name -> xray.core.OutboundHandlerConfig
  1018. 2, // 8: xray.app.proxyman.command.HandlerService.AddInbound:input_type -> xray.app.proxyman.command.AddInboundRequest
  1019. 4, // 9: xray.app.proxyman.command.HandlerService.RemoveInbound:input_type -> xray.app.proxyman.command.RemoveInboundRequest
  1020. 6, // 10: xray.app.proxyman.command.HandlerService.AlterInbound:input_type -> xray.app.proxyman.command.AlterInboundRequest
  1021. 8, // 11: xray.app.proxyman.command.HandlerService.ListInbounds:input_type -> xray.app.proxyman.command.ListInboundsRequest
  1022. 10, // 12: xray.app.proxyman.command.HandlerService.GetInboundUsers:input_type -> xray.app.proxyman.command.GetInboundUserRequest
  1023. 10, // 13: xray.app.proxyman.command.HandlerService.GetInboundUsersCount:input_type -> xray.app.proxyman.command.GetInboundUserRequest
  1024. 13, // 14: xray.app.proxyman.command.HandlerService.AddOutbound:input_type -> xray.app.proxyman.command.AddOutboundRequest
  1025. 15, // 15: xray.app.proxyman.command.HandlerService.RemoveOutbound:input_type -> xray.app.proxyman.command.RemoveOutboundRequest
  1026. 17, // 16: xray.app.proxyman.command.HandlerService.AlterOutbound:input_type -> xray.app.proxyman.command.AlterOutboundRequest
  1027. 19, // 17: xray.app.proxyman.command.HandlerService.ListOutbounds:input_type -> xray.app.proxyman.command.ListOutboundsRequest
  1028. 3, // 18: xray.app.proxyman.command.HandlerService.AddInbound:output_type -> xray.app.proxyman.command.AddInboundResponse
  1029. 5, // 19: xray.app.proxyman.command.HandlerService.RemoveInbound:output_type -> xray.app.proxyman.command.RemoveInboundResponse
  1030. 7, // 20: xray.app.proxyman.command.HandlerService.AlterInbound:output_type -> xray.app.proxyman.command.AlterInboundResponse
  1031. 9, // 21: xray.app.proxyman.command.HandlerService.ListInbounds:output_type -> xray.app.proxyman.command.ListInboundsResponse
  1032. 11, // 22: xray.app.proxyman.command.HandlerService.GetInboundUsers:output_type -> xray.app.proxyman.command.GetInboundUserResponse
  1033. 12, // 23: xray.app.proxyman.command.HandlerService.GetInboundUsersCount:output_type -> xray.app.proxyman.command.GetInboundUsersCountResponse
  1034. 14, // 24: xray.app.proxyman.command.HandlerService.AddOutbound:output_type -> xray.app.proxyman.command.AddOutboundResponse
  1035. 16, // 25: xray.app.proxyman.command.HandlerService.RemoveOutbound:output_type -> xray.app.proxyman.command.RemoveOutboundResponse
  1036. 18, // 26: xray.app.proxyman.command.HandlerService.AlterOutbound:output_type -> xray.app.proxyman.command.AlterOutboundResponse
  1037. 20, // 27: xray.app.proxyman.command.HandlerService.ListOutbounds:output_type -> xray.app.proxyman.command.ListOutboundsResponse
  1038. 18, // [18:28] is the sub-list for method output_type
  1039. 8, // [8:18] is the sub-list for method input_type
  1040. 8, // [8:8] is the sub-list for extension type_name
  1041. 8, // [8:8] is the sub-list for extension extendee
  1042. 0, // [0:8] is the sub-list for field type_name
  1043. }
  1044. func init() { file_app_proxyman_command_command_proto_init() }
  1045. func file_app_proxyman_command_command_proto_init() {
  1046. if File_app_proxyman_command_command_proto != nil {
  1047. return
  1048. }
  1049. type x struct{}
  1050. out := protoimpl.TypeBuilder{
  1051. File: protoimpl.DescBuilder{
  1052. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1053. RawDescriptor: file_app_proxyman_command_command_proto_rawDesc,
  1054. NumEnums: 0,
  1055. NumMessages: 22,
  1056. NumExtensions: 0,
  1057. NumServices: 1,
  1058. },
  1059. GoTypes: file_app_proxyman_command_command_proto_goTypes,
  1060. DependencyIndexes: file_app_proxyman_command_command_proto_depIdxs,
  1061. MessageInfos: file_app_proxyman_command_command_proto_msgTypes,
  1062. }.Build()
  1063. File_app_proxyman_command_command_proto = out.File
  1064. file_app_proxyman_command_command_proto_rawDesc = nil
  1065. file_app_proxyman_command_command_proto_goTypes = nil
  1066. file_app_proxyman_command_command_proto_depIdxs = nil
  1067. }