|
@@ -1455,6 +1455,61 @@ func (x *ReqBet) GetBetAmount() int32 {
|
|
return 0
|
|
return 0
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+type ReqResult struct {
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
+
|
|
|
|
+ RoundSitPos int32 `protobuf:"varint,1,opt,name=roundSitPos,proto3" json:"roundSitPos,omitempty"`
|
|
|
|
+ Result int32 `protobuf:"varint,2,opt,name=result,proto3" json:"result,omitempty"`
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ReqResult) Reset() {
|
|
|
|
+ *x = ReqResult{}
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
+ mi := &file_common_proto_msgTypes[22]
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ReqResult) String() string {
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (*ReqResult) ProtoMessage() {}
|
|
|
|
+
|
|
|
|
+func (x *ReqResult) ProtoReflect() protoreflect.Message {
|
|
|
|
+ mi := &file_common_proto_msgTypes[22]
|
|
|
|
+ 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 ReqResult.ProtoReflect.Descriptor instead.
|
|
|
|
+func (*ReqResult) Descriptor() ([]byte, []int) {
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{22}
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ReqResult) GetRoundSitPos() int32 {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.RoundSitPos
|
|
|
|
+ }
|
|
|
|
+ return 0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ReqResult) GetResult() int32 {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Result
|
|
|
|
+ }
|
|
|
|
+ return 0
|
|
|
|
+}
|
|
|
|
+
|
|
type ReqRound struct {
|
|
type ReqRound struct {
|
|
state protoimpl.MessageState
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -1473,7 +1528,7 @@ type ReqRound struct {
|
|
func (x *ReqRound) Reset() {
|
|
func (x *ReqRound) Reset() {
|
|
*x = ReqRound{}
|
|
*x = ReqRound{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_common_proto_msgTypes[22]
|
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[23]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -1486,7 +1541,7 @@ func (x *ReqRound) String() string {
|
|
func (*ReqRound) ProtoMessage() {}
|
|
func (*ReqRound) ProtoMessage() {}
|
|
|
|
|
|
func (x *ReqRound) ProtoReflect() protoreflect.Message {
|
|
func (x *ReqRound) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_common_proto_msgTypes[22]
|
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[23]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1499,7 +1554,7 @@ func (x *ReqRound) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use ReqRound.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use ReqRound.ProtoReflect.Descriptor instead.
|
|
func (*ReqRound) Descriptor() ([]byte, []int) {
|
|
func (*ReqRound) Descriptor() ([]byte, []int) {
|
|
- return file_common_proto_rawDescGZIP(), []int{22}
|
|
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{23}
|
|
}
|
|
}
|
|
|
|
|
|
func (x *ReqRound) GetRound() int32 {
|
|
func (x *ReqRound) GetRound() int32 {
|
|
@@ -1543,7 +1598,7 @@ type MsgError struct {
|
|
func (x *MsgError) Reset() {
|
|
func (x *MsgError) Reset() {
|
|
*x = MsgError{}
|
|
*x = MsgError{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_common_proto_msgTypes[23]
|
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[24]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -1556,7 +1611,7 @@ func (x *MsgError) String() string {
|
|
func (*MsgError) ProtoMessage() {}
|
|
func (*MsgError) ProtoMessage() {}
|
|
|
|
|
|
func (x *MsgError) ProtoReflect() protoreflect.Message {
|
|
func (x *MsgError) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_common_proto_msgTypes[23]
|
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[24]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1569,7 +1624,7 @@ func (x *MsgError) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use MsgError.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use MsgError.ProtoReflect.Descriptor instead.
|
|
func (*MsgError) Descriptor() ([]byte, []int) {
|
|
func (*MsgError) Descriptor() ([]byte, []int) {
|
|
- return file_common_proto_rawDescGZIP(), []int{23}
|
|
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{24}
|
|
}
|
|
}
|
|
|
|
|
|
func (x *MsgError) GetErrorCode() int32 {
|
|
func (x *MsgError) GetErrorCode() int32 {
|
|
@@ -1597,7 +1652,7 @@ type Hello struct {
|
|
func (x *Hello) Reset() {
|
|
func (x *Hello) Reset() {
|
|
*x = Hello{}
|
|
*x = Hello{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_common_proto_msgTypes[24]
|
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[25]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -1610,7 +1665,7 @@ func (x *Hello) String() string {
|
|
func (*Hello) ProtoMessage() {}
|
|
func (*Hello) ProtoMessage() {}
|
|
|
|
|
|
func (x *Hello) ProtoReflect() protoreflect.Message {
|
|
func (x *Hello) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_common_proto_msgTypes[24]
|
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[25]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1623,7 +1678,7 @@ func (x *Hello) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use Hello.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use Hello.ProtoReflect.Descriptor instead.
|
|
func (*Hello) Descriptor() ([]byte, []int) {
|
|
func (*Hello) Descriptor() ([]byte, []int) {
|
|
- return file_common_proto_rawDescGZIP(), []int{24}
|
|
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{25}
|
|
}
|
|
}
|
|
|
|
|
|
func (x *Hello) GetName() string {
|
|
func (x *Hello) GetName() string {
|
|
@@ -1779,30 +1834,35 @@ var file_common_proto_rawDesc = []byte{
|
|
0x22, 0x39, 0x0a, 0x06, 0x52, 0x65, 0x71, 0x42, 0x65, 0x74, 0x12, 0x21, 0x0a, 0x09, 0x62, 0x65,
|
|
0x22, 0x39, 0x0a, 0x06, 0x52, 0x65, 0x71, 0x42, 0x65, 0x74, 0x12, 0x21, 0x0a, 0x09, 0x62, 0x65,
|
|
0x74, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x48, 0x00, 0x52,
|
|
0x74, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x48, 0x00, 0x52,
|
|
0x09, 0x62, 0x65, 0x74, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x88, 0x01, 0x01, 0x42, 0x0c, 0x0a,
|
|
0x09, 0x62, 0x65, 0x74, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x88, 0x01, 0x01, 0x42, 0x0c, 0x0a,
|
|
- 0x0a, 0x5f, 0x62, 0x65, 0x74, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x84, 0x01, 0x0a, 0x08,
|
|
|
|
- 0x52, 0x65, 0x71, 0x52, 0x6f, 0x75, 0x6e, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x72, 0x6f, 0x75, 0x6e,
|
|
|
|
- 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x12, 0x20,
|
|
|
|
- 0x0a, 0x0b, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x53, 0x69, 0x74, 0x50, 0x6f, 0x73, 0x18, 0x02, 0x20,
|
|
|
|
- 0x01, 0x28, 0x05, 0x52, 0x0b, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x53, 0x69, 0x74, 0x50, 0x6f, 0x73,
|
|
|
|
- 0x12, 0x28, 0x0a, 0x09, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x4f, 0x70, 0x74, 0x18, 0x03, 0x20,
|
|
|
|
- 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x4f, 0x70, 0x74, 0x52,
|
|
|
|
- 0x09, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x4f, 0x70, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73,
|
|
|
|
- 0x65, 0x72, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72,
|
|
|
|
- 0x49, 0x64, 0x22, 0x46, 0x0a, 0x08, 0x4d, 0x73, 0x67, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x1d,
|
|
|
|
- 0x0a, 0x0a, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01,
|
|
|
|
- 0x28, 0x05, 0x52, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1b, 0x0a,
|
|
|
|
- 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
- 0x52, 0x08, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x22, 0x1b, 0x0a, 0x05, 0x48, 0x65,
|
|
|
|
- 0x6c, 0x6c, 0x6f, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
|
- 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x2a, 0x76, 0x0a, 0x0d, 0x50, 0x6c, 0x61, 0x79, 0x65,
|
|
|
|
- 0x72, 0x4f, 0x70, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0c, 0x0a, 0x08, 0x4f, 0x50, 0x54, 0x5f,
|
|
|
|
- 0x4e, 0x4f, 0x4e, 0x45, 0x10, 0x00, 0x12, 0x0c, 0x0a, 0x08, 0x4f, 0x50, 0x54, 0x5f, 0x53, 0x45,
|
|
|
|
- 0x45, 0x4e, 0x10, 0x01, 0x12, 0x0e, 0x0a, 0x0a, 0x4f, 0x50, 0x54, 0x5f, 0x50, 0x41, 0x43, 0x4b,
|
|
|
|
- 0x45, 0x44, 0x10, 0x02, 0x12, 0x0d, 0x0a, 0x09, 0x4f, 0x50, 0x54, 0x5f, 0x43, 0x48, 0x41, 0x41,
|
|
|
|
- 0x4c, 0x10, 0x03, 0x12, 0x0c, 0x0a, 0x08, 0x4f, 0x50, 0x54, 0x5f, 0x42, 0x49, 0x4e, 0x44, 0x10,
|
|
|
|
- 0x04, 0x12, 0x0e, 0x0a, 0x0a, 0x4f, 0x50, 0x54, 0x5f, 0x53, 0x45, 0x4c, 0x45, 0x43, 0x54, 0x10,
|
|
|
|
- 0x05, 0x12, 0x0c, 0x0a, 0x08, 0x4f, 0x50, 0x54, 0x5f, 0x53, 0x48, 0x4f, 0x57, 0x10, 0x06, 0x42,
|
|
|
|
- 0x07, 0x5a, 0x05, 0x2e, 0x2f, 0x6d, 0x73, 0x67, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
|
|
+ 0x0a, 0x5f, 0x62, 0x65, 0x74, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x45, 0x0a, 0x09, 0x52,
|
|
|
|
+ 0x65, 0x71, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x20, 0x0a, 0x0b, 0x72, 0x6f, 0x75, 0x6e,
|
|
|
|
+ 0x64, 0x53, 0x69, 0x74, 0x50, 0x6f, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x72,
|
|
|
|
+ 0x6f, 0x75, 0x6e, 0x64, 0x53, 0x69, 0x74, 0x50, 0x6f, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65,
|
|
|
|
+ 0x73, 0x75, 0x6c, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75,
|
|
|
|
+ 0x6c, 0x74, 0x22, 0x84, 0x01, 0x0a, 0x08, 0x52, 0x65, 0x71, 0x52, 0x6f, 0x75, 0x6e, 0x64, 0x12,
|
|
|
|
+ 0x14, 0x0a, 0x05, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05,
|
|
|
|
+ 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x53, 0x69,
|
|
|
|
+ 0x74, 0x50, 0x6f, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x72, 0x6f, 0x75, 0x6e,
|
|
|
|
+ 0x64, 0x53, 0x69, 0x74, 0x50, 0x6f, 0x73, 0x12, 0x28, 0x0a, 0x09, 0x70, 0x6c, 0x61, 0x79, 0x65,
|
|
|
|
+ 0x72, 0x4f, 0x70, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x50, 0x6c, 0x61,
|
|
|
|
+ 0x79, 0x65, 0x72, 0x4f, 0x70, 0x74, 0x52, 0x09, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x4f, 0x70,
|
|
|
|
+ 0x74, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28,
|
|
|
|
+ 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22, 0x46, 0x0a, 0x08, 0x4d, 0x73, 0x67,
|
|
|
|
+ 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x63,
|
|
|
|
+ 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72,
|
|
|
|
+ 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x6d, 0x73,
|
|
|
|
+ 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73,
|
|
|
|
+ 0x67, 0x22, 0x1b, 0x0a, 0x05, 0x48, 0x65, 0x6c, 0x6c, 0x6f, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61,
|
|
|
|
+ 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x2a, 0x76,
|
|
|
|
+ 0x0a, 0x0d, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x4f, 0x70, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12,
|
|
|
|
+ 0x0c, 0x0a, 0x08, 0x4f, 0x50, 0x54, 0x5f, 0x4e, 0x4f, 0x4e, 0x45, 0x10, 0x00, 0x12, 0x0c, 0x0a,
|
|
|
|
+ 0x08, 0x4f, 0x50, 0x54, 0x5f, 0x53, 0x45, 0x45, 0x4e, 0x10, 0x01, 0x12, 0x0e, 0x0a, 0x0a, 0x4f,
|
|
|
|
+ 0x50, 0x54, 0x5f, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x44, 0x10, 0x02, 0x12, 0x0d, 0x0a, 0x09, 0x4f,
|
|
|
|
+ 0x50, 0x54, 0x5f, 0x43, 0x48, 0x41, 0x41, 0x4c, 0x10, 0x03, 0x12, 0x0c, 0x0a, 0x08, 0x4f, 0x50,
|
|
|
|
+ 0x54, 0x5f, 0x42, 0x49, 0x4e, 0x44, 0x10, 0x04, 0x12, 0x0e, 0x0a, 0x0a, 0x4f, 0x50, 0x54, 0x5f,
|
|
|
|
+ 0x53, 0x45, 0x4c, 0x45, 0x43, 0x54, 0x10, 0x05, 0x12, 0x0c, 0x0a, 0x08, 0x4f, 0x50, 0x54, 0x5f,
|
|
|
|
+ 0x53, 0x48, 0x4f, 0x57, 0x10, 0x06, 0x42, 0x07, 0x5a, 0x05, 0x2e, 0x2f, 0x6d, 0x73, 0x67, 0x62,
|
|
|
|
+ 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
}
|
|
}
|
|
|
|
|
|
var (
|
|
var (
|
|
@@ -1818,7 +1878,7 @@ func file_common_proto_rawDescGZIP() []byte {
|
|
}
|
|
}
|
|
|
|
|
|
var file_common_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
|
|
var file_common_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
|
|
-var file_common_proto_msgTypes = make([]protoimpl.MessageInfo, 25)
|
|
|
|
|
|
+var file_common_proto_msgTypes = make([]protoimpl.MessageInfo, 26)
|
|
var file_common_proto_goTypes = []interface{}{
|
|
var file_common_proto_goTypes = []interface{}{
|
|
(PlayerOptType)(0), // 0: PlayerOptType
|
|
(PlayerOptType)(0), // 0: PlayerOptType
|
|
(*ResLogin)(nil), // 1: ResLogin
|
|
(*ResLogin)(nil), // 1: ResLogin
|
|
@@ -1843,12 +1903,13 @@ var file_common_proto_goTypes = []interface{}{
|
|
(*ReqPlayerList)(nil), // 20: ReqPlayerList
|
|
(*ReqPlayerList)(nil), // 20: ReqPlayerList
|
|
(*ReqGameRound)(nil), // 21: ReqGameRound
|
|
(*ReqGameRound)(nil), // 21: ReqGameRound
|
|
(*ReqBet)(nil), // 22: ReqBet
|
|
(*ReqBet)(nil), // 22: ReqBet
|
|
- (*ReqRound)(nil), // 23: ReqRound
|
|
|
|
- (*MsgError)(nil), // 24: MsgError
|
|
|
|
- (*Hello)(nil), // 25: Hello
|
|
|
|
|
|
+ (*ReqResult)(nil), // 23: ReqResult
|
|
|
|
+ (*ReqRound)(nil), // 24: ReqRound
|
|
|
|
+ (*MsgError)(nil), // 25: MsgError
|
|
|
|
+ (*Hello)(nil), // 26: Hello
|
|
}
|
|
}
|
|
var file_common_proto_depIdxs = []int32{
|
|
var file_common_proto_depIdxs = []int32{
|
|
- 24, // 0: ReqLogin.error:type_name -> MsgError
|
|
|
|
|
|
+ 25, // 0: ReqLogin.error:type_name -> MsgError
|
|
17, // 1: ReqJoinRoom.roomInfo:type_name -> ReqRoom
|
|
17, // 1: ReqJoinRoom.roomInfo:type_name -> ReqRoom
|
|
11, // 2: ReqGameInfo.teenPattiRoomList:type_name -> TeenPattiRoomList
|
|
11, // 2: ReqGameInfo.teenPattiRoomList:type_name -> TeenPattiRoomList
|
|
12, // 3: TeenPattiRoomList.teenPattiRoom:type_name -> TeenPattiRoom
|
|
12, // 3: TeenPattiRoomList.teenPattiRoom:type_name -> TeenPattiRoom
|
|
@@ -1860,7 +1921,7 @@ var file_common_proto_depIdxs = []int32{
|
|
21, // 9: ReqRoom.GameRound:type_name -> ReqGameRound
|
|
21, // 9: ReqRoom.GameRound:type_name -> ReqGameRound
|
|
18, // 10: ReqPlayer.HandCards:type_name -> ReqCard
|
|
18, // 10: ReqPlayer.HandCards:type_name -> ReqCard
|
|
19, // 11: ReqPlayerList.ReqPlayers:type_name -> ReqPlayer
|
|
19, // 11: ReqPlayerList.ReqPlayers:type_name -> ReqPlayer
|
|
- 23, // 12: ReqGameRound.Rounds:type_name -> ReqRound
|
|
|
|
|
|
+ 24, // 12: ReqGameRound.Rounds:type_name -> ReqRound
|
|
16, // 13: ReqRound.playerOpt:type_name -> PlayerOpt
|
|
16, // 13: ReqRound.playerOpt:type_name -> PlayerOpt
|
|
14, // [14:14] is the sub-list for method output_type
|
|
14, // [14:14] is the sub-list for method output_type
|
|
14, // [14:14] is the sub-list for method input_type
|
|
14, // [14:14] is the sub-list for method input_type
|
|
@@ -2140,7 +2201,7 @@ func file_common_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_common_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
|
|
file_common_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
|
|
- switch v := v.(*ReqRound); i {
|
|
|
|
|
|
+ switch v := v.(*ReqResult); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
case 1:
|
|
case 1:
|
|
@@ -2152,7 +2213,7 @@ func file_common_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_common_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
|
|
file_common_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
|
|
- switch v := v.(*MsgError); i {
|
|
|
|
|
|
+ switch v := v.(*ReqRound); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
case 1:
|
|
case 1:
|
|
@@ -2164,6 +2225,18 @@ func file_common_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_common_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
|
|
file_common_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
+ switch v := v.(*MsgError); i {
|
|
|
|
+ case 0:
|
|
|
|
+ return &v.state
|
|
|
|
+ case 1:
|
|
|
|
+ return &v.sizeCache
|
|
|
|
+ case 2:
|
|
|
|
+ return &v.unknownFields
|
|
|
|
+ default:
|
|
|
|
+ return nil
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ file_common_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*Hello); i {
|
|
switch v := v.(*Hello); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
@@ -2185,7 +2258,7 @@ func file_common_proto_init() {
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: file_common_proto_rawDesc,
|
|
RawDescriptor: file_common_proto_rawDesc,
|
|
NumEnums: 1,
|
|
NumEnums: 1,
|
|
- NumMessages: 25,
|
|
|
|
|
|
+ NumMessages: 26,
|
|
NumExtensions: 0,
|
|
NumExtensions: 0,
|
|
NumServices: 0,
|
|
NumServices: 0,
|
|
},
|
|
},
|