|
|
@@ -1,11 +1,13 @@
|
|
|
+// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
+// versions:
|
|
|
+// protoc-gen-go v1.25.0
|
|
|
+// protoc v3.13.0
|
|
|
+// source: app/proxyman/command/command.proto
|
|
|
+
|
|
|
package command
|
|
|
|
|
|
import (
|
|
|
- context "context"
|
|
|
proto "github.com/golang/protobuf/proto"
|
|
|
- grpc "google.golang.org/grpc"
|
|
|
- codes "google.golang.org/grpc/codes"
|
|
|
- status "google.golang.org/grpc/status"
|
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
|
reflect "reflect"
|
|
|
@@ -37,7 +39,7 @@ type AddUserOperation struct {
|
|
|
func (x *AddUserOperation) Reset() {
|
|
|
*x = AddUserOperation{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[0]
|
|
|
+ mi := &file_app_proxyman_command_command_proto_msgTypes[0]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -50,7 +52,7 @@ func (x *AddUserOperation) String() string {
|
|
|
func (*AddUserOperation) ProtoMessage() {}
|
|
|
|
|
|
func (x *AddUserOperation) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[0]
|
|
|
+ mi := &file_app_proxyman_command_command_proto_msgTypes[0]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -63,7 +65,7 @@ func (x *AddUserOperation) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use AddUserOperation.ProtoReflect.Descriptor instead.
|
|
|
func (*AddUserOperation) Descriptor() ([]byte, []int) {
|
|
|
- return file_v2ray_com_core_app_proxyman_command_command_proto_rawDescGZIP(), []int{0}
|
|
|
+ return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{0}
|
|
|
}
|
|
|
|
|
|
func (x *AddUserOperation) GetUser() *protocol.User {
|
|
|
@@ -84,7 +86,7 @@ type RemoveUserOperation struct {
|
|
|
func (x *RemoveUserOperation) Reset() {
|
|
|
*x = RemoveUserOperation{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[1]
|
|
|
+ mi := &file_app_proxyman_command_command_proto_msgTypes[1]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -97,7 +99,7 @@ func (x *RemoveUserOperation) String() string {
|
|
|
func (*RemoveUserOperation) ProtoMessage() {}
|
|
|
|
|
|
func (x *RemoveUserOperation) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[1]
|
|
|
+ mi := &file_app_proxyman_command_command_proto_msgTypes[1]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -110,7 +112,7 @@ func (x *RemoveUserOperation) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use RemoveUserOperation.ProtoReflect.Descriptor instead.
|
|
|
func (*RemoveUserOperation) Descriptor() ([]byte, []int) {
|
|
|
- return file_v2ray_com_core_app_proxyman_command_command_proto_rawDescGZIP(), []int{1}
|
|
|
+ return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{1}
|
|
|
}
|
|
|
|
|
|
func (x *RemoveUserOperation) GetEmail() string {
|
|
|
@@ -131,7 +133,7 @@ type AddInboundRequest struct {
|
|
|
func (x *AddInboundRequest) Reset() {
|
|
|
*x = AddInboundRequest{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[2]
|
|
|
+ mi := &file_app_proxyman_command_command_proto_msgTypes[2]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -144,7 +146,7 @@ func (x *AddInboundRequest) String() string {
|
|
|
func (*AddInboundRequest) ProtoMessage() {}
|
|
|
|
|
|
func (x *AddInboundRequest) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[2]
|
|
|
+ mi := &file_app_proxyman_command_command_proto_msgTypes[2]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -157,7 +159,7 @@ func (x *AddInboundRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use AddInboundRequest.ProtoReflect.Descriptor instead.
|
|
|
func (*AddInboundRequest) Descriptor() ([]byte, []int) {
|
|
|
- return file_v2ray_com_core_app_proxyman_command_command_proto_rawDescGZIP(), []int{2}
|
|
|
+ return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{2}
|
|
|
}
|
|
|
|
|
|
func (x *AddInboundRequest) GetInbound() *core.InboundHandlerConfig {
|
|
|
@@ -176,7 +178,7 @@ type AddInboundResponse struct {
|
|
|
func (x *AddInboundResponse) Reset() {
|
|
|
*x = AddInboundResponse{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[3]
|
|
|
+ mi := &file_app_proxyman_command_command_proto_msgTypes[3]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -189,7 +191,7 @@ func (x *AddInboundResponse) String() string {
|
|
|
func (*AddInboundResponse) ProtoMessage() {}
|
|
|
|
|
|
func (x *AddInboundResponse) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[3]
|
|
|
+ mi := &file_app_proxyman_command_command_proto_msgTypes[3]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -202,7 +204,7 @@ func (x *AddInboundResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use AddInboundResponse.ProtoReflect.Descriptor instead.
|
|
|
func (*AddInboundResponse) Descriptor() ([]byte, []int) {
|
|
|
- return file_v2ray_com_core_app_proxyman_command_command_proto_rawDescGZIP(), []int{3}
|
|
|
+ return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{3}
|
|
|
}
|
|
|
|
|
|
type RemoveInboundRequest struct {
|
|
|
@@ -216,7 +218,7 @@ type RemoveInboundRequest struct {
|
|
|
func (x *RemoveInboundRequest) Reset() {
|
|
|
*x = RemoveInboundRequest{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[4]
|
|
|
+ mi := &file_app_proxyman_command_command_proto_msgTypes[4]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -229,7 +231,7 @@ func (x *RemoveInboundRequest) String() string {
|
|
|
func (*RemoveInboundRequest) ProtoMessage() {}
|
|
|
|
|
|
func (x *RemoveInboundRequest) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[4]
|
|
|
+ mi := &file_app_proxyman_command_command_proto_msgTypes[4]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -242,7 +244,7 @@ func (x *RemoveInboundRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use RemoveInboundRequest.ProtoReflect.Descriptor instead.
|
|
|
func (*RemoveInboundRequest) Descriptor() ([]byte, []int) {
|
|
|
- return file_v2ray_com_core_app_proxyman_command_command_proto_rawDescGZIP(), []int{4}
|
|
|
+ return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{4}
|
|
|
}
|
|
|
|
|
|
func (x *RemoveInboundRequest) GetTag() string {
|
|
|
@@ -261,7 +263,7 @@ type RemoveInboundResponse struct {
|
|
|
func (x *RemoveInboundResponse) Reset() {
|
|
|
*x = RemoveInboundResponse{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[5]
|
|
|
+ mi := &file_app_proxyman_command_command_proto_msgTypes[5]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -274,7 +276,7 @@ func (x *RemoveInboundResponse) String() string {
|
|
|
func (*RemoveInboundResponse) ProtoMessage() {}
|
|
|
|
|
|
func (x *RemoveInboundResponse) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[5]
|
|
|
+ mi := &file_app_proxyman_command_command_proto_msgTypes[5]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -287,7 +289,7 @@ func (x *RemoveInboundResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use RemoveInboundResponse.ProtoReflect.Descriptor instead.
|
|
|
func (*RemoveInboundResponse) Descriptor() ([]byte, []int) {
|
|
|
- return file_v2ray_com_core_app_proxyman_command_command_proto_rawDescGZIP(), []int{5}
|
|
|
+ return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{5}
|
|
|
}
|
|
|
|
|
|
type AlterInboundRequest struct {
|
|
|
@@ -302,7 +304,7 @@ type AlterInboundRequest struct {
|
|
|
func (x *AlterInboundRequest) Reset() {
|
|
|
*x = AlterInboundRequest{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[6]
|
|
|
+ mi := &file_app_proxyman_command_command_proto_msgTypes[6]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -315,7 +317,7 @@ func (x *AlterInboundRequest) String() string {
|
|
|
func (*AlterInboundRequest) ProtoMessage() {}
|
|
|
|
|
|
func (x *AlterInboundRequest) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[6]
|
|
|
+ mi := &file_app_proxyman_command_command_proto_msgTypes[6]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -328,7 +330,7 @@ func (x *AlterInboundRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use AlterInboundRequest.ProtoReflect.Descriptor instead.
|
|
|
func (*AlterInboundRequest) Descriptor() ([]byte, []int) {
|
|
|
- return file_v2ray_com_core_app_proxyman_command_command_proto_rawDescGZIP(), []int{6}
|
|
|
+ return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{6}
|
|
|
}
|
|
|
|
|
|
func (x *AlterInboundRequest) GetTag() string {
|
|
|
@@ -354,7 +356,7 @@ type AlterInboundResponse struct {
|
|
|
func (x *AlterInboundResponse) Reset() {
|
|
|
*x = AlterInboundResponse{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[7]
|
|
|
+ mi := &file_app_proxyman_command_command_proto_msgTypes[7]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -367,7 +369,7 @@ func (x *AlterInboundResponse) String() string {
|
|
|
func (*AlterInboundResponse) ProtoMessage() {}
|
|
|
|
|
|
func (x *AlterInboundResponse) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[7]
|
|
|
+ mi := &file_app_proxyman_command_command_proto_msgTypes[7]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -380,7 +382,7 @@ func (x *AlterInboundResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use AlterInboundResponse.ProtoReflect.Descriptor instead.
|
|
|
func (*AlterInboundResponse) Descriptor() ([]byte, []int) {
|
|
|
- return file_v2ray_com_core_app_proxyman_command_command_proto_rawDescGZIP(), []int{7}
|
|
|
+ return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{7}
|
|
|
}
|
|
|
|
|
|
type AddOutboundRequest struct {
|
|
|
@@ -394,7 +396,7 @@ type AddOutboundRequest struct {
|
|
|
func (x *AddOutboundRequest) Reset() {
|
|
|
*x = AddOutboundRequest{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[8]
|
|
|
+ mi := &file_app_proxyman_command_command_proto_msgTypes[8]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -407,7 +409,7 @@ func (x *AddOutboundRequest) String() string {
|
|
|
func (*AddOutboundRequest) ProtoMessage() {}
|
|
|
|
|
|
func (x *AddOutboundRequest) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[8]
|
|
|
+ mi := &file_app_proxyman_command_command_proto_msgTypes[8]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -420,7 +422,7 @@ func (x *AddOutboundRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use AddOutboundRequest.ProtoReflect.Descriptor instead.
|
|
|
func (*AddOutboundRequest) Descriptor() ([]byte, []int) {
|
|
|
- return file_v2ray_com_core_app_proxyman_command_command_proto_rawDescGZIP(), []int{8}
|
|
|
+ return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{8}
|
|
|
}
|
|
|
|
|
|
func (x *AddOutboundRequest) GetOutbound() *core.OutboundHandlerConfig {
|
|
|
@@ -439,7 +441,7 @@ type AddOutboundResponse struct {
|
|
|
func (x *AddOutboundResponse) Reset() {
|
|
|
*x = AddOutboundResponse{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[9]
|
|
|
+ mi := &file_app_proxyman_command_command_proto_msgTypes[9]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -452,7 +454,7 @@ func (x *AddOutboundResponse) String() string {
|
|
|
func (*AddOutboundResponse) ProtoMessage() {}
|
|
|
|
|
|
func (x *AddOutboundResponse) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[9]
|
|
|
+ mi := &file_app_proxyman_command_command_proto_msgTypes[9]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -465,7 +467,7 @@ func (x *AddOutboundResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use AddOutboundResponse.ProtoReflect.Descriptor instead.
|
|
|
func (*AddOutboundResponse) Descriptor() ([]byte, []int) {
|
|
|
- return file_v2ray_com_core_app_proxyman_command_command_proto_rawDescGZIP(), []int{9}
|
|
|
+ return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{9}
|
|
|
}
|
|
|
|
|
|
type RemoveOutboundRequest struct {
|
|
|
@@ -479,7 +481,7 @@ type RemoveOutboundRequest struct {
|
|
|
func (x *RemoveOutboundRequest) Reset() {
|
|
|
*x = RemoveOutboundRequest{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[10]
|
|
|
+ mi := &file_app_proxyman_command_command_proto_msgTypes[10]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -492,7 +494,7 @@ func (x *RemoveOutboundRequest) String() string {
|
|
|
func (*RemoveOutboundRequest) ProtoMessage() {}
|
|
|
|
|
|
func (x *RemoveOutboundRequest) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[10]
|
|
|
+ mi := &file_app_proxyman_command_command_proto_msgTypes[10]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -505,7 +507,7 @@ func (x *RemoveOutboundRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use RemoveOutboundRequest.ProtoReflect.Descriptor instead.
|
|
|
func (*RemoveOutboundRequest) Descriptor() ([]byte, []int) {
|
|
|
- return file_v2ray_com_core_app_proxyman_command_command_proto_rawDescGZIP(), []int{10}
|
|
|
+ return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{10}
|
|
|
}
|
|
|
|
|
|
func (x *RemoveOutboundRequest) GetTag() string {
|
|
|
@@ -524,7 +526,7 @@ type RemoveOutboundResponse struct {
|
|
|
func (x *RemoveOutboundResponse) Reset() {
|
|
|
*x = RemoveOutboundResponse{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[11]
|
|
|
+ mi := &file_app_proxyman_command_command_proto_msgTypes[11]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -537,7 +539,7 @@ func (x *RemoveOutboundResponse) String() string {
|
|
|
func (*RemoveOutboundResponse) ProtoMessage() {}
|
|
|
|
|
|
func (x *RemoveOutboundResponse) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[11]
|
|
|
+ mi := &file_app_proxyman_command_command_proto_msgTypes[11]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -550,7 +552,7 @@ func (x *RemoveOutboundResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use RemoveOutboundResponse.ProtoReflect.Descriptor instead.
|
|
|
func (*RemoveOutboundResponse) Descriptor() ([]byte, []int) {
|
|
|
- return file_v2ray_com_core_app_proxyman_command_command_proto_rawDescGZIP(), []int{11}
|
|
|
+ return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{11}
|
|
|
}
|
|
|
|
|
|
type AlterOutboundRequest struct {
|
|
|
@@ -565,7 +567,7 @@ type AlterOutboundRequest struct {
|
|
|
func (x *AlterOutboundRequest) Reset() {
|
|
|
*x = AlterOutboundRequest{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[12]
|
|
|
+ mi := &file_app_proxyman_command_command_proto_msgTypes[12]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -578,7 +580,7 @@ func (x *AlterOutboundRequest) String() string {
|
|
|
func (*AlterOutboundRequest) ProtoMessage() {}
|
|
|
|
|
|
func (x *AlterOutboundRequest) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[12]
|
|
|
+ mi := &file_app_proxyman_command_command_proto_msgTypes[12]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -591,7 +593,7 @@ func (x *AlterOutboundRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use AlterOutboundRequest.ProtoReflect.Descriptor instead.
|
|
|
func (*AlterOutboundRequest) Descriptor() ([]byte, []int) {
|
|
|
- return file_v2ray_com_core_app_proxyman_command_command_proto_rawDescGZIP(), []int{12}
|
|
|
+ return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{12}
|
|
|
}
|
|
|
|
|
|
func (x *AlterOutboundRequest) GetTag() string {
|
|
|
@@ -617,7 +619,7 @@ type AlterOutboundResponse struct {
|
|
|
func (x *AlterOutboundResponse) Reset() {
|
|
|
*x = AlterOutboundResponse{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[13]
|
|
|
+ mi := &file_app_proxyman_command_command_proto_msgTypes[13]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -630,7 +632,7 @@ func (x *AlterOutboundResponse) String() string {
|
|
|
func (*AlterOutboundResponse) ProtoMessage() {}
|
|
|
|
|
|
func (x *AlterOutboundResponse) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[13]
|
|
|
+ mi := &file_app_proxyman_command_command_proto_msgTypes[13]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -643,7 +645,7 @@ func (x *AlterOutboundResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use AlterOutboundResponse.ProtoReflect.Descriptor instead.
|
|
|
func (*AlterOutboundResponse) Descriptor() ([]byte, []int) {
|
|
|
- return file_v2ray_com_core_app_proxyman_command_command_proto_rawDescGZIP(), []int{13}
|
|
|
+ return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{13}
|
|
|
}
|
|
|
|
|
|
type Config struct {
|
|
|
@@ -655,7 +657,7 @@ type Config struct {
|
|
|
func (x *Config) Reset() {
|
|
|
*x = Config{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[14]
|
|
|
+ mi := &file_app_proxyman_command_command_proto_msgTypes[14]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -668,7 +670,7 @@ func (x *Config) String() string {
|
|
|
func (*Config) ProtoMessage() {}
|
|
|
|
|
|
func (x *Config) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[14]
|
|
|
+ mi := &file_app_proxyman_command_command_proto_msgTypes[14]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -681,143 +683,141 @@ func (x *Config) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use Config.ProtoReflect.Descriptor instead.
|
|
|
func (*Config) Descriptor() ([]byte, []int) {
|
|
|
- return file_v2ray_com_core_app_proxyman_command_command_proto_rawDescGZIP(), []int{14}
|
|
|
-}
|
|
|
-
|
|
|
-var File_v2ray_com_core_app_proxyman_command_command_proto protoreflect.FileDescriptor
|
|
|
-
|
|
|
-var file_v2ray_com_core_app_proxyman_command_command_proto_rawDesc = []byte{
|
|
|
- 0x0a, 0x31, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6f, 0x72, 0x65,
|
|
|
- 0x2f, 0x61, 0x70, 0x70, 0x2f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2f, 0x63, 0x6f,
|
|
|
- 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x70, 0x72,
|
|
|
- 0x6f, 0x74, 0x6f, 0x12, 0x1f, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e,
|
|
|
- 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d,
|
|
|
- 0x6d, 0x61, 0x6e, 0x64, 0x1a, 0x29, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x6d, 0x2f,
|
|
|
- 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x70, 0x72, 0x6f, 0x74,
|
|
|
- 0x6f, 0x63, 0x6f, 0x6c, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a,
|
|
|
- 0x30, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6f, 0x72, 0x65, 0x2f,
|
|
|
- 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x2f, 0x74, 0x79,
|
|
|
- 0x70, 0x65, 0x64, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
|
- 0x6f, 0x1a, 0x1b, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6f, 0x72,
|
|
|
- 0x65, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x48,
|
|
|
- 0x0a, 0x10, 0x41, 0x64, 0x64, 0x55, 0x73, 0x65, 0x72, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69,
|
|
|
- 0x6f, 0x6e, 0x12, 0x34, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
|
|
|
- 0x32, 0x20, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x63, 0x6f,
|
|
|
- 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x55, 0x73,
|
|
|
- 0x65, 0x72, 0x52, 0x04, 0x75, 0x73, 0x65, 0x72, 0x22, 0x2b, 0x0a, 0x13, 0x52, 0x65, 0x6d, 0x6f,
|
|
|
- 0x76, 0x65, 0x55, 0x73, 0x65, 0x72, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12,
|
|
|
- 0x14, 0x0a, 0x05, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05,
|
|
|
- 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x22, 0x4f, 0x0a, 0x11, 0x41, 0x64, 0x64, 0x49, 0x6e, 0x62, 0x6f,
|
|
|
- 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3a, 0x0a, 0x07, 0x69, 0x6e,
|
|
|
- 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x76, 0x32,
|
|
|
- 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64,
|
|
|
- 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x07, 0x69,
|
|
|
- 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x22, 0x14, 0x0a, 0x12, 0x41, 0x64, 0x64, 0x49, 0x6e, 0x62,
|
|
|
- 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x28, 0x0a, 0x14,
|
|
|
- 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71,
|
|
|
- 0x75, 0x65, 0x73, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x74, 0x61, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
- 0x09, 0x52, 0x03, 0x74, 0x61, 0x67, 0x22, 0x17, 0x0a, 0x15, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65,
|
|
|
- 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
|
|
|
- 0x6d, 0x0a, 0x13, 0x41, 0x6c, 0x74, 0x65, 0x72, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52,
|
|
|
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x74, 0x61, 0x67, 0x18, 0x01, 0x20,
|
|
|
- 0x01, 0x28, 0x09, 0x52, 0x03, 0x74, 0x61, 0x67, 0x12, 0x44, 0x0a, 0x09, 0x6f, 0x70, 0x65, 0x72,
|
|
|
- 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x76, 0x32,
|
|
|
- 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e,
|
|
|
- 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x2e, 0x54, 0x79, 0x70, 0x65, 0x64, 0x4d, 0x65, 0x73, 0x73,
|
|
|
- 0x61, 0x67, 0x65, 0x52, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x16,
|
|
|
- 0x0a, 0x14, 0x41, 0x6c, 0x74, 0x65, 0x72, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65,
|
|
|
- 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x53, 0x0a, 0x12, 0x41, 0x64, 0x64, 0x4f, 0x75, 0x74,
|
|
|
- 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3d, 0x0a, 0x08,
|
|
|
- 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21,
|
|
|
- 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x4f, 0x75, 0x74, 0x62,
|
|
|
+ return file_app_proxyman_command_command_proto_rawDescGZIP(), []int{14}
|
|
|
+}
|
|
|
+
|
|
|
+var File_app_proxyman_command_command_proto protoreflect.FileDescriptor
|
|
|
+
|
|
|
+var file_app_proxyman_command_command_proto_rawDesc = []byte{
|
|
|
+ 0x0a, 0x22, 0x61, 0x70, 0x70, 0x2f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2f, 0x63,
|
|
|
+ 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x70,
|
|
|
+ 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1f, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65,
|
|
|
+ 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f,
|
|
|
+ 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x1a, 0x1a, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x70, 0x72,
|
|
|
+ 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
|
+ 0x6f, 0x1a, 0x21, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c,
|
|
|
+ 0x2f, 0x74, 0x79, 0x70, 0x65, 0x64, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x70,
|
|
|
+ 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x0c, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70, 0x72, 0x6f,
|
|
|
+ 0x74, 0x6f, 0x22, 0x48, 0x0a, 0x10, 0x41, 0x64, 0x64, 0x55, 0x73, 0x65, 0x72, 0x4f, 0x70, 0x65,
|
|
|
+ 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x34, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x72, 0x18, 0x01,
|
|
|
+ 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72,
|
|
|
+ 0x65, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f,
|
|
|
+ 0x6c, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x04, 0x75, 0x73, 0x65, 0x72, 0x22, 0x2b, 0x0a, 0x13,
|
|
|
+ 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x55, 0x73, 0x65, 0x72, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74,
|
|
|
+ 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x01, 0x20, 0x01,
|
|
|
+ 0x28, 0x09, 0x52, 0x05, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x22, 0x4f, 0x0a, 0x11, 0x41, 0x64, 0x64,
|
|
|
+ 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3a,
|
|
|
+ 0x0a, 0x07, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
|
|
+ 0x20, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x49, 0x6e, 0x62,
|
|
|
0x6f, 0x75, 0x6e, 0x64, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69,
|
|
|
- 0x67, 0x52, 0x08, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x22, 0x15, 0x0a, 0x13, 0x41,
|
|
|
- 0x64, 0x64, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
|
|
- 0x73, 0x65, 0x22, 0x29, 0x0a, 0x15, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x4f, 0x75, 0x74, 0x62,
|
|
|
- 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x74,
|
|
|
- 0x61, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x74, 0x61, 0x67, 0x22, 0x18, 0x0a,
|
|
|
- 0x16, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52,
|
|
|
- 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6e, 0x0a, 0x14, 0x41, 0x6c, 0x74, 0x65, 0x72,
|
|
|
+ 0x67, 0x52, 0x07, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x22, 0x14, 0x0a, 0x12, 0x41, 0x64,
|
|
|
+ 0x64, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
|
|
|
+ 0x22, 0x28, 0x0a, 0x14, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e,
|
|
|
+ 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x74, 0x61, 0x67, 0x18,
|
|
|
+ 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x74, 0x61, 0x67, 0x22, 0x17, 0x0a, 0x15, 0x52, 0x65,
|
|
|
+ 0x6d, 0x6f, 0x76, 0x65, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f,
|
|
|
+ 0x6e, 0x73, 0x65, 0x22, 0x6d, 0x0a, 0x13, 0x41, 0x6c, 0x74, 0x65, 0x72, 0x49, 0x6e, 0x62, 0x6f,
|
|
|
+ 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x74, 0x61,
|
|
|
+ 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x74, 0x61, 0x67, 0x12, 0x44, 0x0a, 0x09,
|
|
|
+ 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
|
|
+ 0x26, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x63, 0x6f, 0x6d,
|
|
|
+ 0x6d, 0x6f, 0x6e, 0x2e, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x2e, 0x54, 0x79, 0x70, 0x65, 0x64,
|
|
|
+ 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69,
|
|
|
+ 0x6f, 0x6e, 0x22, 0x16, 0x0a, 0x14, 0x41, 0x6c, 0x74, 0x65, 0x72, 0x49, 0x6e, 0x62, 0x6f, 0x75,
|
|
|
+ 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x53, 0x0a, 0x12, 0x41, 0x64,
|
|
|
+ 0x64, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
|
+ 0x12, 0x3d, 0x0a, 0x08, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x18, 0x01, 0x20, 0x01,
|
|
|
+ 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e,
|
|
|
+ 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x43,
|
|
|
+ 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x08, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x22,
|
|
|
+ 0x15, 0x0a, 0x13, 0x41, 0x64, 0x64, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65,
|
|
|
+ 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x29, 0x0a, 0x15, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65,
|
|
|
0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
|
|
|
0x10, 0x0a, 0x03, 0x74, 0x61, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x74, 0x61,
|
|
|
- 0x67, 0x12, 0x44, 0x0a, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02,
|
|
|
- 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72,
|
|
|
- 0x65, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x2e,
|
|
|
- 0x54, 0x79, 0x70, 0x65, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x09, 0x6f, 0x70,
|
|
|
- 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x17, 0x0a, 0x15, 0x41, 0x6c, 0x74, 0x65, 0x72,
|
|
|
- 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
|
|
|
- 0x22, 0x08, 0x0a, 0x06, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x32, 0x90, 0x06, 0x0a, 0x0e, 0x48,
|
|
|
- 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x77, 0x0a,
|
|
|
- 0x0a, 0x41, 0x64, 0x64, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x12, 0x32, 0x2e, 0x76, 0x32,
|
|
|
- 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f,
|
|
|
- 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x41, 0x64,
|
|
|
- 0x64, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
|
|
|
- 0x33, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70,
|
|
|
- 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e,
|
|
|
- 0x64, 0x2e, 0x41, 0x64, 0x64, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70,
|
|
|
- 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x80, 0x01, 0x0a, 0x0d, 0x52, 0x65, 0x6d, 0x6f, 0x76,
|
|
|
- 0x65, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x12, 0x35, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79,
|
|
|
- 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d,
|
|
|
- 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76,
|
|
|
- 0x65, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
|
|
|
- 0x36, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70,
|
|
|
- 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e,
|
|
|
- 0x64, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52,
|
|
|
- 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x7d, 0x0a, 0x0c, 0x41, 0x6c, 0x74,
|
|
|
- 0x65, 0x72, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x12, 0x34, 0x2e, 0x76, 0x32, 0x72, 0x61,
|
|
|
- 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79,
|
|
|
- 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x41, 0x6c, 0x74, 0x65,
|
|
|
- 0x72, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
|
|
|
- 0x35, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70,
|
|
|
- 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e,
|
|
|
- 0x64, 0x2e, 0x41, 0x6c, 0x74, 0x65, 0x72, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65,
|
|
|
- 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x7a, 0x0a, 0x0b, 0x41, 0x64, 0x64, 0x4f,
|
|
|
- 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x12, 0x33, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e,
|
|
|
- 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61,
|
|
|
- 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x41, 0x64, 0x64, 0x4f, 0x75, 0x74,
|
|
|
- 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x76,
|
|
|
- 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72,
|
|
|
- 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x41,
|
|
|
- 0x64, 0x64, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
|
|
- 0x73, 0x65, 0x22, 0x00, 0x12, 0x83, 0x01, 0x0a, 0x0e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x4f,
|
|
|
- 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x12, 0x36, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e,
|
|
|
- 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61,
|
|
|
- 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65,
|
|
|
- 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
|
|
|
- 0x37, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70,
|
|
|
+ 0x67, 0x22, 0x18, 0x0a, 0x16, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x4f, 0x75, 0x74, 0x62, 0x6f,
|
|
|
+ 0x75, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6e, 0x0a, 0x14, 0x41,
|
|
|
+ 0x6c, 0x74, 0x65, 0x72, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75,
|
|
|
+ 0x65, 0x73, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x74, 0x61, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
|
|
|
+ 0x52, 0x03, 0x74, 0x61, 0x67, 0x12, 0x44, 0x0a, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69,
|
|
|
+ 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79,
|
|
|
+ 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x73, 0x65, 0x72,
|
|
|
+ 0x69, 0x61, 0x6c, 0x2e, 0x54, 0x79, 0x70, 0x65, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
|
|
|
+ 0x52, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x17, 0x0a, 0x15, 0x41,
|
|
|
+ 0x6c, 0x74, 0x65, 0x72, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70,
|
|
|
+ 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x08, 0x0a, 0x06, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x32, 0x90,
|
|
|
+ 0x06, 0x0a, 0x0e, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63,
|
|
|
+ 0x65, 0x12, 0x77, 0x0a, 0x0a, 0x41, 0x64, 0x64, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x12,
|
|
|
+ 0x32, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70,
|
|
|
0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e,
|
|
|
- 0x64, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64,
|
|
|
- 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x80, 0x01, 0x0a, 0x0d, 0x41,
|
|
|
- 0x6c, 0x74, 0x65, 0x72, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x12, 0x35, 0x2e, 0x76,
|
|
|
+ 0x64, 0x2e, 0x41, 0x64, 0x64, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75,
|
|
|
+ 0x65, 0x73, 0x74, 0x1a, 0x33, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65,
|
|
|
+ 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f,
|
|
|
+ 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x41, 0x64, 0x64, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64,
|
|
|
+ 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x80, 0x01, 0x0a, 0x0d, 0x52,
|
|
|
+ 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x12, 0x35, 0x2e, 0x76,
|
|
|
0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72,
|
|
|
- 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x41,
|
|
|
- 0x6c, 0x74, 0x65, 0x72, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75,
|
|
|
+ 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x52,
|
|
|
+ 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75,
|
|
|
0x65, 0x73, 0x74, 0x1a, 0x36, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65,
|
|
|
0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f,
|
|
|
- 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x41, 0x6c, 0x74, 0x65, 0x72, 0x4f, 0x75, 0x74, 0x62, 0x6f,
|
|
|
- 0x75, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x52, 0x0a,
|
|
|
- 0x23, 0x63, 0x6f, 0x6d, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e,
|
|
|
- 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d,
|
|
|
- 0x6d, 0x61, 0x6e, 0x64, 0x50, 0x01, 0x5a, 0x07, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0xaa,
|
|
|
+ 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x49, 0x6e, 0x62, 0x6f,
|
|
|
+ 0x75, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x7d, 0x0a,
|
|
|
+ 0x0c, 0x41, 0x6c, 0x74, 0x65, 0x72, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x12, 0x34, 0x2e,
|
|
|
+ 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70,
|
|
|
+ 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e,
|
|
|
+ 0x41, 0x6c, 0x74, 0x65, 0x72, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75,
|
|
|
+ 0x65, 0x73, 0x74, 0x1a, 0x35, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65,
|
|
|
+ 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f,
|
|
|
+ 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x41, 0x6c, 0x74, 0x65, 0x72, 0x49, 0x6e, 0x62, 0x6f, 0x75,
|
|
|
+ 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x7a, 0x0a, 0x0b,
|
|
|
+ 0x41, 0x64, 0x64, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x12, 0x33, 0x2e, 0x76, 0x32,
|
|
|
+ 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f,
|
|
|
+ 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x41, 0x64,
|
|
|
+ 0x64, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
|
+ 0x1a, 0x34, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70,
|
|
|
+ 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61,
|
|
|
+ 0x6e, 0x64, 0x2e, 0x41, 0x64, 0x64, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65,
|
|
|
+ 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x83, 0x01, 0x0a, 0x0e, 0x52, 0x65, 0x6d,
|
|
|
+ 0x6f, 0x76, 0x65, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x12, 0x36, 0x2e, 0x76, 0x32,
|
|
|
+ 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f,
|
|
|
+ 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x52, 0x65,
|
|
|
+ 0x6d, 0x6f, 0x76, 0x65, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75,
|
|
|
+ 0x65, 0x73, 0x74, 0x1a, 0x37, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65,
|
|
|
+ 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f,
|
|
|
+ 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x4f, 0x75, 0x74, 0x62,
|
|
|
+ 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x80,
|
|
|
+ 0x01, 0x0a, 0x0d, 0x41, 0x6c, 0x74, 0x65, 0x72, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64,
|
|
|
+ 0x12, 0x35, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70,
|
|
|
+ 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61,
|
|
|
+ 0x6e, 0x64, 0x2e, 0x41, 0x6c, 0x74, 0x65, 0x72, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64,
|
|
|
+ 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x36, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e,
|
|
|
+ 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61,
|
|
|
+ 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x41, 0x6c, 0x74, 0x65, 0x72, 0x4f,
|
|
|
+ 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
|
|
|
+ 0x00, 0x42, 0x6e, 0x0a, 0x23, 0x63, 0x6f, 0x6d, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63,
|
|
|
+ 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e,
|
|
|
+ 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x50, 0x01, 0x5a, 0x23, 0x76, 0x32, 0x72, 0x61,
|
|
|
+ 0x79, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x61, 0x70, 0x70, 0x2f, 0x70,
|
|
|
+ 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0xaa,
|
|
|
0x02, 0x1f, 0x56, 0x32, 0x52, 0x61, 0x79, 0x2e, 0x43, 0x6f, 0x72, 0x65, 0x2e, 0x41, 0x70, 0x70,
|
|
|
0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x6d, 0x61, 0x6e, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e,
|
|
|
0x64, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
}
|
|
|
|
|
|
var (
|
|
|
- file_v2ray_com_core_app_proxyman_command_command_proto_rawDescOnce sync.Once
|
|
|
- file_v2ray_com_core_app_proxyman_command_command_proto_rawDescData = file_v2ray_com_core_app_proxyman_command_command_proto_rawDesc
|
|
|
+ file_app_proxyman_command_command_proto_rawDescOnce sync.Once
|
|
|
+ file_app_proxyman_command_command_proto_rawDescData = file_app_proxyman_command_command_proto_rawDesc
|
|
|
)
|
|
|
|
|
|
-func file_v2ray_com_core_app_proxyman_command_command_proto_rawDescGZIP() []byte {
|
|
|
- file_v2ray_com_core_app_proxyman_command_command_proto_rawDescOnce.Do(func() {
|
|
|
- file_v2ray_com_core_app_proxyman_command_command_proto_rawDescData = protoimpl.X.CompressGZIP(file_v2ray_com_core_app_proxyman_command_command_proto_rawDescData)
|
|
|
+func file_app_proxyman_command_command_proto_rawDescGZIP() []byte {
|
|
|
+ file_app_proxyman_command_command_proto_rawDescOnce.Do(func() {
|
|
|
+ file_app_proxyman_command_command_proto_rawDescData = protoimpl.X.CompressGZIP(file_app_proxyman_command_command_proto_rawDescData)
|
|
|
})
|
|
|
- return file_v2ray_com_core_app_proxyman_command_command_proto_rawDescData
|
|
|
+ return file_app_proxyman_command_command_proto_rawDescData
|
|
|
}
|
|
|
|
|
|
-var file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes = make([]protoimpl.MessageInfo, 15)
|
|
|
-var file_v2ray_com_core_app_proxyman_command_command_proto_goTypes = []interface{}{
|
|
|
+var file_app_proxyman_command_command_proto_msgTypes = make([]protoimpl.MessageInfo, 15)
|
|
|
+var file_app_proxyman_command_command_proto_goTypes = []interface{}{
|
|
|
(*AddUserOperation)(nil), // 0: v2ray.core.app.proxyman.command.AddUserOperation
|
|
|
(*RemoveUserOperation)(nil), // 1: v2ray.core.app.proxyman.command.RemoveUserOperation
|
|
|
(*AddInboundRequest)(nil), // 2: v2ray.core.app.proxyman.command.AddInboundRequest
|
|
|
@@ -838,7 +838,7 @@ var file_v2ray_com_core_app_proxyman_command_command_proto_goTypes = []interface
|
|
|
(*serial.TypedMessage)(nil), // 17: v2ray.core.common.serial.TypedMessage
|
|
|
(*core.OutboundHandlerConfig)(nil), // 18: v2ray.core.OutboundHandlerConfig
|
|
|
}
|
|
|
-var file_v2ray_com_core_app_proxyman_command_command_proto_depIdxs = []int32{
|
|
|
+var file_app_proxyman_command_command_proto_depIdxs = []int32{
|
|
|
15, // 0: v2ray.core.app.proxyman.command.AddUserOperation.user:type_name -> v2ray.core.common.protocol.User
|
|
|
16, // 1: v2ray.core.app.proxyman.command.AddInboundRequest.inbound:type_name -> v2ray.core.InboundHandlerConfig
|
|
|
17, // 2: v2ray.core.app.proxyman.command.AlterInboundRequest.operation:type_name -> v2ray.core.common.serial.TypedMessage
|
|
|
@@ -863,13 +863,13 @@ var file_v2ray_com_core_app_proxyman_command_command_proto_depIdxs = []int32{
|
|
|
0, // [0:5] is the sub-list for field type_name
|
|
|
}
|
|
|
|
|
|
-func init() { file_v2ray_com_core_app_proxyman_command_command_proto_init() }
|
|
|
-func file_v2ray_com_core_app_proxyman_command_command_proto_init() {
|
|
|
- if File_v2ray_com_core_app_proxyman_command_command_proto != nil {
|
|
|
+func init() { file_app_proxyman_command_command_proto_init() }
|
|
|
+func file_app_proxyman_command_command_proto_init() {
|
|
|
+ if File_app_proxyman_command_command_proto != nil {
|
|
|
return
|
|
|
}
|
|
|
if !protoimpl.UnsafeEnabled {
|
|
|
- file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_app_proxyman_command_command_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*AddUserOperation); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
@@ -881,7 +881,7 @@ func file_v2ray_com_core_app_proxyman_command_command_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_app_proxyman_command_command_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*RemoveUserOperation); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
@@ -893,7 +893,7 @@ func file_v2ray_com_core_app_proxyman_command_command_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_app_proxyman_command_command_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*AddInboundRequest); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
@@ -905,7 +905,7 @@ func file_v2ray_com_core_app_proxyman_command_command_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_app_proxyman_command_command_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*AddInboundResponse); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
@@ -917,7 +917,7 @@ func file_v2ray_com_core_app_proxyman_command_command_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_app_proxyman_command_command_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*RemoveInboundRequest); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
@@ -929,7 +929,7 @@ func file_v2ray_com_core_app_proxyman_command_command_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_app_proxyman_command_command_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*RemoveInboundResponse); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
@@ -941,7 +941,7 @@ func file_v2ray_com_core_app_proxyman_command_command_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_app_proxyman_command_command_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*AlterInboundRequest); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
@@ -953,7 +953,7 @@ func file_v2ray_com_core_app_proxyman_command_command_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_app_proxyman_command_command_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*AlterInboundResponse); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
@@ -965,7 +965,7 @@ func file_v2ray_com_core_app_proxyman_command_command_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_app_proxyman_command_command_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*AddOutboundRequest); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
@@ -977,7 +977,7 @@ func file_v2ray_com_core_app_proxyman_command_command_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_app_proxyman_command_command_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*AddOutboundResponse); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
@@ -989,7 +989,7 @@ func file_v2ray_com_core_app_proxyman_command_command_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_app_proxyman_command_command_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*RemoveOutboundRequest); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
@@ -1001,7 +1001,7 @@ func file_v2ray_com_core_app_proxyman_command_command_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_app_proxyman_command_command_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*RemoveOutboundResponse); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
@@ -1013,7 +1013,7 @@ func file_v2ray_com_core_app_proxyman_command_command_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_app_proxyman_command_command_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*AlterOutboundRequest); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
@@ -1025,7 +1025,7 @@ func file_v2ray_com_core_app_proxyman_command_command_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_app_proxyman_command_command_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*AlterOutboundResponse); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
@@ -1037,7 +1037,7 @@ func file_v2ray_com_core_app_proxyman_command_command_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_app_proxyman_command_command_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*Config); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
@@ -1054,278 +1054,18 @@ func file_v2ray_com_core_app_proxyman_command_command_proto_init() {
|
|
|
out := protoimpl.TypeBuilder{
|
|
|
File: protoimpl.DescBuilder{
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
- RawDescriptor: file_v2ray_com_core_app_proxyman_command_command_proto_rawDesc,
|
|
|
+ RawDescriptor: file_app_proxyman_command_command_proto_rawDesc,
|
|
|
NumEnums: 0,
|
|
|
NumMessages: 15,
|
|
|
NumExtensions: 0,
|
|
|
NumServices: 1,
|
|
|
},
|
|
|
- GoTypes: file_v2ray_com_core_app_proxyman_command_command_proto_goTypes,
|
|
|
- DependencyIndexes: file_v2ray_com_core_app_proxyman_command_command_proto_depIdxs,
|
|
|
- MessageInfos: file_v2ray_com_core_app_proxyman_command_command_proto_msgTypes,
|
|
|
+ GoTypes: file_app_proxyman_command_command_proto_goTypes,
|
|
|
+ DependencyIndexes: file_app_proxyman_command_command_proto_depIdxs,
|
|
|
+ MessageInfos: file_app_proxyman_command_command_proto_msgTypes,
|
|
|
}.Build()
|
|
|
- File_v2ray_com_core_app_proxyman_command_command_proto = out.File
|
|
|
- file_v2ray_com_core_app_proxyman_command_command_proto_rawDesc = nil
|
|
|
- file_v2ray_com_core_app_proxyman_command_command_proto_goTypes = nil
|
|
|
- file_v2ray_com_core_app_proxyman_command_command_proto_depIdxs = nil
|
|
|
-}
|
|
|
-
|
|
|
-// Reference imports to suppress errors if they are not otherwise used.
|
|
|
-var _ context.Context
|
|
|
-var _ grpc.ClientConnInterface
|
|
|
-
|
|
|
-// This is a compile-time assertion to ensure that this generated file
|
|
|
-// is compatible with the grpc package it is being compiled against.
|
|
|
-const _ = grpc.SupportPackageIsVersion6
|
|
|
-
|
|
|
-// HandlerServiceClient is the client API for HandlerService service.
|
|
|
-//
|
|
|
-// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
|
|
|
-type HandlerServiceClient interface {
|
|
|
- AddInbound(ctx context.Context, in *AddInboundRequest, opts ...grpc.CallOption) (*AddInboundResponse, error)
|
|
|
- RemoveInbound(ctx context.Context, in *RemoveInboundRequest, opts ...grpc.CallOption) (*RemoveInboundResponse, error)
|
|
|
- AlterInbound(ctx context.Context, in *AlterInboundRequest, opts ...grpc.CallOption) (*AlterInboundResponse, error)
|
|
|
- AddOutbound(ctx context.Context, in *AddOutboundRequest, opts ...grpc.CallOption) (*AddOutboundResponse, error)
|
|
|
- RemoveOutbound(ctx context.Context, in *RemoveOutboundRequest, opts ...grpc.CallOption) (*RemoveOutboundResponse, error)
|
|
|
- AlterOutbound(ctx context.Context, in *AlterOutboundRequest, opts ...grpc.CallOption) (*AlterOutboundResponse, error)
|
|
|
-}
|
|
|
-
|
|
|
-type handlerServiceClient struct {
|
|
|
- cc grpc.ClientConnInterface
|
|
|
-}
|
|
|
-
|
|
|
-func NewHandlerServiceClient(cc grpc.ClientConnInterface) HandlerServiceClient {
|
|
|
- return &handlerServiceClient{cc}
|
|
|
-}
|
|
|
-
|
|
|
-func (c *handlerServiceClient) AddInbound(ctx context.Context, in *AddInboundRequest, opts ...grpc.CallOption) (*AddInboundResponse, error) {
|
|
|
- out := new(AddInboundResponse)
|
|
|
- err := c.cc.Invoke(ctx, "/v2ray.core.app.proxyman.command.HandlerService/AddInbound", in, out, opts...)
|
|
|
- if err != nil {
|
|
|
- return nil, err
|
|
|
- }
|
|
|
- return out, nil
|
|
|
-}
|
|
|
-
|
|
|
-func (c *handlerServiceClient) RemoveInbound(ctx context.Context, in *RemoveInboundRequest, opts ...grpc.CallOption) (*RemoveInboundResponse, error) {
|
|
|
- out := new(RemoveInboundResponse)
|
|
|
- err := c.cc.Invoke(ctx, "/v2ray.core.app.proxyman.command.HandlerService/RemoveInbound", in, out, opts...)
|
|
|
- if err != nil {
|
|
|
- return nil, err
|
|
|
- }
|
|
|
- return out, nil
|
|
|
-}
|
|
|
-
|
|
|
-func (c *handlerServiceClient) AlterInbound(ctx context.Context, in *AlterInboundRequest, opts ...grpc.CallOption) (*AlterInboundResponse, error) {
|
|
|
- out := new(AlterInboundResponse)
|
|
|
- err := c.cc.Invoke(ctx, "/v2ray.core.app.proxyman.command.HandlerService/AlterInbound", in, out, opts...)
|
|
|
- if err != nil {
|
|
|
- return nil, err
|
|
|
- }
|
|
|
- return out, nil
|
|
|
-}
|
|
|
-
|
|
|
-func (c *handlerServiceClient) AddOutbound(ctx context.Context, in *AddOutboundRequest, opts ...grpc.CallOption) (*AddOutboundResponse, error) {
|
|
|
- out := new(AddOutboundResponse)
|
|
|
- err := c.cc.Invoke(ctx, "/v2ray.core.app.proxyman.command.HandlerService/AddOutbound", in, out, opts...)
|
|
|
- if err != nil {
|
|
|
- return nil, err
|
|
|
- }
|
|
|
- return out, nil
|
|
|
-}
|
|
|
-
|
|
|
-func (c *handlerServiceClient) RemoveOutbound(ctx context.Context, in *RemoveOutboundRequest, opts ...grpc.CallOption) (*RemoveOutboundResponse, error) {
|
|
|
- out := new(RemoveOutboundResponse)
|
|
|
- err := c.cc.Invoke(ctx, "/v2ray.core.app.proxyman.command.HandlerService/RemoveOutbound", in, out, opts...)
|
|
|
- if err != nil {
|
|
|
- return nil, err
|
|
|
- }
|
|
|
- return out, nil
|
|
|
-}
|
|
|
-
|
|
|
-func (c *handlerServiceClient) AlterOutbound(ctx context.Context, in *AlterOutboundRequest, opts ...grpc.CallOption) (*AlterOutboundResponse, error) {
|
|
|
- out := new(AlterOutboundResponse)
|
|
|
- err := c.cc.Invoke(ctx, "/v2ray.core.app.proxyman.command.HandlerService/AlterOutbound", in, out, opts...)
|
|
|
- if err != nil {
|
|
|
- return nil, err
|
|
|
- }
|
|
|
- return out, nil
|
|
|
-}
|
|
|
-
|
|
|
-// HandlerServiceServer is the server API for HandlerService service.
|
|
|
-type HandlerServiceServer interface {
|
|
|
- AddInbound(context.Context, *AddInboundRequest) (*AddInboundResponse, error)
|
|
|
- RemoveInbound(context.Context, *RemoveInboundRequest) (*RemoveInboundResponse, error)
|
|
|
- AlterInbound(context.Context, *AlterInboundRequest) (*AlterInboundResponse, error)
|
|
|
- AddOutbound(context.Context, *AddOutboundRequest) (*AddOutboundResponse, error)
|
|
|
- RemoveOutbound(context.Context, *RemoveOutboundRequest) (*RemoveOutboundResponse, error)
|
|
|
- AlterOutbound(context.Context, *AlterOutboundRequest) (*AlterOutboundResponse, error)
|
|
|
-}
|
|
|
-
|
|
|
-// UnimplementedHandlerServiceServer can be embedded to have forward compatible implementations.
|
|
|
-type UnimplementedHandlerServiceServer struct {
|
|
|
-}
|
|
|
-
|
|
|
-func (*UnimplementedHandlerServiceServer) AddInbound(context.Context, *AddInboundRequest) (*AddInboundResponse, error) {
|
|
|
- return nil, status.Errorf(codes.Unimplemented, "method AddInbound not implemented")
|
|
|
-}
|
|
|
-func (*UnimplementedHandlerServiceServer) RemoveInbound(context.Context, *RemoveInboundRequest) (*RemoveInboundResponse, error) {
|
|
|
- return nil, status.Errorf(codes.Unimplemented, "method RemoveInbound not implemented")
|
|
|
-}
|
|
|
-func (*UnimplementedHandlerServiceServer) AlterInbound(context.Context, *AlterInboundRequest) (*AlterInboundResponse, error) {
|
|
|
- return nil, status.Errorf(codes.Unimplemented, "method AlterInbound not implemented")
|
|
|
-}
|
|
|
-func (*UnimplementedHandlerServiceServer) AddOutbound(context.Context, *AddOutboundRequest) (*AddOutboundResponse, error) {
|
|
|
- return nil, status.Errorf(codes.Unimplemented, "method AddOutbound not implemented")
|
|
|
-}
|
|
|
-func (*UnimplementedHandlerServiceServer) RemoveOutbound(context.Context, *RemoveOutboundRequest) (*RemoveOutboundResponse, error) {
|
|
|
- return nil, status.Errorf(codes.Unimplemented, "method RemoveOutbound not implemented")
|
|
|
-}
|
|
|
-func (*UnimplementedHandlerServiceServer) AlterOutbound(context.Context, *AlterOutboundRequest) (*AlterOutboundResponse, error) {
|
|
|
- return nil, status.Errorf(codes.Unimplemented, "method AlterOutbound not implemented")
|
|
|
-}
|
|
|
-
|
|
|
-func RegisterHandlerServiceServer(s *grpc.Server, srv HandlerServiceServer) {
|
|
|
- s.RegisterService(&_HandlerService_serviceDesc, srv)
|
|
|
-}
|
|
|
-
|
|
|
-func _HandlerService_AddInbound_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
- in := new(AddInboundRequest)
|
|
|
- if err := dec(in); err != nil {
|
|
|
- return nil, err
|
|
|
- }
|
|
|
- if interceptor == nil {
|
|
|
- return srv.(HandlerServiceServer).AddInbound(ctx, in)
|
|
|
- }
|
|
|
- info := &grpc.UnaryServerInfo{
|
|
|
- Server: srv,
|
|
|
- FullMethod: "/v2ray.core.app.proxyman.command.HandlerService/AddInbound",
|
|
|
- }
|
|
|
- handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
- return srv.(HandlerServiceServer).AddInbound(ctx, req.(*AddInboundRequest))
|
|
|
- }
|
|
|
- return interceptor(ctx, in, info, handler)
|
|
|
-}
|
|
|
-
|
|
|
-func _HandlerService_RemoveInbound_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
- in := new(RemoveInboundRequest)
|
|
|
- if err := dec(in); err != nil {
|
|
|
- return nil, err
|
|
|
- }
|
|
|
- if interceptor == nil {
|
|
|
- return srv.(HandlerServiceServer).RemoveInbound(ctx, in)
|
|
|
- }
|
|
|
- info := &grpc.UnaryServerInfo{
|
|
|
- Server: srv,
|
|
|
- FullMethod: "/v2ray.core.app.proxyman.command.HandlerService/RemoveInbound",
|
|
|
- }
|
|
|
- handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
- return srv.(HandlerServiceServer).RemoveInbound(ctx, req.(*RemoveInboundRequest))
|
|
|
- }
|
|
|
- return interceptor(ctx, in, info, handler)
|
|
|
-}
|
|
|
-
|
|
|
-func _HandlerService_AlterInbound_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
- in := new(AlterInboundRequest)
|
|
|
- if err := dec(in); err != nil {
|
|
|
- return nil, err
|
|
|
- }
|
|
|
- if interceptor == nil {
|
|
|
- return srv.(HandlerServiceServer).AlterInbound(ctx, in)
|
|
|
- }
|
|
|
- info := &grpc.UnaryServerInfo{
|
|
|
- Server: srv,
|
|
|
- FullMethod: "/v2ray.core.app.proxyman.command.HandlerService/AlterInbound",
|
|
|
- }
|
|
|
- handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
- return srv.(HandlerServiceServer).AlterInbound(ctx, req.(*AlterInboundRequest))
|
|
|
- }
|
|
|
- return interceptor(ctx, in, info, handler)
|
|
|
-}
|
|
|
-
|
|
|
-func _HandlerService_AddOutbound_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
- in := new(AddOutboundRequest)
|
|
|
- if err := dec(in); err != nil {
|
|
|
- return nil, err
|
|
|
- }
|
|
|
- if interceptor == nil {
|
|
|
- return srv.(HandlerServiceServer).AddOutbound(ctx, in)
|
|
|
- }
|
|
|
- info := &grpc.UnaryServerInfo{
|
|
|
- Server: srv,
|
|
|
- FullMethod: "/v2ray.core.app.proxyman.command.HandlerService/AddOutbound",
|
|
|
- }
|
|
|
- handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
- return srv.(HandlerServiceServer).AddOutbound(ctx, req.(*AddOutboundRequest))
|
|
|
- }
|
|
|
- return interceptor(ctx, in, info, handler)
|
|
|
-}
|
|
|
-
|
|
|
-func _HandlerService_RemoveOutbound_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
- in := new(RemoveOutboundRequest)
|
|
|
- if err := dec(in); err != nil {
|
|
|
- return nil, err
|
|
|
- }
|
|
|
- if interceptor == nil {
|
|
|
- return srv.(HandlerServiceServer).RemoveOutbound(ctx, in)
|
|
|
- }
|
|
|
- info := &grpc.UnaryServerInfo{
|
|
|
- Server: srv,
|
|
|
- FullMethod: "/v2ray.core.app.proxyman.command.HandlerService/RemoveOutbound",
|
|
|
- }
|
|
|
- handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
- return srv.(HandlerServiceServer).RemoveOutbound(ctx, req.(*RemoveOutboundRequest))
|
|
|
- }
|
|
|
- return interceptor(ctx, in, info, handler)
|
|
|
-}
|
|
|
-
|
|
|
-func _HandlerService_AlterOutbound_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
- in := new(AlterOutboundRequest)
|
|
|
- if err := dec(in); err != nil {
|
|
|
- return nil, err
|
|
|
- }
|
|
|
- if interceptor == nil {
|
|
|
- return srv.(HandlerServiceServer).AlterOutbound(ctx, in)
|
|
|
- }
|
|
|
- info := &grpc.UnaryServerInfo{
|
|
|
- Server: srv,
|
|
|
- FullMethod: "/v2ray.core.app.proxyman.command.HandlerService/AlterOutbound",
|
|
|
- }
|
|
|
- handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
- return srv.(HandlerServiceServer).AlterOutbound(ctx, req.(*AlterOutboundRequest))
|
|
|
- }
|
|
|
- return interceptor(ctx, in, info, handler)
|
|
|
-}
|
|
|
-
|
|
|
-var _HandlerService_serviceDesc = grpc.ServiceDesc{
|
|
|
- ServiceName: "v2ray.core.app.proxyman.command.HandlerService",
|
|
|
- HandlerType: (*HandlerServiceServer)(nil),
|
|
|
- Methods: []grpc.MethodDesc{
|
|
|
- {
|
|
|
- MethodName: "AddInbound",
|
|
|
- Handler: _HandlerService_AddInbound_Handler,
|
|
|
- },
|
|
|
- {
|
|
|
- MethodName: "RemoveInbound",
|
|
|
- Handler: _HandlerService_RemoveInbound_Handler,
|
|
|
- },
|
|
|
- {
|
|
|
- MethodName: "AlterInbound",
|
|
|
- Handler: _HandlerService_AlterInbound_Handler,
|
|
|
- },
|
|
|
- {
|
|
|
- MethodName: "AddOutbound",
|
|
|
- Handler: _HandlerService_AddOutbound_Handler,
|
|
|
- },
|
|
|
- {
|
|
|
- MethodName: "RemoveOutbound",
|
|
|
- Handler: _HandlerService_RemoveOutbound_Handler,
|
|
|
- },
|
|
|
- {
|
|
|
- MethodName: "AlterOutbound",
|
|
|
- Handler: _HandlerService_AlterOutbound_Handler,
|
|
|
- },
|
|
|
- },
|
|
|
- Streams: []grpc.StreamDesc{},
|
|
|
- Metadata: "v2ray.com/core/app/proxyman/command/command.proto",
|
|
|
+ File_app_proxyman_command_command_proto = out.File
|
|
|
+ file_app_proxyman_command_command_proto_rawDesc = nil
|
|
|
+ file_app_proxyman_command_command_proto_goTypes = nil
|
|
|
+ file_app_proxyman_command_command_proto_depIdxs = nil
|
|
|
}
|