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