|
@@ -408,99 +408,6 @@ func (*PlayerSendMsgResp) Descriptor() ([]byte, []int) {
|
|
|
return file_pb_cmd_proto_rawDescGZIP(), []int{5}
|
|
|
}
|
|
|
|
|
|
-type PlayerDisconnectReq struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- PlayerId string `protobuf:"bytes,1,opt,name=player_id,json=playerId,proto3" json:"player_id,omitempty"`
|
|
|
- GameId string `protobuf:"bytes,2,opt,name=game_id,json=gameId,proto3" json:"game_id,omitempty"`
|
|
|
-}
|
|
|
-
|
|
|
-func (x *PlayerDisconnectReq) Reset() {
|
|
|
- *x = PlayerDisconnectReq{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_pb_cmd_proto_msgTypes[6]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *PlayerDisconnectReq) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*PlayerDisconnectReq) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *PlayerDisconnectReq) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_pb_cmd_proto_msgTypes[6]
|
|
|
- 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 PlayerDisconnectReq.ProtoReflect.Descriptor instead.
|
|
|
-func (*PlayerDisconnectReq) Descriptor() ([]byte, []int) {
|
|
|
- return file_pb_cmd_proto_rawDescGZIP(), []int{6}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *PlayerDisconnectReq) GetPlayerId() string {
|
|
|
- if x != nil {
|
|
|
- return x.PlayerId
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *PlayerDisconnectReq) GetGameId() string {
|
|
|
- if x != nil {
|
|
|
- return x.GameId
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-type PlayerDisconnectResp struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-}
|
|
|
-
|
|
|
-func (x *PlayerDisconnectResp) Reset() {
|
|
|
- *x = PlayerDisconnectResp{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_pb_cmd_proto_msgTypes[7]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *PlayerDisconnectResp) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*PlayerDisconnectResp) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *PlayerDisconnectResp) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_pb_cmd_proto_msgTypes[7]
|
|
|
- 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 PlayerDisconnectResp.ProtoReflect.Descriptor instead.
|
|
|
-func (*PlayerDisconnectResp) Descriptor() ([]byte, []int) {
|
|
|
- return file_pb_cmd_proto_rawDescGZIP(), []int{7}
|
|
|
-}
|
|
|
-
|
|
|
//*
|
|
|
//Cs Command Request Bean
|
|
|
type CsFetchPlayerQueueReq struct {
|
|
@@ -514,7 +421,7 @@ type CsFetchPlayerQueueReq struct {
|
|
|
func (x *CsFetchPlayerQueueReq) Reset() {
|
|
|
*x = CsFetchPlayerQueueReq{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_pb_cmd_proto_msgTypes[8]
|
|
|
+ mi := &file_pb_cmd_proto_msgTypes[6]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -527,7 +434,7 @@ func (x *CsFetchPlayerQueueReq) String() string {
|
|
|
func (*CsFetchPlayerQueueReq) ProtoMessage() {}
|
|
|
|
|
|
func (x *CsFetchPlayerQueueReq) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_pb_cmd_proto_msgTypes[8]
|
|
|
+ mi := &file_pb_cmd_proto_msgTypes[6]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -540,7 +447,7 @@ func (x *CsFetchPlayerQueueReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use CsFetchPlayerQueueReq.ProtoReflect.Descriptor instead.
|
|
|
func (*CsFetchPlayerQueueReq) Descriptor() ([]byte, []int) {
|
|
|
- return file_pb_cmd_proto_rawDescGZIP(), []int{8}
|
|
|
+ return file_pb_cmd_proto_rawDescGZIP(), []int{6}
|
|
|
}
|
|
|
|
|
|
func (x *CsFetchPlayerQueueReq) GetLimit() int64 {
|
|
@@ -562,7 +469,7 @@ type CsFetchPlayerQueueResp struct {
|
|
|
func (x *CsFetchPlayerQueueResp) Reset() {
|
|
|
*x = CsFetchPlayerQueueResp{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_pb_cmd_proto_msgTypes[9]
|
|
|
+ mi := &file_pb_cmd_proto_msgTypes[7]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -575,7 +482,7 @@ func (x *CsFetchPlayerQueueResp) String() string {
|
|
|
func (*CsFetchPlayerQueueResp) ProtoMessage() {}
|
|
|
|
|
|
func (x *CsFetchPlayerQueueResp) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_pb_cmd_proto_msgTypes[9]
|
|
|
+ mi := &file_pb_cmd_proto_msgTypes[7]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -588,7 +495,7 @@ func (x *CsFetchPlayerQueueResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use CsFetchPlayerQueueResp.ProtoReflect.Descriptor instead.
|
|
|
func (*CsFetchPlayerQueueResp) Descriptor() ([]byte, []int) {
|
|
|
- return file_pb_cmd_proto_rawDescGZIP(), []int{9}
|
|
|
+ return file_pb_cmd_proto_rawDescGZIP(), []int{7}
|
|
|
}
|
|
|
|
|
|
func (x *CsFetchPlayerQueueResp) GetTotal() int64 {
|
|
@@ -618,7 +525,7 @@ type CsConnectPlayerReq struct {
|
|
|
func (x *CsConnectPlayerReq) Reset() {
|
|
|
*x = CsConnectPlayerReq{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_pb_cmd_proto_msgTypes[10]
|
|
|
+ mi := &file_pb_cmd_proto_msgTypes[8]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -631,7 +538,7 @@ func (x *CsConnectPlayerReq) String() string {
|
|
|
func (*CsConnectPlayerReq) ProtoMessage() {}
|
|
|
|
|
|
func (x *CsConnectPlayerReq) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_pb_cmd_proto_msgTypes[10]
|
|
|
+ mi := &file_pb_cmd_proto_msgTypes[8]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -644,7 +551,7 @@ func (x *CsConnectPlayerReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use CsConnectPlayerReq.ProtoReflect.Descriptor instead.
|
|
|
func (*CsConnectPlayerReq) Descriptor() ([]byte, []int) {
|
|
|
- return file_pb_cmd_proto_rawDescGZIP(), []int{10}
|
|
|
+ return file_pb_cmd_proto_rawDescGZIP(), []int{8}
|
|
|
}
|
|
|
|
|
|
func (x *CsConnectPlayerReq) GetCsId() string {
|
|
@@ -677,7 +584,7 @@ type CsConnectPlayerResp struct {
|
|
|
func (x *CsConnectPlayerResp) Reset() {
|
|
|
*x = CsConnectPlayerResp{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_pb_cmd_proto_msgTypes[11]
|
|
|
+ mi := &file_pb_cmd_proto_msgTypes[9]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -690,7 +597,7 @@ func (x *CsConnectPlayerResp) String() string {
|
|
|
func (*CsConnectPlayerResp) ProtoMessage() {}
|
|
|
|
|
|
func (x *CsConnectPlayerResp) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_pb_cmd_proto_msgTypes[11]
|
|
|
+ mi := &file_pb_cmd_proto_msgTypes[9]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -703,7 +610,7 @@ func (x *CsConnectPlayerResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use CsConnectPlayerResp.ProtoReflect.Descriptor instead.
|
|
|
func (*CsConnectPlayerResp) Descriptor() ([]byte, []int) {
|
|
|
- return file_pb_cmd_proto_rawDescGZIP(), []int{11}
|
|
|
+ return file_pb_cmd_proto_rawDescGZIP(), []int{9}
|
|
|
}
|
|
|
|
|
|
type CsFetchHistoryChatReq struct {
|
|
@@ -719,7 +626,7 @@ type CsFetchHistoryChatReq struct {
|
|
|
func (x *CsFetchHistoryChatReq) Reset() {
|
|
|
*x = CsFetchHistoryChatReq{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_pb_cmd_proto_msgTypes[12]
|
|
|
+ mi := &file_pb_cmd_proto_msgTypes[10]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -732,7 +639,7 @@ func (x *CsFetchHistoryChatReq) String() string {
|
|
|
func (*CsFetchHistoryChatReq) ProtoMessage() {}
|
|
|
|
|
|
func (x *CsFetchHistoryChatReq) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_pb_cmd_proto_msgTypes[12]
|
|
|
+ mi := &file_pb_cmd_proto_msgTypes[10]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -745,7 +652,7 @@ func (x *CsFetchHistoryChatReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use CsFetchHistoryChatReq.ProtoReflect.Descriptor instead.
|
|
|
func (*CsFetchHistoryChatReq) Descriptor() ([]byte, []int) {
|
|
|
- return file_pb_cmd_proto_rawDescGZIP(), []int{12}
|
|
|
+ return file_pb_cmd_proto_rawDescGZIP(), []int{10}
|
|
|
}
|
|
|
|
|
|
func (x *CsFetchHistoryChatReq) GetCsId() string {
|
|
@@ -782,7 +689,7 @@ type CsFetchHistoryChatResp struct {
|
|
|
func (x *CsFetchHistoryChatResp) Reset() {
|
|
|
*x = CsFetchHistoryChatResp{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_pb_cmd_proto_msgTypes[13]
|
|
|
+ mi := &file_pb_cmd_proto_msgTypes[11]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -795,7 +702,7 @@ func (x *CsFetchHistoryChatResp) String() string {
|
|
|
func (*CsFetchHistoryChatResp) ProtoMessage() {}
|
|
|
|
|
|
func (x *CsFetchHistoryChatResp) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_pb_cmd_proto_msgTypes[13]
|
|
|
+ mi := &file_pb_cmd_proto_msgTypes[11]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -808,7 +715,7 @@ func (x *CsFetchHistoryChatResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use CsFetchHistoryChatResp.ProtoReflect.Descriptor instead.
|
|
|
func (*CsFetchHistoryChatResp) Descriptor() ([]byte, []int) {
|
|
|
- return file_pb_cmd_proto_rawDescGZIP(), []int{13}
|
|
|
+ return file_pb_cmd_proto_rawDescGZIP(), []int{11}
|
|
|
}
|
|
|
|
|
|
func (x *CsFetchHistoryChatResp) GetTotalPage() int64 {
|
|
@@ -847,7 +754,7 @@ type CsFetchHistoryMsgReq struct {
|
|
|
func (x *CsFetchHistoryMsgReq) Reset() {
|
|
|
*x = CsFetchHistoryMsgReq{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_pb_cmd_proto_msgTypes[14]
|
|
|
+ mi := &file_pb_cmd_proto_msgTypes[12]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -860,7 +767,7 @@ func (x *CsFetchHistoryMsgReq) String() string {
|
|
|
func (*CsFetchHistoryMsgReq) ProtoMessage() {}
|
|
|
|
|
|
func (x *CsFetchHistoryMsgReq) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_pb_cmd_proto_msgTypes[14]
|
|
|
+ mi := &file_pb_cmd_proto_msgTypes[12]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -873,7 +780,7 @@ func (x *CsFetchHistoryMsgReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use CsFetchHistoryMsgReq.ProtoReflect.Descriptor instead.
|
|
|
func (*CsFetchHistoryMsgReq) Descriptor() ([]byte, []int) {
|
|
|
- return file_pb_cmd_proto_rawDescGZIP(), []int{14}
|
|
|
+ return file_pb_cmd_proto_rawDescGZIP(), []int{12}
|
|
|
}
|
|
|
|
|
|
func (x *CsFetchHistoryMsgReq) GetCsId() string {
|
|
@@ -925,7 +832,7 @@ type CsFetchHistoryMsgResp struct {
|
|
|
func (x *CsFetchHistoryMsgResp) Reset() {
|
|
|
*x = CsFetchHistoryMsgResp{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_pb_cmd_proto_msgTypes[15]
|
|
|
+ mi := &file_pb_cmd_proto_msgTypes[13]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -938,7 +845,7 @@ func (x *CsFetchHistoryMsgResp) String() string {
|
|
|
func (*CsFetchHistoryMsgResp) ProtoMessage() {}
|
|
|
|
|
|
func (x *CsFetchHistoryMsgResp) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_pb_cmd_proto_msgTypes[15]
|
|
|
+ mi := &file_pb_cmd_proto_msgTypes[13]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -951,7 +858,7 @@ func (x *CsFetchHistoryMsgResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use CsFetchHistoryMsgResp.ProtoReflect.Descriptor instead.
|
|
|
func (*CsFetchHistoryMsgResp) Descriptor() ([]byte, []int) {
|
|
|
- return file_pb_cmd_proto_rawDescGZIP(), []int{15}
|
|
|
+ return file_pb_cmd_proto_rawDescGZIP(), []int{13}
|
|
|
}
|
|
|
|
|
|
func (x *CsFetchHistoryMsgResp) GetCsId() string {
|
|
@@ -997,7 +904,7 @@ type CsSendMsgReq struct {
|
|
|
func (x *CsSendMsgReq) Reset() {
|
|
|
*x = CsSendMsgReq{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_pb_cmd_proto_msgTypes[16]
|
|
|
+ mi := &file_pb_cmd_proto_msgTypes[14]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -1010,7 +917,7 @@ func (x *CsSendMsgReq) String() string {
|
|
|
func (*CsSendMsgReq) ProtoMessage() {}
|
|
|
|
|
|
func (x *CsSendMsgReq) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_pb_cmd_proto_msgTypes[16]
|
|
|
+ mi := &file_pb_cmd_proto_msgTypes[14]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1023,7 +930,7 @@ func (x *CsSendMsgReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use CsSendMsgReq.ProtoReflect.Descriptor instead.
|
|
|
func (*CsSendMsgReq) Descriptor() ([]byte, []int) {
|
|
|
- return file_pb_cmd_proto_rawDescGZIP(), []int{16}
|
|
|
+ return file_pb_cmd_proto_rawDescGZIP(), []int{14}
|
|
|
}
|
|
|
|
|
|
func (x *CsSendMsgReq) GetCsId() string {
|
|
@@ -1070,7 +977,7 @@ type CsSendMsgResp struct {
|
|
|
func (x *CsSendMsgResp) Reset() {
|
|
|
*x = CsSendMsgResp{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_pb_cmd_proto_msgTypes[17]
|
|
|
+ mi := &file_pb_cmd_proto_msgTypes[15]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -1083,7 +990,7 @@ func (x *CsSendMsgResp) String() string {
|
|
|
func (*CsSendMsgResp) ProtoMessage() {}
|
|
|
|
|
|
func (x *CsSendMsgResp) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_pb_cmd_proto_msgTypes[17]
|
|
|
+ mi := &file_pb_cmd_proto_msgTypes[15]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1096,7 +1003,7 @@ func (x *CsSendMsgResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use CsSendMsgResp.ProtoReflect.Descriptor instead.
|
|
|
func (*CsSendMsgResp) Descriptor() ([]byte, []int) {
|
|
|
- return file_pb_cmd_proto_rawDescGZIP(), []int{17}
|
|
|
+ return file_pb_cmd_proto_rawDescGZIP(), []int{15}
|
|
|
}
|
|
|
|
|
|
var File_pb_cmd_proto protoreflect.FileDescriptor
|
|
@@ -1148,114 +1055,103 @@ var file_pb_cmd_proto_rawDesc = []byte{
|
|
|
0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12,
|
|
|
0x10, 0x0a, 0x03, 0x70, 0x69, 0x63, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x70, 0x69,
|
|
|
0x63, 0x22, 0x13, 0x0a, 0x11, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x53, 0x65, 0x6e, 0x64, 0x4d,
|
|
|
- 0x73, 0x67, 0x52, 0x65, 0x73, 0x70, 0x22, 0x4b, 0x0a, 0x13, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72,
|
|
|
- 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x12, 0x1b, 0x0a,
|
|
|
- 0x09, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
|
|
|
- 0x52, 0x08, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x67, 0x61,
|
|
|
- 0x6d, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x67, 0x61, 0x6d,
|
|
|
- 0x65, 0x49, 0x64, 0x22, 0x16, 0x0a, 0x14, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x44, 0x69, 0x73,
|
|
|
- 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x22, 0x2d, 0x0a, 0x15, 0x43,
|
|
|
- 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x51, 0x75, 0x65, 0x75,
|
|
|
- 0x65, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x01, 0x20,
|
|
|
- 0x01, 0x28, 0x03, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x22, 0x5e, 0x0a, 0x16, 0x43, 0x73,
|
|
|
- 0x46, 0x65, 0x74, 0x63, 0x68, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x51, 0x75, 0x65, 0x75, 0x65,
|
|
|
- 0x52, 0x65, 0x73, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x01, 0x20,
|
|
|
- 0x01, 0x28, 0x03, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x12, 0x2e, 0x0a, 0x04, 0x6c, 0x69,
|
|
|
- 0x73, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
|
|
|
- 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56,
|
|
|
- 0x61, 0x6c, 0x75, 0x65, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0x5f, 0x0a, 0x12, 0x43, 0x73,
|
|
|
- 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x52, 0x65, 0x71,
|
|
|
- 0x12, 0x13, 0x0a, 0x05, 0x63, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
- 0x04, 0x63, 0x73, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x5f,
|
|
|
- 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72,
|
|
|
- 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x67, 0x61, 0x6d, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20,
|
|
|
- 0x01, 0x28, 0x09, 0x52, 0x06, 0x67, 0x61, 0x6d, 0x65, 0x49, 0x64, 0x22, 0x15, 0x0a, 0x13, 0x43,
|
|
|
- 0x73, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x52, 0x65,
|
|
|
- 0x73, 0x70, 0x22, 0x56, 0x0a, 0x15, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x48, 0x69, 0x73,
|
|
|
- 0x74, 0x6f, 0x72, 0x79, 0x43, 0x68, 0x61, 0x74, 0x52, 0x65, 0x71, 0x12, 0x13, 0x0a, 0x05, 0x63,
|
|
|
+ 0x73, 0x67, 0x52, 0x65, 0x73, 0x70, 0x22, 0x2d, 0x0a, 0x15, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63,
|
|
|
+ 0x68, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x51, 0x75, 0x65, 0x75, 0x65, 0x52, 0x65, 0x71, 0x12,
|
|
|
+ 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05,
|
|
|
+ 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x22, 0x5e, 0x0a, 0x16, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68,
|
|
|
+ 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x51, 0x75, 0x65, 0x75, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12,
|
|
|
+ 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05,
|
|
|
+ 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x12, 0x2e, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x02, 0x20,
|
|
|
+ 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
|
|
|
+ 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52,
|
|
|
+ 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0x5f, 0x0a, 0x12, 0x43, 0x73, 0x43, 0x6f, 0x6e, 0x6e, 0x65,
|
|
|
+ 0x63, 0x74, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x52, 0x65, 0x71, 0x12, 0x13, 0x0a, 0x05, 0x63,
|
|
|
0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x73, 0x49, 0x64,
|
|
|
- 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04,
|
|
|
- 0x70, 0x61, 0x67, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x03, 0x20,
|
|
|
- 0x01, 0x28, 0x03, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x22, 0x8a, 0x01, 0x0a, 0x16, 0x43,
|
|
|
- 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x43, 0x68, 0x61,
|
|
|
- 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1d, 0x0a, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x70,
|
|
|
- 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x74, 0x6f, 0x74, 0x61, 0x6c,
|
|
|
- 0x50, 0x61, 0x67, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x5f,
|
|
|
- 0x70, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x63, 0x75, 0x72, 0x72,
|
|
|
- 0x65, 0x6e, 0x74, 0x50, 0x61, 0x67, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18,
|
|
|
- 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
|
|
|
- 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x6c, 0x75,
|
|
|
- 0x65, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0x8b, 0x01, 0x0a, 0x14, 0x43, 0x73, 0x46, 0x65,
|
|
|
- 0x74, 0x63, 0x68, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71,
|
|
|
- 0x12, 0x13, 0x0a, 0x05, 0x63, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
- 0x04, 0x63, 0x73, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x5f,
|
|
|
- 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72,
|
|
|
- 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x67, 0x61, 0x6d, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20,
|
|
|
- 0x01, 0x28, 0x09, 0x52, 0x06, 0x67, 0x61, 0x6d, 0x65, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x70,
|
|
|
- 0x61, 0x67, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12,
|
|
|
- 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05,
|
|
|
- 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x22, 0x9e, 0x01, 0x0a, 0x15, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63,
|
|
|
- 0x68, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x70, 0x12,
|
|
|
- 0x13, 0x0a, 0x05, 0x63, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
|
|
|
- 0x63, 0x73, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x70, 0x61,
|
|
|
- 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x50,
|
|
|
- 0x61, 0x67, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x70,
|
|
|
- 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x63, 0x75, 0x72, 0x72, 0x65,
|
|
|
- 0x6e, 0x74, 0x50, 0x61, 0x67, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x04,
|
|
|
- 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
|
|
|
- 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65,
|
|
|
- 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0x85, 0x01, 0x0a, 0x0c, 0x43, 0x73, 0x53, 0x65, 0x6e,
|
|
|
- 0x64, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x12, 0x13, 0x0a, 0x05, 0x63, 0x73, 0x5f, 0x69, 0x64,
|
|
|
- 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x73, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09,
|
|
|
- 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
- 0x08, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x67, 0x61, 0x6d,
|
|
|
- 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x67, 0x61, 0x6d, 0x65,
|
|
|
- 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x04, 0x20,
|
|
|
- 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x10, 0x0a, 0x03,
|
|
|
- 0x70, 0x69, 0x63, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x70, 0x69, 0x63, 0x22, 0x0f,
|
|
|
- 0x0a, 0x0d, 0x43, 0x73, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x70, 0x32,
|
|
|
- 0x84, 0x05, 0x0a, 0x03, 0x43, 0x6d, 0x64, 0x12, 0x48, 0x0a, 0x11, 0x70, 0x6c, 0x61, 0x79, 0x65,
|
|
|
- 0x72, 0x46, 0x65, 0x74, 0x63, 0x68, 0x43, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x18, 0x2e, 0x70,
|
|
|
- 0x62, 0x2e, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x46, 0x65, 0x74, 0x63, 0x68, 0x43, 0x73, 0x49,
|
|
|
- 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x1a, 0x19, 0x2e, 0x70, 0x62, 0x2e, 0x50, 0x6c, 0x61, 0x79,
|
|
|
- 0x65, 0x72, 0x46, 0x65, 0x74, 0x63, 0x68, 0x43, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73,
|
|
|
- 0x70, 0x12, 0x54, 0x0a, 0x15, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x46, 0x65, 0x74, 0x63, 0x68,
|
|
|
- 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x4d, 0x73, 0x67, 0x12, 0x1c, 0x2e, 0x70, 0x62, 0x2e,
|
|
|
- 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x46, 0x65, 0x74, 0x63, 0x68, 0x48, 0x69, 0x73, 0x74, 0x6f,
|
|
|
- 0x72, 0x79, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x1a, 0x1d, 0x2e, 0x70, 0x62, 0x2e, 0x50, 0x6c,
|
|
|
- 0x61, 0x79, 0x65, 0x72, 0x46, 0x65, 0x74, 0x63, 0x68, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79,
|
|
|
- 0x4d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x70, 0x12, 0x3c, 0x0a, 0x0d, 0x70, 0x6c, 0x61, 0x79, 0x65,
|
|
|
- 0x72, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x12, 0x14, 0x2e, 0x70, 0x62, 0x2e, 0x50, 0x6c,
|
|
|
- 0x61, 0x79, 0x65, 0x72, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x1a, 0x15,
|
|
|
- 0x2e, 0x70, 0x62, 0x2e, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x73,
|
|
|
- 0x67, 0x52, 0x65, 0x73, 0x70, 0x12, 0x45, 0x0a, 0x10, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x44,
|
|
|
- 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x12, 0x17, 0x2e, 0x70, 0x62, 0x2e, 0x50,
|
|
|
- 0x6c, 0x61, 0x79, 0x65, 0x72, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x52,
|
|
|
- 0x65, 0x71, 0x1a, 0x18, 0x2e, 0x70, 0x62, 0x2e, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x44, 0x69,
|
|
|
- 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x4b, 0x0a, 0x12,
|
|
|
- 0x63, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x51, 0x75, 0x65,
|
|
|
- 0x75, 0x65, 0x12, 0x19, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x50,
|
|
|
- 0x6c, 0x61, 0x79, 0x65, 0x72, 0x51, 0x75, 0x65, 0x75, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x1a, 0x2e,
|
|
|
- 0x70, 0x62, 0x2e, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72,
|
|
|
- 0x51, 0x75, 0x65, 0x75, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x42, 0x0a, 0x0f, 0x63, 0x73, 0x43,
|
|
|
- 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x12, 0x16, 0x2e, 0x70,
|
|
|
- 0x62, 0x2e, 0x43, 0x73, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x50, 0x6c, 0x61, 0x79, 0x65,
|
|
|
- 0x72, 0x52, 0x65, 0x71, 0x1a, 0x17, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x73, 0x43, 0x6f, 0x6e, 0x6e,
|
|
|
- 0x65, 0x63, 0x74, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x4b, 0x0a,
|
|
|
- 0x12, 0x63, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x43,
|
|
|
- 0x68, 0x61, 0x74, 0x12, 0x19, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68,
|
|
|
- 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x43, 0x68, 0x61, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x1a,
|
|
|
- 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x48, 0x69, 0x73, 0x74, 0x6f,
|
|
|
- 0x72, 0x79, 0x43, 0x68, 0x61, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x48, 0x0a, 0x11, 0x63, 0x73,
|
|
|
- 0x46, 0x65, 0x74, 0x63, 0x68, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x4d, 0x73, 0x67, 0x12,
|
|
|
- 0x18, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x48, 0x69, 0x73, 0x74,
|
|
|
- 0x6f, 0x72, 0x79, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x1a, 0x19, 0x2e, 0x70, 0x62, 0x2e, 0x43,
|
|
|
- 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x4d, 0x73, 0x67,
|
|
|
- 0x52, 0x65, 0x73, 0x70, 0x12, 0x30, 0x0a, 0x09, 0x63, 0x73, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x73,
|
|
|
- 0x67, 0x12, 0x10, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x73, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67,
|
|
|
- 0x52, 0x65, 0x71, 0x1a, 0x11, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x73, 0x53, 0x65, 0x6e, 0x64, 0x4d,
|
|
|
- 0x73, 0x67, 0x52, 0x65, 0x73, 0x70, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x2f, 0x70, 0x62, 0x62, 0x06,
|
|
|
- 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
+ 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20,
|
|
|
+ 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x49, 0x64, 0x12, 0x17, 0x0a,
|
|
|
+ 0x07, 0x67, 0x61, 0x6d, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06,
|
|
|
+ 0x67, 0x61, 0x6d, 0x65, 0x49, 0x64, 0x22, 0x15, 0x0a, 0x13, 0x43, 0x73, 0x43, 0x6f, 0x6e, 0x6e,
|
|
|
+ 0x65, 0x63, 0x74, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x22, 0x56, 0x0a,
|
|
|
+ 0x15, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x43,
|
|
|
+ 0x68, 0x61, 0x74, 0x52, 0x65, 0x71, 0x12, 0x13, 0x0a, 0x05, 0x63, 0x73, 0x5f, 0x69, 0x64, 0x18,
|
|
|
+ 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x73, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x70,
|
|
|
+ 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12,
|
|
|
+ 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05,
|
|
|
+ 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x22, 0x8a, 0x01, 0x0a, 0x16, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63,
|
|
|
+ 0x68, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x43, 0x68, 0x61, 0x74, 0x52, 0x65, 0x73, 0x70,
|
|
|
+ 0x12, 0x1d, 0x0a, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x18, 0x01,
|
|
|
+ 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x50, 0x61, 0x67, 0x65, 0x12,
|
|
|
+ 0x21, 0x0a, 0x0c, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x18,
|
|
|
+ 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x50, 0x61,
|
|
|
+ 0x67, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b,
|
|
|
+ 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
|
|
|
+ 0x75, 0x66, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x04, 0x6c, 0x69,
|
|
|
+ 0x73, 0x74, 0x22, 0x8b, 0x01, 0x0a, 0x14, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x48, 0x69,
|
|
|
+ 0x73, 0x74, 0x6f, 0x72, 0x79, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x12, 0x13, 0x0a, 0x05, 0x63,
|
|
|
+ 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x73, 0x49, 0x64,
|
|
|
+ 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20,
|
|
|
+ 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x49, 0x64, 0x12, 0x17, 0x0a,
|
|
|
+ 0x07, 0x67, 0x61, 0x6d, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06,
|
|
|
+ 0x67, 0x61, 0x6d, 0x65, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x04,
|
|
|
+ 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69,
|
|
|
+ 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74,
|
|
|
+ 0x22, 0x9e, 0x01, 0x0a, 0x15, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x48, 0x69, 0x73, 0x74,
|
|
|
+ 0x6f, 0x72, 0x79, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x70, 0x12, 0x13, 0x0a, 0x05, 0x63, 0x73,
|
|
|
+ 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x73, 0x49, 0x64, 0x12,
|
|
|
+ 0x1d, 0x0a, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20,
|
|
|
+ 0x01, 0x28, 0x03, 0x52, 0x09, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x50, 0x61, 0x67, 0x65, 0x12, 0x21,
|
|
|
+ 0x0a, 0x0c, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x18, 0x03,
|
|
|
+ 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x50, 0x61, 0x67,
|
|
|
+ 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
|
|
+ 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
|
|
|
+ 0x66, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x04, 0x6c, 0x69, 0x73,
|
|
|
+ 0x74, 0x22, 0x85, 0x01, 0x0a, 0x0c, 0x43, 0x73, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x52,
|
|
|
+ 0x65, 0x71, 0x12, 0x13, 0x0a, 0x05, 0x63, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
+ 0x09, 0x52, 0x04, 0x63, 0x73, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x6c, 0x61, 0x79, 0x65,
|
|
|
+ 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x6c, 0x61, 0x79,
|
|
|
+ 0x65, 0x72, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x67, 0x61, 0x6d, 0x65, 0x5f, 0x69, 0x64, 0x18,
|
|
|
+ 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x67, 0x61, 0x6d, 0x65, 0x49, 0x64, 0x12, 0x18, 0x0a,
|
|
|
+ 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07,
|
|
|
+ 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x70, 0x69, 0x63, 0x18, 0x05,
|
|
|
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x70, 0x69, 0x63, 0x22, 0x0f, 0x0a, 0x0d, 0x43, 0x73, 0x53,
|
|
|
+ 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x70, 0x32, 0xbd, 0x04, 0x0a, 0x03, 0x43,
|
|
|
+ 0x6d, 0x64, 0x12, 0x48, 0x0a, 0x11, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x46, 0x65, 0x74, 0x63,
|
|
|
+ 0x68, 0x43, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x18, 0x2e, 0x70, 0x62, 0x2e, 0x50, 0x6c, 0x61,
|
|
|
+ 0x79, 0x65, 0x72, 0x46, 0x65, 0x74, 0x63, 0x68, 0x43, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65,
|
|
|
+ 0x71, 0x1a, 0x19, 0x2e, 0x70, 0x62, 0x2e, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x46, 0x65, 0x74,
|
|
|
+ 0x63, 0x68, 0x43, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x12, 0x54, 0x0a, 0x15,
|
|
|
+ 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x46, 0x65, 0x74, 0x63, 0x68, 0x48, 0x69, 0x73, 0x74, 0x6f,
|
|
|
+ 0x72, 0x79, 0x4d, 0x73, 0x67, 0x12, 0x1c, 0x2e, 0x70, 0x62, 0x2e, 0x50, 0x6c, 0x61, 0x79, 0x65,
|
|
|
+ 0x72, 0x46, 0x65, 0x74, 0x63, 0x68, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x4d, 0x73, 0x67,
|
|
|
+ 0x52, 0x65, 0x71, 0x1a, 0x1d, 0x2e, 0x70, 0x62, 0x2e, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x46,
|
|
|
+ 0x65, 0x74, 0x63, 0x68, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x4d, 0x73, 0x67, 0x52, 0x65,
|
|
|
+ 0x73, 0x70, 0x12, 0x3c, 0x0a, 0x0d, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x53, 0x65, 0x6e, 0x64,
|
|
|
+ 0x4d, 0x73, 0x67, 0x12, 0x14, 0x2e, 0x70, 0x62, 0x2e, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x53,
|
|
|
+ 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x1a, 0x15, 0x2e, 0x70, 0x62, 0x2e, 0x50,
|
|
|
+ 0x6c, 0x61, 0x79, 0x65, 0x72, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x70,
|
|
|
+ 0x12, 0x4b, 0x0a, 0x12, 0x63, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x50, 0x6c, 0x61, 0x79, 0x65,
|
|
|
+ 0x72, 0x51, 0x75, 0x65, 0x75, 0x65, 0x12, 0x19, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x73, 0x46, 0x65,
|
|
|
+ 0x74, 0x63, 0x68, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x51, 0x75, 0x65, 0x75, 0x65, 0x52, 0x65,
|
|
|
+ 0x71, 0x1a, 0x1a, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x50, 0x6c,
|
|
|
+ 0x61, 0x79, 0x65, 0x72, 0x51, 0x75, 0x65, 0x75, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x42, 0x0a,
|
|
|
+ 0x0f, 0x63, 0x73, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72,
|
|
|
+ 0x12, 0x16, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x73, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x50,
|
|
|
+ 0x6c, 0x61, 0x79, 0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x17, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x73,
|
|
|
+ 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x52, 0x65, 0x73,
|
|
|
+ 0x70, 0x12, 0x4b, 0x0a, 0x12, 0x63, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x48, 0x69, 0x73, 0x74,
|
|
|
+ 0x6f, 0x72, 0x79, 0x43, 0x68, 0x61, 0x74, 0x12, 0x19, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x73, 0x46,
|
|
|
+ 0x65, 0x74, 0x63, 0x68, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x43, 0x68, 0x61, 0x74, 0x52,
|
|
|
+ 0x65, 0x71, 0x1a, 0x1a, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x48,
|
|
|
+ 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x43, 0x68, 0x61, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x48,
|
|
|
+ 0x0a, 0x11, 0x63, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79,
|
|
|
+ 0x4d, 0x73, 0x67, 0x12, 0x18, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68,
|
|
|
+ 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x1a, 0x19, 0x2e,
|
|
|
+ 0x70, 0x62, 0x2e, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72,
|
|
|
+ 0x79, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x70, 0x12, 0x30, 0x0a, 0x09, 0x63, 0x73, 0x53, 0x65,
|
|
|
+ 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x12, 0x10, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x73, 0x53, 0x65, 0x6e,
|
|
|
+ 0x64, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x1a, 0x11, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x73, 0x53,
|
|
|
+ 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x70, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x2f,
|
|
|
+ 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
}
|
|
|
|
|
|
var (
|
|
@@ -1270,7 +1166,7 @@ func file_pb_cmd_proto_rawDescGZIP() []byte {
|
|
|
return file_pb_cmd_proto_rawDescData
|
|
|
}
|
|
|
|
|
|
-var file_pb_cmd_proto_msgTypes = make([]protoimpl.MessageInfo, 18)
|
|
|
+var file_pb_cmd_proto_msgTypes = make([]protoimpl.MessageInfo, 16)
|
|
|
var file_pb_cmd_proto_goTypes = []interface{}{
|
|
|
(*PlayerFetchCsInfoReq)(nil), // 0: pb.PlayerFetchCsInfoReq
|
|
|
(*PlayerFetchCsInfoResp)(nil), // 1: pb.PlayerFetchCsInfoResp
|
|
@@ -1278,45 +1174,41 @@ var file_pb_cmd_proto_goTypes = []interface{}{
|
|
|
(*PlayerFetchHistoryMsgResp)(nil), // 3: pb.PlayerFetchHistoryMsgResp
|
|
|
(*PlayerSendMsgReq)(nil), // 4: pb.PlayerSendMsgReq
|
|
|
(*PlayerSendMsgResp)(nil), // 5: pb.PlayerSendMsgResp
|
|
|
- (*PlayerDisconnectReq)(nil), // 6: pb.PlayerDisconnectReq
|
|
|
- (*PlayerDisconnectResp)(nil), // 7: pb.PlayerDisconnectResp
|
|
|
- (*CsFetchPlayerQueueReq)(nil), // 8: pb.CsFetchPlayerQueueReq
|
|
|
- (*CsFetchPlayerQueueResp)(nil), // 9: pb.CsFetchPlayerQueueResp
|
|
|
- (*CsConnectPlayerReq)(nil), // 10: pb.CsConnectPlayerReq
|
|
|
- (*CsConnectPlayerResp)(nil), // 11: pb.CsConnectPlayerResp
|
|
|
- (*CsFetchHistoryChatReq)(nil), // 12: pb.CsFetchHistoryChatReq
|
|
|
- (*CsFetchHistoryChatResp)(nil), // 13: pb.CsFetchHistoryChatResp
|
|
|
- (*CsFetchHistoryMsgReq)(nil), // 14: pb.CsFetchHistoryMsgReq
|
|
|
- (*CsFetchHistoryMsgResp)(nil), // 15: pb.CsFetchHistoryMsgResp
|
|
|
- (*CsSendMsgReq)(nil), // 16: pb.CsSendMsgReq
|
|
|
- (*CsSendMsgResp)(nil), // 17: pb.CsSendMsgResp
|
|
|
- (*structpb.ListValue)(nil), // 18: google.protobuf.ListValue
|
|
|
+ (*CsFetchPlayerQueueReq)(nil), // 6: pb.CsFetchPlayerQueueReq
|
|
|
+ (*CsFetchPlayerQueueResp)(nil), // 7: pb.CsFetchPlayerQueueResp
|
|
|
+ (*CsConnectPlayerReq)(nil), // 8: pb.CsConnectPlayerReq
|
|
|
+ (*CsConnectPlayerResp)(nil), // 9: pb.CsConnectPlayerResp
|
|
|
+ (*CsFetchHistoryChatReq)(nil), // 10: pb.CsFetchHistoryChatReq
|
|
|
+ (*CsFetchHistoryChatResp)(nil), // 11: pb.CsFetchHistoryChatResp
|
|
|
+ (*CsFetchHistoryMsgReq)(nil), // 12: pb.CsFetchHistoryMsgReq
|
|
|
+ (*CsFetchHistoryMsgResp)(nil), // 13: pb.CsFetchHistoryMsgResp
|
|
|
+ (*CsSendMsgReq)(nil), // 14: pb.CsSendMsgReq
|
|
|
+ (*CsSendMsgResp)(nil), // 15: pb.CsSendMsgResp
|
|
|
+ (*structpb.ListValue)(nil), // 16: google.protobuf.ListValue
|
|
|
}
|
|
|
var file_pb_cmd_proto_depIdxs = []int32{
|
|
|
- 18, // 0: pb.PlayerFetchHistoryMsgResp.list:type_name -> google.protobuf.ListValue
|
|
|
- 18, // 1: pb.CsFetchPlayerQueueResp.list:type_name -> google.protobuf.ListValue
|
|
|
- 18, // 2: pb.CsFetchHistoryChatResp.list:type_name -> google.protobuf.ListValue
|
|
|
- 18, // 3: pb.CsFetchHistoryMsgResp.list:type_name -> google.protobuf.ListValue
|
|
|
+ 16, // 0: pb.PlayerFetchHistoryMsgResp.list:type_name -> google.protobuf.ListValue
|
|
|
+ 16, // 1: pb.CsFetchPlayerQueueResp.list:type_name -> google.protobuf.ListValue
|
|
|
+ 16, // 2: pb.CsFetchHistoryChatResp.list:type_name -> google.protobuf.ListValue
|
|
|
+ 16, // 3: pb.CsFetchHistoryMsgResp.list:type_name -> google.protobuf.ListValue
|
|
|
0, // 4: pb.Cmd.playerFetchCsInfo:input_type -> pb.PlayerFetchCsInfoReq
|
|
|
2, // 5: pb.Cmd.playerFetchHistoryMsg:input_type -> pb.PlayerFetchHistoryMsgReq
|
|
|
4, // 6: pb.Cmd.playerSendMsg:input_type -> pb.PlayerSendMsgReq
|
|
|
- 6, // 7: pb.Cmd.playerDisconnect:input_type -> pb.PlayerDisconnectReq
|
|
|
- 8, // 8: pb.Cmd.csFetchPlayerQueue:input_type -> pb.CsFetchPlayerQueueReq
|
|
|
- 10, // 9: pb.Cmd.csConnectPlayer:input_type -> pb.CsConnectPlayerReq
|
|
|
- 12, // 10: pb.Cmd.csFetchHistoryChat:input_type -> pb.CsFetchHistoryChatReq
|
|
|
- 14, // 11: pb.Cmd.csFetchHistoryMsg:input_type -> pb.CsFetchHistoryMsgReq
|
|
|
- 16, // 12: pb.Cmd.csSendMsg:input_type -> pb.CsSendMsgReq
|
|
|
- 1, // 13: pb.Cmd.playerFetchCsInfo:output_type -> pb.PlayerFetchCsInfoResp
|
|
|
- 3, // 14: pb.Cmd.playerFetchHistoryMsg:output_type -> pb.PlayerFetchHistoryMsgResp
|
|
|
- 5, // 15: pb.Cmd.playerSendMsg:output_type -> pb.PlayerSendMsgResp
|
|
|
- 7, // 16: pb.Cmd.playerDisconnect:output_type -> pb.PlayerDisconnectResp
|
|
|
- 9, // 17: pb.Cmd.csFetchPlayerQueue:output_type -> pb.CsFetchPlayerQueueResp
|
|
|
- 11, // 18: pb.Cmd.csConnectPlayer:output_type -> pb.CsConnectPlayerResp
|
|
|
- 13, // 19: pb.Cmd.csFetchHistoryChat:output_type -> pb.CsFetchHistoryChatResp
|
|
|
- 15, // 20: pb.Cmd.csFetchHistoryMsg:output_type -> pb.CsFetchHistoryMsgResp
|
|
|
- 17, // 21: pb.Cmd.csSendMsg:output_type -> pb.CsSendMsgResp
|
|
|
- 13, // [13:22] is the sub-list for method output_type
|
|
|
- 4, // [4:13] is the sub-list for method input_type
|
|
|
+ 6, // 7: pb.Cmd.csFetchPlayerQueue:input_type -> pb.CsFetchPlayerQueueReq
|
|
|
+ 8, // 8: pb.Cmd.csConnectPlayer:input_type -> pb.CsConnectPlayerReq
|
|
|
+ 10, // 9: pb.Cmd.csFetchHistoryChat:input_type -> pb.CsFetchHistoryChatReq
|
|
|
+ 12, // 10: pb.Cmd.csFetchHistoryMsg:input_type -> pb.CsFetchHistoryMsgReq
|
|
|
+ 14, // 11: pb.Cmd.csSendMsg:input_type -> pb.CsSendMsgReq
|
|
|
+ 1, // 12: pb.Cmd.playerFetchCsInfo:output_type -> pb.PlayerFetchCsInfoResp
|
|
|
+ 3, // 13: pb.Cmd.playerFetchHistoryMsg:output_type -> pb.PlayerFetchHistoryMsgResp
|
|
|
+ 5, // 14: pb.Cmd.playerSendMsg:output_type -> pb.PlayerSendMsgResp
|
|
|
+ 7, // 15: pb.Cmd.csFetchPlayerQueue:output_type -> pb.CsFetchPlayerQueueResp
|
|
|
+ 9, // 16: pb.Cmd.csConnectPlayer:output_type -> pb.CsConnectPlayerResp
|
|
|
+ 11, // 17: pb.Cmd.csFetchHistoryChat:output_type -> pb.CsFetchHistoryChatResp
|
|
|
+ 13, // 18: pb.Cmd.csFetchHistoryMsg:output_type -> pb.CsFetchHistoryMsgResp
|
|
|
+ 15, // 19: pb.Cmd.csSendMsg:output_type -> pb.CsSendMsgResp
|
|
|
+ 12, // [12:20] is the sub-list for method output_type
|
|
|
+ 4, // [4:12] is the sub-list for method input_type
|
|
|
4, // [4:4] is the sub-list for extension type_name
|
|
|
4, // [4:4] is the sub-list for extension extendee
|
|
|
0, // [0:4] is the sub-list for field type_name
|
|
@@ -1401,30 +1293,6 @@ func file_pb_cmd_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_pb_cmd_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*PlayerDisconnectReq); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_pb_cmd_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*PlayerDisconnectResp); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_pb_cmd_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*CsFetchPlayerQueueReq); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -1436,7 +1304,7 @@ func file_pb_cmd_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_pb_cmd_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_pb_cmd_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*CsFetchPlayerQueueResp); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -1448,7 +1316,7 @@ func file_pb_cmd_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_pb_cmd_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_pb_cmd_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*CsConnectPlayerReq); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -1460,7 +1328,7 @@ func file_pb_cmd_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_pb_cmd_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_pb_cmd_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*CsConnectPlayerResp); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -1472,7 +1340,7 @@ func file_pb_cmd_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_pb_cmd_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_pb_cmd_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*CsFetchHistoryChatReq); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -1484,7 +1352,7 @@ func file_pb_cmd_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_pb_cmd_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_pb_cmd_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*CsFetchHistoryChatResp); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -1496,7 +1364,7 @@ func file_pb_cmd_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_pb_cmd_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_pb_cmd_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*CsFetchHistoryMsgReq); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -1508,7 +1376,7 @@ func file_pb_cmd_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_pb_cmd_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_pb_cmd_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*CsFetchHistoryMsgResp); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -1520,7 +1388,7 @@ func file_pb_cmd_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_pb_cmd_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_pb_cmd_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*CsSendMsgReq); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -1532,7 +1400,7 @@ func file_pb_cmd_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_pb_cmd_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_pb_cmd_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*CsSendMsgResp); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -1551,7 +1419,7 @@ func file_pb_cmd_proto_init() {
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
RawDescriptor: file_pb_cmd_proto_rawDesc,
|
|
|
NumEnums: 0,
|
|
|
- NumMessages: 18,
|
|
|
+ NumMessages: 16,
|
|
|
NumExtensions: 0,
|
|
|
NumServices: 1,
|
|
|
},
|