|
|
|
|
@@ -2392,23 +2392,133 @@ func (x *UpgradeResponse) GetNeedUpgrade() bool {
|
|
|
|
|
return false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type ResetRequest struct {
|
|
|
|
|
type UninstallRequest struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
|
|
KubeconfigBytes string `protobuf:"bytes,1,opt,name=KubeconfigBytes,proto3" json:"KubeconfigBytes,omitempty"`
|
|
|
|
|
Namespace string `protobuf:"bytes,2,opt,name=Namespace,proto3" json:"Namespace,omitempty"`
|
|
|
|
|
// repeated string Workloads = 3;
|
|
|
|
|
//
|
|
|
|
|
// ssh jump
|
|
|
|
|
SshJump *SshJump `protobuf:"bytes,3,opt,name=SshJump,proto3" json:"SshJump,omitempty"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *UninstallRequest) Reset() {
|
|
|
|
|
*x = UninstallRequest{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_daemon_proto_msgTypes[39]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *UninstallRequest) String() string {
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (*UninstallRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *UninstallRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_daemon_proto_msgTypes[39]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
return ms
|
|
|
|
|
}
|
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use UninstallRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*UninstallRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_daemon_proto_rawDescGZIP(), []int{39}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *UninstallRequest) GetKubeconfigBytes() string {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.KubeconfigBytes
|
|
|
|
|
}
|
|
|
|
|
return ""
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *UninstallRequest) GetNamespace() string {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Namespace
|
|
|
|
|
}
|
|
|
|
|
return ""
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *UninstallRequest) GetSshJump() *SshJump {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.SshJump
|
|
|
|
|
}
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type UninstallResponse struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
|
|
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *UninstallResponse) Reset() {
|
|
|
|
|
*x = UninstallResponse{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_daemon_proto_msgTypes[40]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *UninstallResponse) String() string {
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (*UninstallResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *UninstallResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_daemon_proto_msgTypes[40]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
return ms
|
|
|
|
|
}
|
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use UninstallResponse.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*UninstallResponse) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_daemon_proto_rawDescGZIP(), []int{40}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *UninstallResponse) GetMessage() string {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Message
|
|
|
|
|
}
|
|
|
|
|
return ""
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type ResetRequest struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
|
|
KubeconfigBytes string `protobuf:"bytes,1,opt,name=KubeconfigBytes,proto3" json:"KubeconfigBytes,omitempty"`
|
|
|
|
|
Namespace string `protobuf:"bytes,2,opt,name=Namespace,proto3" json:"Namespace,omitempty"`
|
|
|
|
|
Workloads []string `protobuf:"bytes,3,rep,name=Workloads,proto3" json:"Workloads,omitempty"`
|
|
|
|
|
// ssh jump
|
|
|
|
|
SshJump *SshJump `protobuf:"bytes,4,opt,name=SshJump,proto3" json:"SshJump,omitempty"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *ResetRequest) Reset() {
|
|
|
|
|
*x = ResetRequest{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_daemon_proto_msgTypes[39]
|
|
|
|
|
mi := &file_daemon_proto_msgTypes[41]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
@@ -2421,7 +2531,7 @@ func (x *ResetRequest) String() string {
|
|
|
|
|
func (*ResetRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *ResetRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_daemon_proto_msgTypes[39]
|
|
|
|
|
mi := &file_daemon_proto_msgTypes[41]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
@@ -2434,7 +2544,7 @@ func (x *ResetRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use ResetRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*ResetRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_daemon_proto_rawDescGZIP(), []int{39}
|
|
|
|
|
return file_daemon_proto_rawDescGZIP(), []int{41}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *ResetRequest) GetKubeconfigBytes() string {
|
|
|
|
|
@@ -2451,6 +2561,13 @@ func (x *ResetRequest) GetNamespace() string {
|
|
|
|
|
return ""
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *ResetRequest) GetWorkloads() []string {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Workloads
|
|
|
|
|
}
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *ResetRequest) GetSshJump() *SshJump {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.SshJump
|
|
|
|
|
@@ -2469,7 +2586,7 @@ type ResetResponse struct {
|
|
|
|
|
func (x *ResetResponse) Reset() {
|
|
|
|
|
*x = ResetResponse{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_daemon_proto_msgTypes[40]
|
|
|
|
|
mi := &file_daemon_proto_msgTypes[42]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
@@ -2482,7 +2599,7 @@ func (x *ResetResponse) String() string {
|
|
|
|
|
func (*ResetResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *ResetResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_daemon_proto_msgTypes[40]
|
|
|
|
|
mi := &file_daemon_proto_msgTypes[42]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
@@ -2495,7 +2612,7 @@ func (x *ResetResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use ResetResponse.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*ResetResponse) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_daemon_proto_rawDescGZIP(), []int{40}
|
|
|
|
|
return file_daemon_proto_rawDescGZIP(), []int{42}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *ResetResponse) GetMessage() string {
|
|
|
|
|
@@ -2525,7 +2642,7 @@ type SshJump struct {
|
|
|
|
|
func (x *SshJump) Reset() {
|
|
|
|
|
*x = SshJump{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_daemon_proto_msgTypes[41]
|
|
|
|
|
mi := &file_daemon_proto_msgTypes[43]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
@@ -2538,7 +2655,7 @@ func (x *SshJump) String() string {
|
|
|
|
|
func (*SshJump) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *SshJump) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_daemon_proto_msgTypes[41]
|
|
|
|
|
mi := &file_daemon_proto_msgTypes[43]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
@@ -2551,7 +2668,7 @@ func (x *SshJump) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use SshJump.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*SshJump) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_daemon_proto_rawDescGZIP(), []int{41}
|
|
|
|
|
return file_daemon_proto_rawDescGZIP(), []int{43}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *SshJump) GetAddr() string {
|
|
|
|
|
@@ -2637,7 +2754,7 @@ type ExtraRoute struct {
|
|
|
|
|
func (x *ExtraRoute) Reset() {
|
|
|
|
|
*x = ExtraRoute{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_daemon_proto_msgTypes[42]
|
|
|
|
|
mi := &file_daemon_proto_msgTypes[44]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
@@ -2650,7 +2767,7 @@ func (x *ExtraRoute) String() string {
|
|
|
|
|
func (*ExtraRoute) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *ExtraRoute) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_daemon_proto_msgTypes[42]
|
|
|
|
|
mi := &file_daemon_proto_msgTypes[44]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
@@ -2663,7 +2780,7 @@ func (x *ExtraRoute) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use ExtraRoute.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*ExtraRoute) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_daemon_proto_rawDescGZIP(), []int{42}
|
|
|
|
|
return file_daemon_proto_rawDescGZIP(), []int{44}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *ExtraRoute) GetExtraCIDR() []string {
|
|
|
|
|
@@ -2696,7 +2813,7 @@ type IdentifyRequest struct {
|
|
|
|
|
func (x *IdentifyRequest) Reset() {
|
|
|
|
|
*x = IdentifyRequest{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_daemon_proto_msgTypes[43]
|
|
|
|
|
mi := &file_daemon_proto_msgTypes[45]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
@@ -2709,7 +2826,7 @@ func (x *IdentifyRequest) String() string {
|
|
|
|
|
func (*IdentifyRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *IdentifyRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_daemon_proto_msgTypes[43]
|
|
|
|
|
mi := &file_daemon_proto_msgTypes[45]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
@@ -2722,7 +2839,7 @@ func (x *IdentifyRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use IdentifyRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*IdentifyRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_daemon_proto_rawDescGZIP(), []int{43}
|
|
|
|
|
return file_daemon_proto_rawDescGZIP(), []int{45}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type IdentifyResponse struct {
|
|
|
|
|
@@ -2736,7 +2853,7 @@ type IdentifyResponse struct {
|
|
|
|
|
func (x *IdentifyResponse) Reset() {
|
|
|
|
|
*x = IdentifyResponse{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_daemon_proto_msgTypes[44]
|
|
|
|
|
mi := &file_daemon_proto_msgTypes[46]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
@@ -2749,7 +2866,7 @@ func (x *IdentifyResponse) String() string {
|
|
|
|
|
func (*IdentifyResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *IdentifyResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_daemon_proto_msgTypes[44]
|
|
|
|
|
mi := &file_daemon_proto_msgTypes[46]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
@@ -2762,7 +2879,7 @@ func (x *IdentifyResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use IdentifyResponse.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*IdentifyResponse) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_daemon_proto_rawDescGZIP(), []int{44}
|
|
|
|
|
return file_daemon_proto_rawDescGZIP(), []int{46}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *IdentifyResponse) GetID() string {
|
|
|
|
|
@@ -3059,124 +3176,142 @@ var file_daemon_proto_rawDesc = []byte{
|
|
|
|
|
0x69, 0x6f, 0x6e, 0x22, 0x33, 0x0a, 0x0f, 0x55, 0x70, 0x67, 0x72, 0x61, 0x64, 0x65, 0x52, 0x65,
|
|
|
|
|
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x4e, 0x65, 0x65, 0x64, 0x55, 0x70,
|
|
|
|
|
0x67, 0x72, 0x61, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0b, 0x4e, 0x65, 0x65,
|
|
|
|
|
0x64, 0x55, 0x70, 0x67, 0x72, 0x61, 0x64, 0x65, 0x22, 0x7e, 0x0a, 0x0c, 0x52, 0x65, 0x73, 0x65,
|
|
|
|
|
0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x28, 0x0a, 0x0f, 0x4b, 0x75, 0x62, 0x65,
|
|
|
|
|
0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42, 0x79, 0x74, 0x65, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
|
|
0x09, 0x52, 0x0f, 0x4b, 0x75, 0x62, 0x65, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42, 0x79, 0x74,
|
|
|
|
|
0x65, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18,
|
|
|
|
|
0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65,
|
|
|
|
|
0x12, 0x26, 0x0a, 0x07, 0x53, 0x73, 0x68, 0x4a, 0x75, 0x6d, 0x70, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
|
|
|
0x0b, 0x32, 0x0c, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x53, 0x73, 0x68, 0x4a, 0x75, 0x6d, 0x70, 0x52,
|
|
|
|
|
0x07, 0x53, 0x73, 0x68, 0x4a, 0x75, 0x6d, 0x70, 0x22, 0x29, 0x0a, 0x0d, 0x52, 0x65, 0x73, 0x65,
|
|
|
|
|
0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73,
|
|
|
|
|
0x73, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73,
|
|
|
|
|
0x61, 0x67, 0x65, 0x22, 0xc7, 0x02, 0x0a, 0x07, 0x53, 0x73, 0x68, 0x4a, 0x75, 0x6d, 0x70, 0x12,
|
|
|
|
|
0x12, 0x0a, 0x04, 0x41, 0x64, 0x64, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x41,
|
|
|
|
|
0x64, 0x64, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x55, 0x73, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
|
|
|
0x09, 0x52, 0x04, 0x55, 0x73, 0x65, 0x72, 0x12, 0x1a, 0x0a, 0x08, 0x50, 0x61, 0x73, 0x73, 0x77,
|
|
|
|
|
0x6f, 0x72, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x50, 0x61, 0x73, 0x73, 0x77,
|
|
|
|
|
0x6f, 0x72, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x4b, 0x65, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x04,
|
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x4b, 0x65, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x12, 0x0a,
|
|
|
|
|
0x04, 0x4a, 0x75, 0x6d, 0x70, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x4a, 0x75, 0x6d,
|
|
|
|
|
0x70, 0x12, 0x20, 0x0a, 0x0b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x41, 0x6c, 0x69, 0x61, 0x73,
|
|
|
|
|
0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x41, 0x6c,
|
|
|
|
|
0x69, 0x61, 0x73, 0x12, 0x2a, 0x0a, 0x10, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x4b, 0x75, 0x62,
|
|
|
|
|
0x65, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x52,
|
|
|
|
|
0x65, 0x6d, 0x6f, 0x74, 0x65, 0x4b, 0x75, 0x62, 0x65, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12,
|
|
|
|
|
0x2a, 0x0a, 0x10, 0x47, 0x53, 0x53, 0x41, 0x50, 0x49, 0x4b, 0x65, 0x79, 0x74, 0x61, 0x62, 0x43,
|
|
|
|
|
0x6f, 0x6e, 0x66, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x47, 0x53, 0x53, 0x41, 0x50,
|
|
|
|
|
0x49, 0x4b, 0x65, 0x79, 0x74, 0x61, 0x62, 0x43, 0x6f, 0x6e, 0x66, 0x12, 0x26, 0x0a, 0x0e, 0x47,
|
|
|
|
|
0x53, 0x53, 0x41, 0x50, 0x49, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x09, 0x20,
|
|
|
|
|
0x01, 0x28, 0x09, 0x52, 0x0e, 0x47, 0x53, 0x53, 0x41, 0x50, 0x49, 0x50, 0x61, 0x73, 0x73, 0x77,
|
|
|
|
|
0x6f, 0x72, 0x64, 0x12, 0x28, 0x0a, 0x0f, 0x47, 0x53, 0x53, 0x41, 0x50, 0x49, 0x43, 0x61, 0x63,
|
|
|
|
|
0x68, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x47, 0x53,
|
|
|
|
|
0x53, 0x41, 0x50, 0x49, 0x43, 0x61, 0x63, 0x68, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x22, 0x6e, 0x0a,
|
|
|
|
|
0x0a, 0x45, 0x78, 0x74, 0x72, 0x61, 0x52, 0x6f, 0x75, 0x74, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x45,
|
|
|
|
|
0x78, 0x74, 0x72, 0x61, 0x43, 0x49, 0x44, 0x52, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x09,
|
|
|
|
|
0x45, 0x78, 0x74, 0x72, 0x61, 0x43, 0x49, 0x44, 0x52, 0x12, 0x20, 0x0a, 0x0b, 0x45, 0x78, 0x74,
|
|
|
|
|
0x72, 0x61, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0b,
|
|
|
|
|
0x45, 0x78, 0x74, 0x72, 0x61, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x20, 0x0a, 0x0b, 0x45,
|
|
|
|
|
0x78, 0x74, 0x72, 0x61, 0x4e, 0x6f, 0x64, 0x65, 0x49, 0x50, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08,
|
|
|
|
|
0x52, 0x0b, 0x45, 0x78, 0x74, 0x72, 0x61, 0x4e, 0x6f, 0x64, 0x65, 0x49, 0x50, 0x22, 0x11, 0x0a,
|
|
|
|
|
0x0f, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
|
|
|
0x22, 0x22, 0x0a, 0x10, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x52, 0x65, 0x73, 0x70,
|
|
|
|
|
0x6f, 0x6e, 0x73, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
|
0x52, 0x02, 0x49, 0x44, 0x32, 0xa6, 0x09, 0x0a, 0x06, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x12,
|
|
|
|
|
0x38, 0x0a, 0x07, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x12, 0x13, 0x2e, 0x72, 0x70, 0x63,
|
|
|
|
|
0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
|
|
|
|
|
0x14, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73,
|
|
|
|
|
0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x30, 0x01, 0x12, 0x3c, 0x0a, 0x0b, 0x43, 0x6f, 0x6e,
|
|
|
|
|
0x6e, 0x65, 0x63, 0x74, 0x46, 0x6f, 0x72, 0x6b, 0x12, 0x13, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x43,
|
|
|
|
|
0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x14, 0x2e,
|
|
|
|
|
0x72, 0x70, 0x63, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f,
|
|
|
|
|
0x6e, 0x73, 0x65, 0x22, 0x00, 0x30, 0x01, 0x12, 0x41, 0x0a, 0x0a, 0x44, 0x69, 0x73, 0x63, 0x6f,
|
|
|
|
|
0x6e, 0x6e, 0x65, 0x63, 0x74, 0x12, 0x16, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x44, 0x69, 0x73, 0x63,
|
|
|
|
|
0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e,
|
|
|
|
|
0x72, 0x70, 0x63, 0x2e, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x52, 0x65,
|
|
|
|
|
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x30, 0x01, 0x12, 0x36, 0x0a, 0x05, 0x50, 0x72,
|
|
|
|
|
0x6f, 0x78, 0x79, 0x12, 0x13, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63,
|
|
|
|
|
0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x14, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x43,
|
|
|
|
|
0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00,
|
|
|
|
|
0x30, 0x01, 0x12, 0x32, 0x0a, 0x05, 0x4c, 0x65, 0x61, 0x76, 0x65, 0x12, 0x11, 0x2e, 0x72, 0x70,
|
|
|
|
|
0x63, 0x2e, 0x4c, 0x65, 0x61, 0x76, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x12,
|
|
|
|
|
0x2e, 0x72, 0x70, 0x63, 0x2e, 0x4c, 0x65, 0x61, 0x76, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
|
|
|
|
0x73, 0x65, 0x22, 0x00, 0x30, 0x01, 0x12, 0x32, 0x0a, 0x05, 0x43, 0x6c, 0x6f, 0x6e, 0x65, 0x12,
|
|
|
|
|
0x11, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x43, 0x6c, 0x6f, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
|
|
|
0x73, 0x74, 0x1a, 0x12, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x43, 0x6c, 0x6f, 0x6e, 0x65, 0x52, 0x65,
|
|
|
|
|
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x30, 0x01, 0x12, 0x35, 0x0a, 0x06, 0x52, 0x65,
|
|
|
|
|
0x6d, 0x6f, 0x76, 0x65, 0x12, 0x12, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76,
|
|
|
|
|
0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x13, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x52,
|
|
|
|
|
0x65, 0x6d, 0x6f, 0x76, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x30,
|
|
|
|
|
0x01, 0x12, 0x3c, 0x0a, 0x09, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x41, 0x64, 0x64, 0x12, 0x15,
|
|
|
|
|
0x2e, 0x72, 0x70, 0x63, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x41, 0x64, 0x64, 0x52, 0x65,
|
|
|
|
|
0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x43, 0x6f, 0x6e, 0x66,
|
|
|
|
|
0x69, 0x67, 0x41, 0x64, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12,
|
|
|
|
|
0x45, 0x0a, 0x0c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x12,
|
|
|
|
|
0x18, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x6d, 0x6f,
|
|
|
|
|
0x76, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x19, 0x2e, 0x72, 0x70, 0x63, 0x2e,
|
|
|
|
|
0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x52, 0x65, 0x73, 0x70,
|
|
|
|
|
0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x39, 0x0a, 0x08, 0x53, 0x73, 0x68, 0x53, 0x74, 0x61,
|
|
|
|
|
0x72, 0x74, 0x12, 0x14, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x53, 0x73, 0x68, 0x53, 0x74, 0x61, 0x72,
|
|
|
|
|
0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x53,
|
|
|
|
|
0x73, 0x68, 0x53, 0x74, 0x61, 0x72, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
|
|
|
|
|
0x00, 0x12, 0x36, 0x0a, 0x07, 0x53, 0x73, 0x68, 0x53, 0x74, 0x6f, 0x70, 0x12, 0x13, 0x2e, 0x72,
|
|
|
|
|
0x70, 0x63, 0x2e, 0x53, 0x73, 0x68, 0x53, 0x74, 0x6f, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
|
|
|
|
0x74, 0x1a, 0x14, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x53, 0x73, 0x68, 0x53, 0x74, 0x6f, 0x70, 0x52,
|
|
|
|
|
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x43, 0x0a, 0x0a, 0x53, 0x73, 0x68,
|
|
|
|
|
0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x12, 0x16, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x53, 0x73,
|
|
|
|
|
0x68, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
|
|
|
|
|
0x17, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x53, 0x73, 0x68, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74,
|
|
|
|
|
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x28, 0x01, 0x30, 0x01, 0x12, 0x2d,
|
|
|
|
|
0x0a, 0x04, 0x4c, 0x6f, 0x67, 0x73, 0x12, 0x0f, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x4c, 0x6f, 0x67,
|
|
|
|
|
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x10, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x4c, 0x6f,
|
|
|
|
|
0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x30, 0x01, 0x12, 0x2d, 0x0a,
|
|
|
|
|
0x04, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x10, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x4c, 0x69, 0x73, 0x74,
|
|
|
|
|
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x11, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x4c, 0x69,
|
|
|
|
|
0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x2a, 0x0a, 0x03,
|
|
|
|
|
0x47, 0x65, 0x74, 0x12, 0x0f, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x65, 0x71,
|
|
|
|
|
0x75, 0x65, 0x73, 0x74, 0x1a, 0x10, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x65,
|
|
|
|
|
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x36, 0x0a, 0x07, 0x55, 0x70, 0x67, 0x72,
|
|
|
|
|
0x61, 0x64, 0x65, 0x12, 0x13, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x55, 0x70, 0x67, 0x72, 0x61, 0x64,
|
|
|
|
|
0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x14, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x55,
|
|
|
|
|
0x70, 0x67, 0x72, 0x61, 0x64, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00,
|
|
|
|
|
0x12, 0x33, 0x0a, 0x06, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x12, 0x2e, 0x72, 0x70, 0x63,
|
|
|
|
|
0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x13,
|
|
|
|
|
0x2e, 0x72, 0x70, 0x63, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f,
|
|
|
|
|
0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x36, 0x0a, 0x07, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e,
|
|
|
|
|
0x12, 0x13, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65,
|
|
|
|
|
0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x14, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x56, 0x65, 0x72, 0x73,
|
|
|
|
|
0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x32, 0x0a,
|
|
|
|
|
0x05, 0x52, 0x65, 0x73, 0x65, 0x74, 0x12, 0x11, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x52, 0x65, 0x73,
|
|
|
|
|
0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x12, 0x2e, 0x72, 0x70, 0x63, 0x2e,
|
|
|
|
|
0x52, 0x65, 0x73, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x30,
|
|
|
|
|
0x01, 0x12, 0x2f, 0x0a, 0x04, 0x51, 0x75, 0x69, 0x74, 0x12, 0x10, 0x2e, 0x72, 0x70, 0x63, 0x2e,
|
|
|
|
|
0x51, 0x75, 0x69, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x11, 0x2e, 0x72, 0x70,
|
|
|
|
|
0x63, 0x2e, 0x51, 0x75, 0x69, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00,
|
|
|
|
|
0x30, 0x01, 0x12, 0x39, 0x0a, 0x08, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x12, 0x14,
|
|
|
|
|
0x2e, 0x72, 0x70, 0x63, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x52, 0x65, 0x71,
|
|
|
|
|
0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74,
|
|
|
|
|
0x69, 0x66, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x07, 0x5a,
|
|
|
|
|
0x05, 0x2e, 0x3b, 0x72, 0x70, 0x63, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
|
0x64, 0x55, 0x70, 0x67, 0x72, 0x61, 0x64, 0x65, 0x22, 0x82, 0x01, 0x0a, 0x10, 0x55, 0x6e, 0x69,
|
|
|
|
|
0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x28, 0x0a,
|
|
|
|
|
0x0f, 0x4b, 0x75, 0x62, 0x65, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42, 0x79, 0x74, 0x65, 0x73,
|
|
|
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x4b, 0x75, 0x62, 0x65, 0x63, 0x6f, 0x6e, 0x66,
|
|
|
|
|
0x69, 0x67, 0x42, 0x79, 0x74, 0x65, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x4e, 0x61, 0x6d, 0x65, 0x73,
|
|
|
|
|
0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x4e, 0x61, 0x6d, 0x65,
|
|
|
|
|
0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x26, 0x0a, 0x07, 0x53, 0x73, 0x68, 0x4a, 0x75, 0x6d, 0x70,
|
|
|
|
|
0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x53, 0x73, 0x68,
|
|
|
|
|
0x4a, 0x75, 0x6d, 0x70, 0x52, 0x07, 0x53, 0x73, 0x68, 0x4a, 0x75, 0x6d, 0x70, 0x22, 0x2d, 0x0a,
|
|
|
|
|
0x11, 0x55, 0x6e, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
|
|
|
|
0x73, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20,
|
|
|
|
|
0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x22, 0x9c, 0x01, 0x0a,
|
|
|
|
|
0x0c, 0x52, 0x65, 0x73, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x28, 0x0a,
|
|
|
|
|
0x0f, 0x4b, 0x75, 0x62, 0x65, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42, 0x79, 0x74, 0x65, 0x73,
|
|
|
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x4b, 0x75, 0x62, 0x65, 0x63, 0x6f, 0x6e, 0x66,
|
|
|
|
|
0x69, 0x67, 0x42, 0x79, 0x74, 0x65, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x4e, 0x61, 0x6d, 0x65, 0x73,
|
|
|
|
|
0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x4e, 0x61, 0x6d, 0x65,
|
|
|
|
|
0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61,
|
|
|
|
|
0x64, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x09, 0x57, 0x6f, 0x72, 0x6b, 0x6c, 0x6f,
|
|
|
|
|
0x61, 0x64, 0x73, 0x12, 0x26, 0x0a, 0x07, 0x53, 0x73, 0x68, 0x4a, 0x75, 0x6d, 0x70, 0x18, 0x04,
|
|
|
|
|
0x20, 0x01, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x53, 0x73, 0x68, 0x4a, 0x75,
|
|
|
|
|
0x6d, 0x70, 0x52, 0x07, 0x53, 0x73, 0x68, 0x4a, 0x75, 0x6d, 0x70, 0x22, 0x29, 0x0a, 0x0d, 0x52,
|
|
|
|
|
0x65, 0x73, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x18, 0x0a, 0x07,
|
|
|
|
|
0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d,
|
|
|
|
|
0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x22, 0xc7, 0x02, 0x0a, 0x07, 0x53, 0x73, 0x68, 0x4a, 0x75,
|
|
|
|
|
0x6d, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x41, 0x64, 0x64, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
|
0x52, 0x04, 0x41, 0x64, 0x64, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x55, 0x73, 0x65, 0x72, 0x18, 0x02,
|
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x55, 0x73, 0x65, 0x72, 0x12, 0x1a, 0x0a, 0x08, 0x50, 0x61,
|
|
|
|
|
0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x50, 0x61,
|
|
|
|
|
0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x4b, 0x65, 0x79, 0x66, 0x69, 0x6c,
|
|
|
|
|
0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x4b, 0x65, 0x79, 0x66, 0x69, 0x6c, 0x65,
|
|
|
|
|
0x12, 0x12, 0x0a, 0x04, 0x4a, 0x75, 0x6d, 0x70, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
|
|
|
|
|
0x4a, 0x75, 0x6d, 0x70, 0x12, 0x20, 0x0a, 0x0b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x41, 0x6c,
|
|
|
|
|
0x69, 0x61, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x43, 0x6f, 0x6e, 0x66, 0x69,
|
|
|
|
|
0x67, 0x41, 0x6c, 0x69, 0x61, 0x73, 0x12, 0x2a, 0x0a, 0x10, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65,
|
|
|
|
|
0x4b, 0x75, 0x62, 0x65, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
|
0x52, 0x10, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x4b, 0x75, 0x62, 0x65, 0x63, 0x6f, 0x6e, 0x66,
|
|
|
|
|
0x69, 0x67, 0x12, 0x2a, 0x0a, 0x10, 0x47, 0x53, 0x53, 0x41, 0x50, 0x49, 0x4b, 0x65, 0x79, 0x74,
|
|
|
|
|
0x61, 0x62, 0x43, 0x6f, 0x6e, 0x66, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x47, 0x53,
|
|
|
|
|
0x53, 0x41, 0x50, 0x49, 0x4b, 0x65, 0x79, 0x74, 0x61, 0x62, 0x43, 0x6f, 0x6e, 0x66, 0x12, 0x26,
|
|
|
|
|
0x0a, 0x0e, 0x47, 0x53, 0x53, 0x41, 0x50, 0x49, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64,
|
|
|
|
|
0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x47, 0x53, 0x53, 0x41, 0x50, 0x49, 0x50, 0x61,
|
|
|
|
|
0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x28, 0x0a, 0x0f, 0x47, 0x53, 0x53, 0x41, 0x50, 0x49,
|
|
|
|
|
0x43, 0x61, 0x63, 0x68, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
|
0x0f, 0x47, 0x53, 0x53, 0x41, 0x50, 0x49, 0x43, 0x61, 0x63, 0x68, 0x65, 0x46, 0x69, 0x6c, 0x65,
|
|
|
|
|
0x22, 0x6e, 0x0a, 0x0a, 0x45, 0x78, 0x74, 0x72, 0x61, 0x52, 0x6f, 0x75, 0x74, 0x65, 0x12, 0x1c,
|
|
|
|
|
0x0a, 0x09, 0x45, 0x78, 0x74, 0x72, 0x61, 0x43, 0x49, 0x44, 0x52, 0x18, 0x01, 0x20, 0x03, 0x28,
|
|
|
|
|
0x09, 0x52, 0x09, 0x45, 0x78, 0x74, 0x72, 0x61, 0x43, 0x49, 0x44, 0x52, 0x12, 0x20, 0x0a, 0x0b,
|
|
|
|
|
0x45, 0x78, 0x74, 0x72, 0x61, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x03, 0x28,
|
|
|
|
|
0x09, 0x52, 0x0b, 0x45, 0x78, 0x74, 0x72, 0x61, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x20,
|
|
|
|
|
0x0a, 0x0b, 0x45, 0x78, 0x74, 0x72, 0x61, 0x4e, 0x6f, 0x64, 0x65, 0x49, 0x50, 0x18, 0x03, 0x20,
|
|
|
|
|
0x01, 0x28, 0x08, 0x52, 0x0b, 0x45, 0x78, 0x74, 0x72, 0x61, 0x4e, 0x6f, 0x64, 0x65, 0x49, 0x50,
|
|
|
|
|
0x22, 0x11, 0x0a, 0x0f, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x52, 0x65, 0x71, 0x75,
|
|
|
|
|
0x65, 0x73, 0x74, 0x22, 0x22, 0x0a, 0x10, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x52,
|
|
|
|
|
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x44, 0x18, 0x01, 0x20,
|
|
|
|
|
0x01, 0x28, 0x09, 0x52, 0x02, 0x49, 0x44, 0x32, 0xe6, 0x09, 0x0a, 0x06, 0x44, 0x61, 0x65, 0x6d,
|
|
|
|
|
0x6f, 0x6e, 0x12, 0x38, 0x0a, 0x07, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x12, 0x13, 0x2e,
|
|
|
|
|
0x72, 0x70, 0x63, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
|
|
|
0x73, 0x74, 0x1a, 0x14, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74,
|
|
|
|
|
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x30, 0x01, 0x12, 0x3c, 0x0a, 0x0b,
|
|
|
|
|
0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x46, 0x6f, 0x72, 0x6b, 0x12, 0x13, 0x2e, 0x72, 0x70,
|
|
|
|
|
0x63, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
|
|
|
0x1a, 0x14, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x52, 0x65,
|
|
|
|
|
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x30, 0x01, 0x12, 0x41, 0x0a, 0x0a, 0x44, 0x69,
|
|
|
|
|
0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x12, 0x16, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x44,
|
|
|
|
|
0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
|
|
|
0x1a, 0x17, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63,
|
|
|
|
|
0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x30, 0x01, 0x12, 0x36, 0x0a,
|
|
|
|
|
0x05, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x12, 0x13, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x43, 0x6f, 0x6e,
|
|
|
|
|
0x6e, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x14, 0x2e, 0x72, 0x70,
|
|
|
|
|
0x63, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
|
|
|
|
|
0x65, 0x22, 0x00, 0x30, 0x01, 0x12, 0x32, 0x0a, 0x05, 0x4c, 0x65, 0x61, 0x76, 0x65, 0x12, 0x11,
|
|
|
|
|
0x2e, 0x72, 0x70, 0x63, 0x2e, 0x4c, 0x65, 0x61, 0x76, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
|
|
|
|
0x74, 0x1a, 0x12, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x4c, 0x65, 0x61, 0x76, 0x65, 0x52, 0x65, 0x73,
|
|
|
|
|
0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x30, 0x01, 0x12, 0x32, 0x0a, 0x05, 0x43, 0x6c, 0x6f,
|
|
|
|
|
0x6e, 0x65, 0x12, 0x11, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x43, 0x6c, 0x6f, 0x6e, 0x65, 0x52, 0x65,
|
|
|
|
|
0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x12, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x43, 0x6c, 0x6f, 0x6e,
|
|
|
|
|
0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x30, 0x01, 0x12, 0x35, 0x0a,
|
|
|
|
|
0x06, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x12, 0x12, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x52, 0x65,
|
|
|
|
|
0x6d, 0x6f, 0x76, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x13, 0x2e, 0x72, 0x70,
|
|
|
|
|
0x63, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
|
|
|
|
|
0x22, 0x00, 0x30, 0x01, 0x12, 0x3c, 0x0a, 0x09, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x41, 0x64,
|
|
|
|
|
0x64, 0x12, 0x15, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x41, 0x64,
|
|
|
|
|
0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x43,
|
|
|
|
|
0x6f, 0x6e, 0x66, 0x69, 0x67, 0x41, 0x64, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
|
|
|
|
|
0x22, 0x00, 0x12, 0x45, 0x0a, 0x0c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x6d, 0x6f,
|
|
|
|
|
0x76, 0x65, 0x12, 0x18, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52,
|
|
|
|
|
0x65, 0x6d, 0x6f, 0x76, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x19, 0x2e, 0x72,
|
|
|
|
|
0x70, 0x63, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x52,
|
|
|
|
|
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x39, 0x0a, 0x08, 0x53, 0x73, 0x68,
|
|
|
|
|
0x53, 0x74, 0x61, 0x72, 0x74, 0x12, 0x14, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x53, 0x73, 0x68, 0x53,
|
|
|
|
|
0x74, 0x61, 0x72, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x72, 0x70,
|
|
|
|
|
0x63, 0x2e, 0x53, 0x73, 0x68, 0x53, 0x74, 0x61, 0x72, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
|
|
|
|
0x73, 0x65, 0x22, 0x00, 0x12, 0x36, 0x0a, 0x07, 0x53, 0x73, 0x68, 0x53, 0x74, 0x6f, 0x70, 0x12,
|
|
|
|
|
0x13, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x53, 0x73, 0x68, 0x53, 0x74, 0x6f, 0x70, 0x52, 0x65, 0x71,
|
|
|
|
|
0x75, 0x65, 0x73, 0x74, 0x1a, 0x14, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x53, 0x73, 0x68, 0x53, 0x74,
|
|
|
|
|
0x6f, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x43, 0x0a, 0x0a,
|
|
|
|
|
0x53, 0x73, 0x68, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x12, 0x16, 0x2e, 0x72, 0x70, 0x63,
|
|
|
|
|
0x2e, 0x53, 0x73, 0x68, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
|
|
|
0x73, 0x74, 0x1a, 0x17, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x53, 0x73, 0x68, 0x43, 0x6f, 0x6e, 0x6e,
|
|
|
|
|
0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x28, 0x01, 0x30,
|
|
|
|
|
0x01, 0x12, 0x2d, 0x0a, 0x04, 0x4c, 0x6f, 0x67, 0x73, 0x12, 0x0f, 0x2e, 0x72, 0x70, 0x63, 0x2e,
|
|
|
|
|
0x4c, 0x6f, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x10, 0x2e, 0x72, 0x70, 0x63,
|
|
|
|
|
0x2e, 0x4c, 0x6f, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x30, 0x01,
|
|
|
|
|
0x12, 0x2d, 0x0a, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x10, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x4c,
|
|
|
|
|
0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x11, 0x2e, 0x72, 0x70, 0x63,
|
|
|
|
|
0x2e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12,
|
|
|
|
|
0x2a, 0x0a, 0x03, 0x47, 0x65, 0x74, 0x12, 0x0f, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x47, 0x65, 0x74,
|
|
|
|
|
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x10, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x47, 0x65,
|
|
|
|
|
0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x36, 0x0a, 0x07, 0x55,
|
|
|
|
|
0x70, 0x67, 0x72, 0x61, 0x64, 0x65, 0x12, 0x13, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x55, 0x70, 0x67,
|
|
|
|
|
0x72, 0x61, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x14, 0x2e, 0x72, 0x70,
|
|
|
|
|
0x63, 0x2e, 0x55, 0x70, 0x67, 0x72, 0x61, 0x64, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
|
|
|
|
|
0x65, 0x22, 0x00, 0x12, 0x33, 0x0a, 0x06, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x12, 0x2e,
|
|
|
|
|
0x72, 0x70, 0x63, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
|
|
|
|
0x74, 0x1a, 0x13, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65,
|
|
|
|
|
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x36, 0x0a, 0x07, 0x56, 0x65, 0x72, 0x73,
|
|
|
|
|
0x69, 0x6f, 0x6e, 0x12, 0x13, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f,
|
|
|
|
|
0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x14, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x56,
|
|
|
|
|
0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00,
|
|
|
|
|
0x12, 0x32, 0x0a, 0x05, 0x52, 0x65, 0x73, 0x65, 0x74, 0x12, 0x11, 0x2e, 0x72, 0x70, 0x63, 0x2e,
|
|
|
|
|
0x52, 0x65, 0x73, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x12, 0x2e, 0x72,
|
|
|
|
|
0x70, 0x63, 0x2e, 0x52, 0x65, 0x73, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
|
|
|
|
|
0x22, 0x00, 0x30, 0x01, 0x12, 0x3e, 0x0a, 0x09, 0x55, 0x6e, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c,
|
|
|
|
|
0x6c, 0x12, 0x15, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x55, 0x6e, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c,
|
|
|
|
|
0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x55,
|
|
|
|
|
0x6e, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
|
|
|
|
|
0x22, 0x00, 0x30, 0x01, 0x12, 0x2f, 0x0a, 0x04, 0x51, 0x75, 0x69, 0x74, 0x12, 0x10, 0x2e, 0x72,
|
|
|
|
|
0x70, 0x63, 0x2e, 0x51, 0x75, 0x69, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x11,
|
|
|
|
|
0x2e, 0x72, 0x70, 0x63, 0x2e, 0x51, 0x75, 0x69, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
|
|
|
|
|
0x65, 0x22, 0x00, 0x30, 0x01, 0x12, 0x39, 0x0a, 0x08, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66,
|
|
|
|
|
0x79, 0x12, 0x14, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79,
|
|
|
|
|
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x49, 0x64,
|
|
|
|
|
0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00,
|
|
|
|
|
0x42, 0x07, 0x5a, 0x05, 0x2e, 0x3b, 0x72, 0x70, 0x63, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
|
|
|
|
0x33,
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var (
|
|
|
|
|
@@ -3191,7 +3326,7 @@ func file_daemon_proto_rawDescGZIP() []byte {
|
|
|
|
|
return file_daemon_proto_rawDescData
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var file_daemon_proto_msgTypes = make([]protoimpl.MessageInfo, 50)
|
|
|
|
|
var file_daemon_proto_msgTypes = make([]protoimpl.MessageInfo, 52)
|
|
|
|
|
var file_daemon_proto_goTypes = []interface{}{
|
|
|
|
|
(*ConnectRequest)(nil), // 0: rpc.ConnectRequest
|
|
|
|
|
(*ConnectResponse)(nil), // 1: rpc.ConnectResponse
|
|
|
|
|
@@ -3232,84 +3367,89 @@ var file_daemon_proto_goTypes = []interface{}{
|
|
|
|
|
(*GetResponse)(nil), // 36: rpc.GetResponse
|
|
|
|
|
(*UpgradeRequest)(nil), // 37: rpc.UpgradeRequest
|
|
|
|
|
(*UpgradeResponse)(nil), // 38: rpc.UpgradeResponse
|
|
|
|
|
(*ResetRequest)(nil), // 39: rpc.ResetRequest
|
|
|
|
|
(*ResetResponse)(nil), // 40: rpc.ResetResponse
|
|
|
|
|
(*SshJump)(nil), // 41: rpc.SshJump
|
|
|
|
|
(*ExtraRoute)(nil), // 42: rpc.ExtraRoute
|
|
|
|
|
(*IdentifyRequest)(nil), // 43: rpc.IdentifyRequest
|
|
|
|
|
(*IdentifyResponse)(nil), // 44: rpc.IdentifyResponse
|
|
|
|
|
nil, // 45: rpc.ConnectRequest.HeadersEntry
|
|
|
|
|
nil, // 46: rpc.CloneRequest.HeadersEntry
|
|
|
|
|
nil, // 47: rpc.ProxyRule.HeadersEntry
|
|
|
|
|
nil, // 48: rpc.ProxyRule.PortMapEntry
|
|
|
|
|
nil, // 49: rpc.CloneRule.HeadersEntry
|
|
|
|
|
(*UninstallRequest)(nil), // 39: rpc.UninstallRequest
|
|
|
|
|
(*UninstallResponse)(nil), // 40: rpc.UninstallResponse
|
|
|
|
|
(*ResetRequest)(nil), // 41: rpc.ResetRequest
|
|
|
|
|
(*ResetResponse)(nil), // 42: rpc.ResetResponse
|
|
|
|
|
(*SshJump)(nil), // 43: rpc.SshJump
|
|
|
|
|
(*ExtraRoute)(nil), // 44: rpc.ExtraRoute
|
|
|
|
|
(*IdentifyRequest)(nil), // 45: rpc.IdentifyRequest
|
|
|
|
|
(*IdentifyResponse)(nil), // 46: rpc.IdentifyResponse
|
|
|
|
|
nil, // 47: rpc.ConnectRequest.HeadersEntry
|
|
|
|
|
nil, // 48: rpc.CloneRequest.HeadersEntry
|
|
|
|
|
nil, // 49: rpc.ProxyRule.HeadersEntry
|
|
|
|
|
nil, // 50: rpc.ProxyRule.PortMapEntry
|
|
|
|
|
nil, // 51: rpc.CloneRule.HeadersEntry
|
|
|
|
|
}
|
|
|
|
|
var file_daemon_proto_depIdxs = []int32{
|
|
|
|
|
45, // 0: rpc.ConnectRequest.Headers:type_name -> rpc.ConnectRequest.HeadersEntry
|
|
|
|
|
42, // 1: rpc.ConnectRequest.ExtraRoute:type_name -> rpc.ExtraRoute
|
|
|
|
|
41, // 2: rpc.ConnectRequest.SshJump:type_name -> rpc.SshJump
|
|
|
|
|
41, // 3: rpc.DisconnectRequest.SshJump:type_name -> rpc.SshJump
|
|
|
|
|
46, // 4: rpc.CloneRequest.Headers:type_name -> rpc.CloneRequest.HeadersEntry
|
|
|
|
|
42, // 5: rpc.CloneRequest.ExtraRoute:type_name -> rpc.ExtraRoute
|
|
|
|
|
41, // 6: rpc.CloneRequest.SshJump:type_name -> rpc.SshJump
|
|
|
|
|
47, // 0: rpc.ConnectRequest.Headers:type_name -> rpc.ConnectRequest.HeadersEntry
|
|
|
|
|
44, // 1: rpc.ConnectRequest.ExtraRoute:type_name -> rpc.ExtraRoute
|
|
|
|
|
43, // 2: rpc.ConnectRequest.SshJump:type_name -> rpc.SshJump
|
|
|
|
|
43, // 3: rpc.DisconnectRequest.SshJump:type_name -> rpc.SshJump
|
|
|
|
|
48, // 4: rpc.CloneRequest.Headers:type_name -> rpc.CloneRequest.HeadersEntry
|
|
|
|
|
44, // 5: rpc.CloneRequest.ExtraRoute:type_name -> rpc.ExtraRoute
|
|
|
|
|
43, // 6: rpc.CloneRequest.SshJump:type_name -> rpc.SshJump
|
|
|
|
|
14, // 7: rpc.StatusResponse.List:type_name -> rpc.Status
|
|
|
|
|
15, // 8: rpc.Status.ProxyList:type_name -> rpc.Proxy
|
|
|
|
|
17, // 9: rpc.Status.CloneList:type_name -> rpc.Clone
|
|
|
|
|
16, // 10: rpc.Proxy.RuleList:type_name -> rpc.ProxyRule
|
|
|
|
|
47, // 11: rpc.ProxyRule.Headers:type_name -> rpc.ProxyRule.HeadersEntry
|
|
|
|
|
48, // 12: rpc.ProxyRule.PortMap:type_name -> rpc.ProxyRule.PortMapEntry
|
|
|
|
|
49, // 11: rpc.ProxyRule.Headers:type_name -> rpc.ProxyRule.HeadersEntry
|
|
|
|
|
50, // 12: rpc.ProxyRule.PortMap:type_name -> rpc.ProxyRule.PortMapEntry
|
|
|
|
|
18, // 13: rpc.Clone.RuleList:type_name -> rpc.CloneRule
|
|
|
|
|
49, // 14: rpc.CloneRule.Headers:type_name -> rpc.CloneRule.HeadersEntry
|
|
|
|
|
41, // 15: rpc.ConfigAddRequest.SshJump:type_name -> rpc.SshJump
|
|
|
|
|
41, // 16: rpc.SshConnectRequest.SshJump:type_name -> rpc.SshJump
|
|
|
|
|
41, // 17: rpc.ResetRequest.SshJump:type_name -> rpc.SshJump
|
|
|
|
|
0, // 18: rpc.Daemon.Connect:input_type -> rpc.ConnectRequest
|
|
|
|
|
0, // 19: rpc.Daemon.ConnectFork:input_type -> rpc.ConnectRequest
|
|
|
|
|
2, // 20: rpc.Daemon.Disconnect:input_type -> rpc.DisconnectRequest
|
|
|
|
|
0, // 21: rpc.Daemon.Proxy:input_type -> rpc.ConnectRequest
|
|
|
|
|
4, // 22: rpc.Daemon.Leave:input_type -> rpc.LeaveRequest
|
|
|
|
|
6, // 23: rpc.Daemon.Clone:input_type -> rpc.CloneRequest
|
|
|
|
|
8, // 24: rpc.Daemon.Remove:input_type -> rpc.RemoveRequest
|
|
|
|
|
21, // 25: rpc.Daemon.ConfigAdd:input_type -> rpc.ConfigAddRequest
|
|
|
|
|
29, // 26: rpc.Daemon.ConfigRemove:input_type -> rpc.ConfigRemoveRequest
|
|
|
|
|
22, // 27: rpc.Daemon.SshStart:input_type -> rpc.SshStartRequest
|
|
|
|
|
24, // 28: rpc.Daemon.SshStop:input_type -> rpc.SshStopRequest
|
|
|
|
|
26, // 29: rpc.Daemon.SshConnect:input_type -> rpc.SshConnectRequest
|
|
|
|
|
31, // 30: rpc.Daemon.Logs:input_type -> rpc.LogRequest
|
|
|
|
|
33, // 31: rpc.Daemon.List:input_type -> rpc.ListRequest
|
|
|
|
|
35, // 32: rpc.Daemon.Get:input_type -> rpc.GetRequest
|
|
|
|
|
37, // 33: rpc.Daemon.Upgrade:input_type -> rpc.UpgradeRequest
|
|
|
|
|
12, // 34: rpc.Daemon.Status:input_type -> rpc.StatusRequest
|
|
|
|
|
19, // 35: rpc.Daemon.Version:input_type -> rpc.VersionRequest
|
|
|
|
|
39, // 36: rpc.Daemon.Reset:input_type -> rpc.ResetRequest
|
|
|
|
|
10, // 37: rpc.Daemon.Quit:input_type -> rpc.QuitRequest
|
|
|
|
|
43, // 38: rpc.Daemon.Identify:input_type -> rpc.IdentifyRequest
|
|
|
|
|
1, // 39: rpc.Daemon.Connect:output_type -> rpc.ConnectResponse
|
|
|
|
|
1, // 40: rpc.Daemon.ConnectFork:output_type -> rpc.ConnectResponse
|
|
|
|
|
3, // 41: rpc.Daemon.Disconnect:output_type -> rpc.DisconnectResponse
|
|
|
|
|
1, // 42: rpc.Daemon.Proxy:output_type -> rpc.ConnectResponse
|
|
|
|
|
5, // 43: rpc.Daemon.Leave:output_type -> rpc.LeaveResponse
|
|
|
|
|
7, // 44: rpc.Daemon.Clone:output_type -> rpc.CloneResponse
|
|
|
|
|
9, // 45: rpc.Daemon.Remove:output_type -> rpc.RemoveResponse
|
|
|
|
|
28, // 46: rpc.Daemon.ConfigAdd:output_type -> rpc.ConfigAddResponse
|
|
|
|
|
30, // 47: rpc.Daemon.ConfigRemove:output_type -> rpc.ConfigRemoveResponse
|
|
|
|
|
23, // 48: rpc.Daemon.SshStart:output_type -> rpc.SshStartResponse
|
|
|
|
|
25, // 49: rpc.Daemon.SshStop:output_type -> rpc.SshStopResponse
|
|
|
|
|
27, // 50: rpc.Daemon.SshConnect:output_type -> rpc.SshConnectResponse
|
|
|
|
|
32, // 51: rpc.Daemon.Logs:output_type -> rpc.LogResponse
|
|
|
|
|
34, // 52: rpc.Daemon.List:output_type -> rpc.ListResponse
|
|
|
|
|
36, // 53: rpc.Daemon.Get:output_type -> rpc.GetResponse
|
|
|
|
|
38, // 54: rpc.Daemon.Upgrade:output_type -> rpc.UpgradeResponse
|
|
|
|
|
13, // 55: rpc.Daemon.Status:output_type -> rpc.StatusResponse
|
|
|
|
|
20, // 56: rpc.Daemon.Version:output_type -> rpc.VersionResponse
|
|
|
|
|
40, // 57: rpc.Daemon.Reset:output_type -> rpc.ResetResponse
|
|
|
|
|
11, // 58: rpc.Daemon.Quit:output_type -> rpc.QuitResponse
|
|
|
|
|
44, // 59: rpc.Daemon.Identify:output_type -> rpc.IdentifyResponse
|
|
|
|
|
39, // [39:60] is the sub-list for method output_type
|
|
|
|
|
18, // [18:39] is the sub-list for method input_type
|
|
|
|
|
18, // [18:18] is the sub-list for extension type_name
|
|
|
|
|
18, // [18:18] is the sub-list for extension extendee
|
|
|
|
|
0, // [0:18] is the sub-list for field type_name
|
|
|
|
|
51, // 14: rpc.CloneRule.Headers:type_name -> rpc.CloneRule.HeadersEntry
|
|
|
|
|
43, // 15: rpc.ConfigAddRequest.SshJump:type_name -> rpc.SshJump
|
|
|
|
|
43, // 16: rpc.SshConnectRequest.SshJump:type_name -> rpc.SshJump
|
|
|
|
|
43, // 17: rpc.UninstallRequest.SshJump:type_name -> rpc.SshJump
|
|
|
|
|
43, // 18: rpc.ResetRequest.SshJump:type_name -> rpc.SshJump
|
|
|
|
|
0, // 19: rpc.Daemon.Connect:input_type -> rpc.ConnectRequest
|
|
|
|
|
0, // 20: rpc.Daemon.ConnectFork:input_type -> rpc.ConnectRequest
|
|
|
|
|
2, // 21: rpc.Daemon.Disconnect:input_type -> rpc.DisconnectRequest
|
|
|
|
|
0, // 22: rpc.Daemon.Proxy:input_type -> rpc.ConnectRequest
|
|
|
|
|
4, // 23: rpc.Daemon.Leave:input_type -> rpc.LeaveRequest
|
|
|
|
|
6, // 24: rpc.Daemon.Clone:input_type -> rpc.CloneRequest
|
|
|
|
|
8, // 25: rpc.Daemon.Remove:input_type -> rpc.RemoveRequest
|
|
|
|
|
21, // 26: rpc.Daemon.ConfigAdd:input_type -> rpc.ConfigAddRequest
|
|
|
|
|
29, // 27: rpc.Daemon.ConfigRemove:input_type -> rpc.ConfigRemoveRequest
|
|
|
|
|
22, // 28: rpc.Daemon.SshStart:input_type -> rpc.SshStartRequest
|
|
|
|
|
24, // 29: rpc.Daemon.SshStop:input_type -> rpc.SshStopRequest
|
|
|
|
|
26, // 30: rpc.Daemon.SshConnect:input_type -> rpc.SshConnectRequest
|
|
|
|
|
31, // 31: rpc.Daemon.Logs:input_type -> rpc.LogRequest
|
|
|
|
|
33, // 32: rpc.Daemon.List:input_type -> rpc.ListRequest
|
|
|
|
|
35, // 33: rpc.Daemon.Get:input_type -> rpc.GetRequest
|
|
|
|
|
37, // 34: rpc.Daemon.Upgrade:input_type -> rpc.UpgradeRequest
|
|
|
|
|
12, // 35: rpc.Daemon.Status:input_type -> rpc.StatusRequest
|
|
|
|
|
19, // 36: rpc.Daemon.Version:input_type -> rpc.VersionRequest
|
|
|
|
|
41, // 37: rpc.Daemon.Uninstall:input_type -> rpc.ResetRequest
|
|
|
|
|
39, // 38: rpc.Daemon.Uninstall:input_type -> rpc.UninstallRequest
|
|
|
|
|
10, // 39: rpc.Daemon.Quit:input_type -> rpc.QuitRequest
|
|
|
|
|
45, // 40: rpc.Daemon.Identify:input_type -> rpc.IdentifyRequest
|
|
|
|
|
1, // 41: rpc.Daemon.Connect:output_type -> rpc.ConnectResponse
|
|
|
|
|
1, // 42: rpc.Daemon.ConnectFork:output_type -> rpc.ConnectResponse
|
|
|
|
|
3, // 43: rpc.Daemon.Disconnect:output_type -> rpc.DisconnectResponse
|
|
|
|
|
1, // 44: rpc.Daemon.Proxy:output_type -> rpc.ConnectResponse
|
|
|
|
|
5, // 45: rpc.Daemon.Leave:output_type -> rpc.LeaveResponse
|
|
|
|
|
7, // 46: rpc.Daemon.Clone:output_type -> rpc.CloneResponse
|
|
|
|
|
9, // 47: rpc.Daemon.Remove:output_type -> rpc.RemoveResponse
|
|
|
|
|
28, // 48: rpc.Daemon.ConfigAdd:output_type -> rpc.ConfigAddResponse
|
|
|
|
|
30, // 49: rpc.Daemon.ConfigRemove:output_type -> rpc.ConfigRemoveResponse
|
|
|
|
|
23, // 50: rpc.Daemon.SshStart:output_type -> rpc.SshStartResponse
|
|
|
|
|
25, // 51: rpc.Daemon.SshStop:output_type -> rpc.SshStopResponse
|
|
|
|
|
27, // 52: rpc.Daemon.SshConnect:output_type -> rpc.SshConnectResponse
|
|
|
|
|
32, // 53: rpc.Daemon.Logs:output_type -> rpc.LogResponse
|
|
|
|
|
34, // 54: rpc.Daemon.List:output_type -> rpc.ListResponse
|
|
|
|
|
36, // 55: rpc.Daemon.Get:output_type -> rpc.GetResponse
|
|
|
|
|
38, // 56: rpc.Daemon.Upgrade:output_type -> rpc.UpgradeResponse
|
|
|
|
|
13, // 57: rpc.Daemon.Status:output_type -> rpc.StatusResponse
|
|
|
|
|
20, // 58: rpc.Daemon.Version:output_type -> rpc.VersionResponse
|
|
|
|
|
42, // 59: rpc.Daemon.Uninstall:output_type -> rpc.ResetResponse
|
|
|
|
|
40, // 60: rpc.Daemon.Uninstall:output_type -> rpc.UninstallResponse
|
|
|
|
|
11, // 61: rpc.Daemon.Quit:output_type -> rpc.QuitResponse
|
|
|
|
|
46, // 62: rpc.Daemon.Identify:output_type -> rpc.IdentifyResponse
|
|
|
|
|
41, // [41:63] is the sub-list for method output_type
|
|
|
|
|
19, // [19:41] is the sub-list for method input_type
|
|
|
|
|
19, // [19:19] is the sub-list for extension type_name
|
|
|
|
|
19, // [19:19] is the sub-list for extension extendee
|
|
|
|
|
0, // [0:19] is the sub-list for field type_name
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func init() { file_daemon_proto_init() }
|
|
|
|
|
@@ -3787,7 +3927,7 @@ func file_daemon_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_daemon_proto_msgTypes[39].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*ResetRequest); i {
|
|
|
|
|
switch v := v.(*UninstallRequest); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
|
@@ -3799,7 +3939,7 @@ func file_daemon_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_daemon_proto_msgTypes[40].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*ResetResponse); i {
|
|
|
|
|
switch v := v.(*UninstallResponse); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
|
@@ -3811,7 +3951,7 @@ func file_daemon_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_daemon_proto_msgTypes[41].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*SshJump); i {
|
|
|
|
|
switch v := v.(*ResetRequest); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
|
@@ -3823,7 +3963,7 @@ func file_daemon_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_daemon_proto_msgTypes[42].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*ExtraRoute); i {
|
|
|
|
|
switch v := v.(*ResetResponse); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
|
@@ -3835,7 +3975,7 @@ func file_daemon_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_daemon_proto_msgTypes[43].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*IdentifyRequest); i {
|
|
|
|
|
switch v := v.(*SshJump); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
|
@@ -3847,6 +3987,30 @@ func file_daemon_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_daemon_proto_msgTypes[44].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*ExtraRoute); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
case 2:
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
default:
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_daemon_proto_msgTypes[45].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*IdentifyRequest); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
case 2:
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
default:
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_daemon_proto_msgTypes[46].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*IdentifyResponse); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
@@ -3866,7 +4030,7 @@ func file_daemon_proto_init() {
|
|
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
|
|
RawDescriptor: file_daemon_proto_rawDesc,
|
|
|
|
|
NumEnums: 0,
|
|
|
|
|
NumMessages: 50,
|
|
|
|
|
NumMessages: 52,
|
|
|
|
|
NumExtensions: 0,
|
|
|
|
|
NumServices: 1,
|
|
|
|
|
},
|
|
|
|
|
|