@ -1,6 +1,6 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// versions:
// protoc-gen-go v1.2 7.1
// protoc-gen-go v1.2 8.0
// protoc v3.6.1
// protoc v3.6.1
// source: internal/pkg/grpc/server.proto
// source: internal/pkg/grpc/server.proto
@ -20,20 +20,17 @@ const (
_ = protoimpl . EnforceVersion ( protoimpl . MaxVersion - 20 )
_ = protoimpl . EnforceVersion ( protoimpl . MaxVersion - 20 )
)
)
type Reactor ClientRequest struct {
type ClientRequest struct {
state protoimpl . MessageState
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
unknownFields protoimpl . UnknownFields
ClientId uint32 ` protobuf:"varint,1,opt,name=clientId,proto3" json:"clientId,omitempty" `
ClientId uint32 ` protobuf:"varint,1,opt,name=clientId,proto3" json:"clientId,omitempty" `
ClientIp string ` protobuf:"bytes,2,opt,name=clientIp,proto3" json:"clientIp,omitempty" `
ClientType string ` protobuf:"bytes,2,opt,name=clientType,proto3" json:"clientType,omitempty" `
ClientPort int32 ` protobuf:"varint,3,opt,name=clientPort,proto3" json:"clientPort,omitempty" `
ClientModel string ` protobuf:"bytes,4,opt,name=clientModel,proto3" json:"clientModel,omitempty" `
ClientType string ` protobuf:"bytes,5,opt,name=clientType,proto3" json:"clientType,omitempty" `
}
}
func ( x * Reactor ClientRequest) Reset ( ) {
func ( x * ClientRequest ) Reset ( ) {
* x = Reactor ClientRequest{ }
* x = ClientRequest{ }
if protoimpl . UnsafeEnabled {
if protoimpl . UnsafeEnabled {
mi := & file_internal_pkg_grpc_server_proto_msgTypes [ 0 ]
mi := & file_internal_pkg_grpc_server_proto_msgTypes [ 0 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
@ -41,13 +38,13 @@ func (x *ReactorClientRequest) Reset() {
}
}
}
}
func ( x * Reactor ClientRequest) String ( ) string {
func ( x * ClientRequest) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
return protoimpl . X . MessageStringOf ( x )
}
}
func ( * Reactor ClientRequest) ProtoMessage ( ) { }
func ( * ClientRequest) ProtoMessage ( ) { }
func ( x * Reactor ClientRequest) ProtoReflect ( ) protoreflect . Message {
func ( x * ClientRequest) ProtoReflect ( ) protoreflect . Message {
mi := & file_internal_pkg_grpc_server_proto_msgTypes [ 0 ]
mi := & file_internal_pkg_grpc_server_proto_msgTypes [ 0 ]
if protoimpl . UnsafeEnabled && x != nil {
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
@ -59,57 +56,36 @@ func (x *ReactorClientRequest) ProtoReflect() protoreflect.Message {
return mi . MessageOf ( x )
return mi . MessageOf ( x )
}
}
// Deprecated: Use Reactor ClientRequest.ProtoReflect.Descriptor instead.
// Deprecated: Use ClientRequest.ProtoReflect.Descriptor instead.
func ( * Reactor ClientRequest) Descriptor ( ) ( [ ] byte , [ ] int ) {
func ( * ClientRequest) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_internal_pkg_grpc_server_proto_rawDescGZIP ( ) , [ ] int { 0 }
return file_internal_pkg_grpc_server_proto_rawDescGZIP ( ) , [ ] int { 0 }
}
}
func ( x * Reactor ClientRequest) GetClientId ( ) uint32 {
func ( x * ClientRequest) GetClientId ( ) uint32 {
if x != nil {
if x != nil {
return x . ClientId
return x . ClientId
}
}
return 0
return 0
}
}
func ( x * ReactorClientRequest ) GetClientIp ( ) string {
func ( x * ClientRequest ) GetClientType ( ) string {
if x != nil {
return x . ClientIp
}
return ""
}
func ( x * ReactorClientRequest ) GetClientPort ( ) int32 {
if x != nil {
return x . ClientPort
}
return 0
}
func ( x * ReactorClientRequest ) GetClientModel ( ) string {
if x != nil {
return x . ClientModel
}
return ""
}
func ( x * ReactorClientRequest ) GetClientType ( ) string {
if x != nil {
if x != nil {
return x . ClientType
return x . ClientType
}
}
return ""
return ""
}
}
type Reactor ClientResponse struct {
type ClientResponse struct {
state protoimpl . MessageState
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
unknownFields protoimpl . UnknownFields
ClientId uint32 ` protobuf:"varint,1,opt,name=clientId,proto3" json:"clientId,omitempty" `
ClientId uint32 ` protobuf:"varint,1,opt,name=clientId,proto3" json:"clientId,omitempty" `
S uccess bool ` protobuf:"varint,2,opt,name=Success,proto3" json:"Success ,omitempty"`
ServerPort uint32 ` protobuf:"varint,2,opt,name=serverPort,proto3" json:"serverPort,omitempty" `
}
}
func ( x * Reactor ClientResponse) Reset ( ) {
func ( x * ClientResponse ) Reset ( ) {
* x = Reactor ClientResponse{ }
* x = ClientResponse { }
if protoimpl . UnsafeEnabled {
if protoimpl . UnsafeEnabled {
mi := & file_internal_pkg_grpc_server_proto_msgTypes [ 1 ]
mi := & file_internal_pkg_grpc_server_proto_msgTypes [ 1 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
@ -117,13 +93,13 @@ func (x *ReactorClientResponse) Reset() {
}
}
}
}
func ( x * Reactor ClientResponse) String ( ) string {
func ( x * ClientResponse) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
return protoimpl . X . MessageStringOf ( x )
}
}
func ( * Reactor ClientResponse) ProtoMessage ( ) { }
func ( * ClientResponse) ProtoMessage ( ) { }
func ( x * Reactor ClientResponse) ProtoReflect ( ) protoreflect . Message {
func ( x * ClientResponse) ProtoReflect ( ) protoreflect . Message {
mi := & file_internal_pkg_grpc_server_proto_msgTypes [ 1 ]
mi := & file_internal_pkg_grpc_server_proto_msgTypes [ 1 ]
if protoimpl . UnsafeEnabled && x != nil {
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
@ -135,129 +111,19 @@ func (x *ReactorClientResponse) ProtoReflect() protoreflect.Message {
return mi . MessageOf ( x )
return mi . MessageOf ( x )
}
}
// Deprecated: Use Reactor ClientResponse.ProtoReflect.Descriptor instead.
// Deprecated: Use ClientResponse.ProtoReflect.Descriptor instead.
func ( * Reactor ClientResponse) Descriptor ( ) ( [ ] byte , [ ] int ) {
func ( * ClientResponse) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_internal_pkg_grpc_server_proto_rawDescGZIP ( ) , [ ] int { 1 }
return file_internal_pkg_grpc_server_proto_rawDescGZIP ( ) , [ ] int { 1 }
}
}
func ( x * Reactor ClientResponse) GetClientId ( ) uint32 {
func ( x * ClientResponse) GetClientId ( ) uint32 {
if x != nil {
if x != nil {
return x . ClientId
return x . ClientId
}
}
return 0
return 0
}
}
func ( x * ReactorClientResponse ) GetSuccess ( ) bool {
func ( x * ClientResponse ) GetServerPort ( ) uint32 {
if x != nil {
return x . Success
}
return false
}
type TUIClientRequest struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
ClientId uint32 ` protobuf:"varint,1,opt,name=clientId,proto3" json:"clientId,omitempty" `
}
func ( x * TUIClientRequest ) Reset ( ) {
* x = TUIClientRequest { }
if protoimpl . UnsafeEnabled {
mi := & file_internal_pkg_grpc_server_proto_msgTypes [ 2 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * TUIClientRequest ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * TUIClientRequest ) ProtoMessage ( ) { }
func ( x * TUIClientRequest ) ProtoReflect ( ) protoreflect . Message {
mi := & file_internal_pkg_grpc_server_proto_msgTypes [ 2 ]
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 TUIClientRequest.ProtoReflect.Descriptor instead.
func ( * TUIClientRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_internal_pkg_grpc_server_proto_rawDescGZIP ( ) , [ ] int { 2 }
}
func ( x * TUIClientRequest ) GetClientId ( ) uint32 {
if x != nil {
return x . ClientId
}
return 0
}
type TUIClientResponse struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
ClientId uint32 ` protobuf:"varint,1,opt,name=clientId,proto3" json:"clientId,omitempty" `
ServerIp string ` protobuf:"bytes,2,opt,name=serverIp,proto3" json:"serverIp,omitempty" `
ServerPort int32 ` protobuf:"varint,3,opt,name=serverPort,proto3" json:"serverPort,omitempty" `
}
func ( x * TUIClientResponse ) Reset ( ) {
* x = TUIClientResponse { }
if protoimpl . UnsafeEnabled {
mi := & file_internal_pkg_grpc_server_proto_msgTypes [ 3 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * TUIClientResponse ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * TUIClientResponse ) ProtoMessage ( ) { }
func ( x * TUIClientResponse ) ProtoReflect ( ) protoreflect . Message {
mi := & file_internal_pkg_grpc_server_proto_msgTypes [ 3 ]
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 TUIClientResponse.ProtoReflect.Descriptor instead.
func ( * TUIClientResponse ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_internal_pkg_grpc_server_proto_rawDescGZIP ( ) , [ ] int { 3 }
}
func ( x * TUIClientResponse ) GetClientId ( ) uint32 {
if x != nil {
return x . ClientId
}
return 0
}
func ( x * TUIClientResponse ) GetServerIp ( ) string {
if x != nil {
return x . ServerIp
}
return ""
}
func ( x * TUIClientResponse ) GetServerPort ( ) int32 {
if x != nil {
if x != nil {
return x . ServerPort
return x . ServerPort
}
}
@ -269,46 +135,23 @@ var File_internal_pkg_grpc_server_proto protoreflect.FileDescriptor
var file_internal_pkg_grpc_server_proto_rawDesc = [ ] byte {
var file_internal_pkg_grpc_server_proto_rawDesc = [ ] byte {
0x0a , 0x1e , 0x69 , 0x6e , 0x74 , 0x65 , 0x72 , 0x6e , 0x61 , 0x6c , 0x2f , 0x70 , 0x6b , 0x67 , 0x2f , 0x67 ,
0x0a , 0x1e , 0x69 , 0x6e , 0x74 , 0x65 , 0x72 , 0x6e , 0x61 , 0x6c , 0x2f , 0x70 , 0x6b , 0x67 , 0x2f , 0x67 ,
0x72 , 0x70 , 0x63 , 0x2f , 0x73 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f ,
0x72 , 0x70 , 0x63 , 0x2f , 0x73 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x2e , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f ,
0x12 , 0x04 , 0x67 , 0x72 , 0x70 , 0x63 , 0x22 , 0xb0 , 0x01 , 0x0a , 0x14 , 0x52 , 0x65 , 0x61 , 0x63 , 0x74 ,
0x12 , 0x04 , 0x67 , 0x72 , 0x70 , 0x63 , 0x22 , 0x4b , 0x0a , 0x0d , 0x43 , 0x6c , 0x69 , 0x65 , 0x6e , 0x74 ,
0x6f , 0x72 , 0x43 , 0x6c , 0x69 , 0x65 , 0x6e , 0x74 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x12 ,
0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x12 , 0x1a , 0x0a , 0x08 , 0x63 , 0x6c , 0x69 , 0x65 , 0x6e ,
0x1a , 0x0a , 0x08 , 0x63 , 0x6c , 0x69 , 0x65 , 0x6e , 0x74 , 0x49 , 0x64 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 ,
0x74 , 0x49 , 0x64 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x0d , 0x52 , 0x08 , 0x63 , 0x6c , 0x69 , 0x65 , 0x6e ,
0x0d , 0x52 , 0x08 , 0x63 , 0x6c , 0x69 , 0x65 , 0x6e , 0x74 , 0x49 , 0x64 , 0x12 , 0x1a , 0x0a , 0x08 , 0x63 ,
0x74 , 0x49 , 0x64 , 0x12 , 0x1e , 0x0a , 0x0a , 0x63 , 0x6c , 0x69 , 0x65 , 0x6e , 0x74 , 0x54 , 0x79 , 0x70 ,
0x6c , 0x69 , 0x65 , 0x6e , 0x74 , 0x49 , 0x70 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x08 , 0x63 ,
0x65 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x0a , 0x63 , 0x6c , 0x69 , 0x65 , 0x6e , 0x74 , 0x54 ,
0x6c , 0x69 , 0x65 , 0x6e , 0x74 , 0x49 , 0x70 , 0x12 , 0x1e , 0x0a , 0x0a , 0x63 , 0x6c , 0x69 , 0x65 , 0x6e ,
0x79 , 0x70 , 0x65 , 0x22 , 0x4c , 0x0a , 0x0e , 0x43 , 0x6c , 0x69 , 0x65 , 0x6e , 0x74 , 0x52 , 0x65 , 0x73 ,
0x74 , 0x50 , 0x6f , 0x72 , 0x74 , 0x18 , 0x03 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x0a , 0x63 , 0x6c , 0x69 ,
0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x1a , 0x0a , 0x08 , 0x63 , 0x6c , 0x69 , 0x65 , 0x6e , 0x74 , 0x49 ,
0x65 , 0x6e , 0x74 , 0x50 , 0x6f , 0x72 , 0x74 , 0x12 , 0x20 , 0x0a , 0x0b , 0x63 , 0x6c , 0x69 , 0x65 , 0x6e ,
0x64 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x0d , 0x52 , 0x08 , 0x63 , 0x6c , 0x69 , 0x65 , 0x6e , 0x74 , 0x49 ,
0x74 , 0x4d , 0x6f , 0x64 , 0x65 , 0x6c , 0x18 , 0x04 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x0b , 0x63 , 0x6c ,
0x64 , 0x12 , 0x1e , 0x0a , 0x0a , 0x73 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x50 , 0x6f , 0x72 , 0x74 , 0x18 ,
0x69 , 0x65 , 0x6e , 0x74 , 0x4d , 0x6f , 0x64 , 0x65 , 0x6c , 0x12 , 0x1e , 0x0a , 0x0a , 0x63 , 0x6c , 0x69 ,
0x02 , 0x20 , 0x01 , 0x28 , 0x0d , 0x52 , 0x0a , 0x73 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x50 , 0x6f , 0x72 ,
0x65 , 0x6e , 0x74 , 0x54 , 0x79 , 0x70 , 0x65 , 0x18 , 0x05 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x0a , 0x63 ,
0x74 , 0x32 , 0x50 , 0x0a , 0x09 , 0x68 , 0x61 , 0x6e , 0x64 , 0x73 , 0x68 , 0x61 , 0x6b , 0x65 , 0x12 , 0x43 ,
0x6c , 0x69 , 0x65 , 0x6e , 0x74 , 0x54 , 0x79 , 0x70 , 0x65 , 0x22 , 0x4d , 0x0a , 0x15 , 0x52 , 0x65 , 0x61 ,
0x0a , 0x16 , 0x43 , 0x6c , 0x69 , 0x65 , 0x6e , 0x74 , 0x44 , 0x69 , 0x73 , 0x63 , 0x6f , 0x76 , 0x65 , 0x72 ,
0x63 , 0x74 , 0x6f , 0x72 , 0x43 , 0x6c , 0x69 , 0x65 , 0x6e , 0x74 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e ,
0x79 , 0x48 , 0x61 , 0x6e , 0x64 , 0x6c , 0x65 , 0x72 , 0x12 , 0x13 , 0x2e , 0x67 , 0x72 , 0x70 , 0x63 , 0x2e ,
0x73 , 0x65 , 0x12 , 0x1a , 0x0a , 0x08 , 0x63 , 0x6c , 0x69 , 0x65 , 0x6e , 0x74 , 0x49 , 0x64 , 0x18 , 0x01 ,
0x43 , 0x6c , 0x69 , 0x65 , 0x6e , 0x74 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a , 0x14 , 0x2e ,
0x20 , 0x01 , 0x28 , 0x0d , 0x52 , 0x08 , 0x63 , 0x6c , 0x69 , 0x65 , 0x6e , 0x74 , 0x49 , 0x64 , 0x12 , 0x18 ,
0x67 , 0x72 , 0x70 , 0x63 , 0x2e , 0x43 , 0x6c , 0x69 , 0x65 , 0x6e , 0x74 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f ,
0x0a , 0x07 , 0x53 , 0x75 , 0x63 , 0x63 , 0x65 , 0x73 , 0x73 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x08 , 0x52 ,
0x6e , 0x73 , 0x65 , 0x42 , 0x13 , 0x5a , 0x11 , 0x69 , 0x6e , 0x74 , 0x65 , 0x72 , 0x6e , 0x61 , 0x6c , 0x2f ,
0x07 , 0x53 , 0x75 , 0x63 , 0x63 , 0x65 , 0x73 , 0x73 , 0x22 , 0x2e , 0x0a , 0x10 , 0x54 , 0x55 , 0x49 , 0x43 ,
0x70 , 0x6b , 0x67 , 0x2f , 0x67 , 0x72 , 0x70 , 0x63 , 0x62 , 0x06 , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x33 ,
0x6c , 0x69 , 0x65 , 0x6e , 0x74 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x12 , 0x1a , 0x0a , 0x08 ,
0x63 , 0x6c , 0x69 , 0x65 , 0x6e , 0x74 , 0x49 , 0x64 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x0d , 0x52 , 0x08 ,
0x63 , 0x6c , 0x69 , 0x65 , 0x6e , 0x74 , 0x49 , 0x64 , 0x22 , 0x6b , 0x0a , 0x11 , 0x54 , 0x55 , 0x49 , 0x43 ,
0x6c , 0x69 , 0x65 , 0x6e , 0x74 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x1a , 0x0a ,
0x08 , 0x63 , 0x6c , 0x69 , 0x65 , 0x6e , 0x74 , 0x49 , 0x64 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x0d , 0x52 ,
0x08 , 0x63 , 0x6c , 0x69 , 0x65 , 0x6e , 0x74 , 0x49 , 0x64 , 0x12 , 0x1a , 0x0a , 0x08 , 0x73 , 0x65 , 0x72 ,
0x76 , 0x65 , 0x72 , 0x49 , 0x70 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x08 , 0x73 , 0x65 , 0x72 ,
0x76 , 0x65 , 0x72 , 0x49 , 0x70 , 0x12 , 0x1e , 0x0a , 0x0a , 0x73 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x50 ,
0x6f , 0x72 , 0x74 , 0x18 , 0x03 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x0a , 0x73 , 0x65 , 0x72 , 0x76 , 0x65 ,
0x72 , 0x50 , 0x6f , 0x72 , 0x74 , 0x32 , 0xb3 , 0x01 , 0x0a , 0x09 , 0x68 , 0x61 , 0x6e , 0x64 , 0x73 , 0x68 ,
0x61 , 0x6b , 0x65 , 0x12 , 0x58 , 0x0a , 0x1d , 0x52 , 0x65 , 0x61 , 0x63 , 0x74 , 0x6f , 0x72 , 0x43 , 0x6c ,
0x69 , 0x65 , 0x6e , 0x74 , 0x44 , 0x69 , 0x73 , 0x63 , 0x6f , 0x76 , 0x65 , 0x72 , 0x79 , 0x48 , 0x61 , 0x6e ,
0x64 , 0x6c , 0x65 , 0x72 , 0x12 , 0x1a , 0x2e , 0x67 , 0x72 , 0x70 , 0x63 , 0x2e , 0x52 , 0x65 , 0x61 , 0x63 ,
0x74 , 0x6f , 0x72 , 0x43 , 0x6c , 0x69 , 0x65 , 0x6e , 0x74 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 ,
0x1a , 0x1b , 0x2e , 0x67 , 0x72 , 0x70 , 0x63 , 0x2e , 0x52 , 0x65 , 0x61 , 0x63 , 0x74 , 0x6f , 0x72 , 0x43 ,
0x6c , 0x69 , 0x65 , 0x6e , 0x74 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x4c , 0x0a ,
0x19 , 0x54 , 0x55 , 0x49 , 0x43 , 0x6c , 0x69 , 0x65 , 0x6e , 0x74 , 0x44 , 0x69 , 0x73 , 0x63 , 0x6f , 0x76 ,
0x65 , 0x72 , 0x79 , 0x48 , 0x61 , 0x6e , 0x64 , 0x6c , 0x65 , 0x72 , 0x12 , 0x16 , 0x2e , 0x67 , 0x72 , 0x70 ,
0x63 , 0x2e , 0x54 , 0x55 , 0x49 , 0x43 , 0x6c , 0x69 , 0x65 , 0x6e , 0x74 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 ,
0x73 , 0x74 , 0x1a , 0x17 , 0x2e , 0x67 , 0x72 , 0x70 , 0x63 , 0x2e , 0x54 , 0x55 , 0x49 , 0x43 , 0x6c , 0x69 ,
0x65 , 0x6e , 0x74 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x42 , 0x13 , 0x5a , 0x11 , 0x69 ,
0x6e , 0x74 , 0x65 , 0x72 , 0x6e , 0x61 , 0x6c , 0x2f , 0x70 , 0x6b , 0x67 , 0x2f , 0x67 , 0x72 , 0x70 , 0x63 ,
0x62 , 0x06 , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x33 ,
}
}
var (
var (
@ -323,20 +166,16 @@ func file_internal_pkg_grpc_server_proto_rawDescGZIP() []byte {
return file_internal_pkg_grpc_server_proto_rawDescData
return file_internal_pkg_grpc_server_proto_rawDescData
}
}
var file_internal_pkg_grpc_server_proto_msgTypes = make ( [ ] protoimpl . MessageInfo , 4 )
var file_internal_pkg_grpc_server_proto_msgTypes = make ( [ ] protoimpl . MessageInfo , 2 )
var file_internal_pkg_grpc_server_proto_goTypes = [ ] interface { } {
var file_internal_pkg_grpc_server_proto_goTypes = [ ] interface { } {
( * ReactorClientRequest ) ( nil ) , // 0: grpc.ReactorClientRequest
( * ClientRequest ) ( nil ) , // 0: grpc.ClientRequest
( * ReactorClientResponse ) ( nil ) , // 1: grpc.ReactorClientResponse
( * ClientResponse ) ( nil ) , // 1: grpc.ClientResponse
( * TUIClientRequest ) ( nil ) , // 2: grpc.TUIClientRequest
( * TUIClientResponse ) ( nil ) , // 3: grpc.TUIClientResponse
}
}
var file_internal_pkg_grpc_server_proto_depIdxs = [ ] int32 {
var file_internal_pkg_grpc_server_proto_depIdxs = [ ] int32 {
0 , // 0: grpc.handshake.ReactorClientDiscoveryHandler:input_type -> grpc.ReactorClientRequest
0 , // 0: grpc.handshake.ClientDiscoveryHandler:input_type -> grpc.ClientRequest
2 , // 1: grpc.handshake.TUIClientDiscoveryHandler:input_type -> grpc.TUIClientRequest
1 , // 1: grpc.handshake.ClientDiscoveryHandler:output_type -> grpc.ClientResponse
1 , // 2: grpc.handshake.ReactorClientDiscoveryHandler:output_type -> grpc.ReactorClientResponse
1 , // [1:2] is the sub-list for method output_type
3 , // 3: grpc.handshake.TUIClientDiscoveryHandler:output_type -> grpc.TUIClientResponse
0 , // [0:1] is the sub-list for method input_type
2 , // [2:4] is the sub-list for method output_type
0 , // [0:2] is the sub-list for method input_type
0 , // [0:0] is the sub-list for extension type_name
0 , // [0:0] is the sub-list for extension type_name
0 , // [0:0] is the sub-list for extension extendee
0 , // [0:0] is the sub-list for extension extendee
0 , // [0:0] is the sub-list for field type_name
0 , // [0:0] is the sub-list for field type_name
@ -349,7 +188,7 @@ func file_internal_pkg_grpc_server_proto_init() {
}
}
if ! protoimpl . UnsafeEnabled {
if ! protoimpl . UnsafeEnabled {
file_internal_pkg_grpc_server_proto_msgTypes [ 0 ] . Exporter = func ( v interface { } , i int ) interface { } {
file_internal_pkg_grpc_server_proto_msgTypes [ 0 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * Reactor ClientRequest) ; i {
switch v := v . ( * ClientRequest) ; i {
case 0 :
case 0 :
return & v . state
return & v . state
case 1 :
case 1 :
@ -361,31 +200,7 @@ func file_internal_pkg_grpc_server_proto_init() {
}
}
}
}
file_internal_pkg_grpc_server_proto_msgTypes [ 1 ] . Exporter = func ( v interface { } , i int ) interface { } {
file_internal_pkg_grpc_server_proto_msgTypes [ 1 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * ReactorClientResponse ) ; i {
switch v := v . ( * ClientResponse ) ; i {
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_internal_pkg_grpc_server_proto_msgTypes [ 2 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * TUIClientRequest ) ; i {
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_internal_pkg_grpc_server_proto_msgTypes [ 3 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * TUIClientResponse ) ; i {
case 0 :
case 0 :
return & v . state
return & v . state
case 1 :
case 1 :
@ -403,7 +218,7 @@ func file_internal_pkg_grpc_server_proto_init() {
GoPackagePath : reflect . TypeOf ( x { } ) . PkgPath ( ) ,
GoPackagePath : reflect . TypeOf ( x { } ) . PkgPath ( ) ,
RawDescriptor : file_internal_pkg_grpc_server_proto_rawDesc ,
RawDescriptor : file_internal_pkg_grpc_server_proto_rawDesc ,
NumEnums : 0 ,
NumEnums : 0 ,
NumMessages : 4 ,
NumMessages : 2 ,
NumExtensions : 0 ,
NumExtensions : 0 ,
NumServices : 1 ,
NumServices : 1 ,
} ,
} ,