|
@@ -676,6 +676,7 @@ type ColorData struct {
|
|
|
MHead string `protobuf:"bytes,7,opt,name=m_head,json=mHead,proto3" json:"m_head,omitempty"`
|
|
|
RankNum int32 `protobuf:"varint,8,opt,name=rank_num,json=rankNum,proto3" json:"rank_num,omitempty"`
|
|
|
MCoin int32 `protobuf:"varint,9,opt,name=m_coin,json=mCoin,proto3" json:"m_coin,omitempty"`
|
|
|
+ MRewardCoin int32 `protobuf:"varint,10,opt,name=m_reward_coin,json=mRewardCoin,proto3" json:"m_reward_coin,omitempty"`
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
}
|
|
@@ -773,6 +774,13 @@ func (x *ColorData) GetMCoin() int32 {
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
+func (x *ColorData) GetMRewardCoin() int32 {
|
|
|
+ if x != nil {
|
|
|
+ return x.MRewardCoin
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
type MoveStepData struct {
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
MId string `protobuf:"bytes,1,opt,name=m_id,json=mId,proto3" json:"m_id,omitempty"`
|
|
@@ -1875,28 +1883,29 @@ func (x *ResMatchLudo) GetRoom() *RoomInfo {
|
|
|
return nil
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-type BeKickLogin struct {
|
|
|
+
|
|
|
+type MsgError struct {
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
- ErrMsg *MsgError `protobuf:"bytes,1,opt,name=err_msg,json=errMsg,proto3" json:"err_msg,omitempty"`
|
|
|
+ ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"`
|
|
|
+ ErrorMsg string `protobuf:"bytes,2,opt,name=error_msg,json=errorMsg,proto3" json:"error_msg,omitempty"`
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
}
|
|
|
|
|
|
-func (x *BeKickLogin) Reset() {
|
|
|
- *x = BeKickLogin{}
|
|
|
+func (x *MsgError) Reset() {
|
|
|
+ *x = MsgError{}
|
|
|
mi := &file_common_proto_msgTypes[23]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
|
|
|
-func (x *BeKickLogin) String() string {
|
|
|
+func (x *MsgError) String() string {
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
}
|
|
|
|
|
|
-func (*BeKickLogin) ProtoMessage() {}
|
|
|
+func (*MsgError) ProtoMessage() {}
|
|
|
|
|
|
-func (x *BeKickLogin) ProtoReflect() protoreflect.Message {
|
|
|
+func (x *MsgError) ProtoReflect() protoreflect.Message {
|
|
|
mi := &file_common_proto_msgTypes[23]
|
|
|
if x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
@@ -1908,41 +1917,47 @@ func (x *BeKickLogin) ProtoReflect() protoreflect.Message {
|
|
|
return mi.MessageOf(x)
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-func (*BeKickLogin) Descriptor() ([]byte, []int) {
|
|
|
+
|
|
|
+func (*MsgError) Descriptor() ([]byte, []int) {
|
|
|
return file_common_proto_rawDescGZIP(), []int{23}
|
|
|
}
|
|
|
|
|
|
-func (x *BeKickLogin) GetErrMsg() *MsgError {
|
|
|
+func (x *MsgError) GetErrorCode() int32 {
|
|
|
if x != nil {
|
|
|
- return x.ErrMsg
|
|
|
+ return x.ErrorCode
|
|
|
}
|
|
|
- return nil
|
|
|
+ return 0
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-type MsgError struct {
|
|
|
+func (x *MsgError) GetErrorMsg() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ErrorMsg
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+type UpdateUserInfo struct {
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
- ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"`
|
|
|
- ErrorMsg string `protobuf:"bytes,2,opt,name=error_msg,json=errorMsg,proto3" json:"error_msg,omitempty"`
|
|
|
+ Info *UserInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
}
|
|
|
|
|
|
-func (x *MsgError) Reset() {
|
|
|
- *x = MsgError{}
|
|
|
+func (x *UpdateUserInfo) Reset() {
|
|
|
+ *x = UpdateUserInfo{}
|
|
|
mi := &file_common_proto_msgTypes[24]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
|
|
|
-func (x *MsgError) String() string {
|
|
|
+func (x *UpdateUserInfo) String() string {
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
}
|
|
|
|
|
|
-func (*MsgError) ProtoMessage() {}
|
|
|
+func (*UpdateUserInfo) ProtoMessage() {}
|
|
|
|
|
|
-func (x *MsgError) ProtoReflect() protoreflect.Message {
|
|
|
+func (x *UpdateUserInfo) ProtoReflect() protoreflect.Message {
|
|
|
mi := &file_common_proto_msgTypes[24]
|
|
|
if x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
@@ -1954,23 +1969,16 @@ func (x *MsgError) ProtoReflect() protoreflect.Message {
|
|
|
return mi.MessageOf(x)
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-func (*MsgError) Descriptor() ([]byte, []int) {
|
|
|
+
|
|
|
+func (*UpdateUserInfo) Descriptor() ([]byte, []int) {
|
|
|
return file_common_proto_rawDescGZIP(), []int{24}
|
|
|
}
|
|
|
|
|
|
-func (x *MsgError) GetErrorCode() int32 {
|
|
|
- if x != nil {
|
|
|
- return x.ErrorCode
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MsgError) GetErrorMsg() string {
|
|
|
+func (x *UpdateUserInfo) GetInfo() *UserInfo {
|
|
|
if x != nil {
|
|
|
- return x.ErrorMsg
|
|
|
+ return x.Info
|
|
|
}
|
|
|
- return ""
|
|
|
+ return nil
|
|
|
}
|
|
|
|
|
|
type ResHeartBeat struct {
|
|
@@ -2061,6 +2069,217 @@ func (x *ReqHeartBeat) GetMsg() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
+type ShopItem struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
+ Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ Price int32 `protobuf:"varint,3,opt,name=price,proto3" json:"price,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShopItem) Reset() {
|
|
|
+ *x = ShopItem{}
|
|
|
+ mi := &file_common_proto_msgTypes[27]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShopItem) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ShopItem) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ShopItem) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_common_proto_msgTypes[27]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+func (*ShopItem) Descriptor() ([]byte, []int) {
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{27}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShopItem) GetName() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Name
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShopItem) GetId() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ShopItem) GetPrice() int32 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Price
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+type BeKickLogin struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ ErrMsg *MsgError `protobuf:"bytes,1,opt,name=err_msg,json=errMsg,proto3" json:"err_msg,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *BeKickLogin) Reset() {
|
|
|
+ *x = BeKickLogin{}
|
|
|
+ mi := &file_common_proto_msgTypes[28]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *BeKickLogin) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*BeKickLogin) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *BeKickLogin) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_common_proto_msgTypes[28]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+func (*BeKickLogin) Descriptor() ([]byte, []int) {
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{28}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *BeKickLogin) GetErrMsg() *MsgError {
|
|
|
+ if x != nil {
|
|
|
+ return x.ErrMsg
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+type ReqShop struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ ShopType int32 `protobuf:"varint,1,opt,name=shopType,proto3" json:"shopType,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ReqShop) Reset() {
|
|
|
+ *x = ReqShop{}
|
|
|
+ mi := &file_common_proto_msgTypes[29]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ReqShop) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ReqShop) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ReqShop) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_common_proto_msgTypes[29]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+func (*ReqShop) Descriptor() ([]byte, []int) {
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{29}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ReqShop) GetShopType() int32 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ShopType
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+type ResShop struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
|
|
|
+ ErrMsg *MsgError `protobuf:"bytes,2,opt,name=err_msg,json=errMsg,proto3" json:"err_msg,omitempty"`
|
|
|
+ List []*ShopItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ResShop) Reset() {
|
|
|
+ *x = ResShop{}
|
|
|
+ mi := &file_common_proto_msgTypes[30]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ResShop) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ResShop) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ResShop) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_common_proto_msgTypes[30]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+func (*ResShop) Descriptor() ([]byte, []int) {
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{30}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ResShop) GetSuccess() bool {
|
|
|
+ if x != nil {
|
|
|
+ return x.Success
|
|
|
+ }
|
|
|
+ return false
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ResShop) GetErrMsg() *MsgError {
|
|
|
+ if x != nil {
|
|
|
+ return x.ErrMsg
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ResShop) GetList() []*ShopItem {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
var File_common_proto protoreflect.FileDescriptor
|
|
|
|
|
|
const file_common_proto_rawDesc = "" +
|
|
@@ -2099,7 +2318,7 @@ const file_common_proto_rawDesc = "" +
|
|
|
"\n" +
|
|
|
"m_cur_road\x18\x04 \x01(\x0e2\t.roadTypeR\bmCurRoad\x12\x12\n" +
|
|
|
"\x04step\x18\x05 \x01(\x05R\x04step\x12\x19\n" +
|
|
|
- "\bold_setp\x18\x06 \x01(\x05R\aoldSetp\"\xfa\x01\n" +
|
|
|
+ "\bold_setp\x18\x06 \x01(\x05R\aoldSetp\"\x9e\x02\n" +
|
|
|
"\tColorData\x12\x11\n" +
|
|
|
"\x04m_id\x18\x01 \x01(\tR\x03mId\x12\"\n" +
|
|
|
"\am_color\x18\x02 \x01(\x0e2\t.roleTypeR\x06mColor\x12\x17\n" +
|
|
@@ -2110,7 +2329,9 @@ const file_common_proto_rawDesc = "" +
|
|
|
"\x06m_name\x18\x06 \x01(\tR\x05mName\x12\x15\n" +
|
|
|
"\x06m_head\x18\a \x01(\tR\x05mHead\x12\x19\n" +
|
|
|
"\brank_num\x18\b \x01(\x05R\arankNum\x12\x15\n" +
|
|
|
- "\x06m_coin\x18\t \x01(\x05R\x05mCoin\"P\n" +
|
|
|
+ "\x06m_coin\x18\t \x01(\x05R\x05mCoin\x12\"\n" +
|
|
|
+ "\rm_reward_coin\x18\n" +
|
|
|
+ " \x01(\x05R\vmRewardCoin\"P\n" +
|
|
|
"\fMoveStepData\x12\x11\n" +
|
|
|
"\x04m_id\x18\x01 \x01(\tR\x03mId\x12\x12\n" +
|
|
|
"\x04step\x18\x02 \x01(\x05R\x04step\x12\x19\n" +
|
|
@@ -2184,17 +2405,29 @@ const file_common_proto_rawDesc = "" +
|
|
|
"\fResMatchLudo\x12\x18\n" +
|
|
|
"\asuccess\x18\x01 \x01(\bR\asuccess\x12\"\n" +
|
|
|
"\aerr_msg\x18\x02 \x01(\v2\t.MsgErrorR\x06errMsg\x12\x1d\n" +
|
|
|
- "\x04room\x18\x03 \x01(\v2\t.RoomInfoR\x04room\"1\n" +
|
|
|
- "\vBeKickLogin\x12\"\n" +
|
|
|
- "\aerr_msg\x18\x01 \x01(\v2\t.MsgErrorR\x06errMsg\"F\n" +
|
|
|
+ "\x04room\x18\x03 \x01(\v2\t.RoomInfoR\x04room\"F\n" +
|
|
|
"\bMsgError\x12\x1d\n" +
|
|
|
"\n" +
|
|
|
"error_code\x18\x01 \x01(\x05R\terrorCode\x12\x1b\n" +
|
|
|
- "\terror_msg\x18\x02 \x01(\tR\berrorMsg\" \n" +
|
|
|
+ "\terror_msg\x18\x02 \x01(\tR\berrorMsg\"/\n" +
|
|
|
+ "\x0eUpdateUserInfo\x12\x1d\n" +
|
|
|
+ "\x04info\x18\x01 \x01(\v2\t.UserInfoR\x04info\" \n" +
|
|
|
"\fResHeartBeat\x12\x10\n" +
|
|
|
"\x03msg\x18\x01 \x01(\tR\x03msg\" \n" +
|
|
|
"\fReqHeartBeat\x12\x10\n" +
|
|
|
- "\x03msg\x18\x01 \x01(\tR\x03msg*K\n" +
|
|
|
+ "\x03msg\x18\x01 \x01(\tR\x03msg\"D\n" +
|
|
|
+ "\bShopItem\x12\x12\n" +
|
|
|
+ "\x04name\x18\x01 \x01(\tR\x04name\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x02 \x01(\tR\x02id\x12\x14\n" +
|
|
|
+ "\x05price\x18\x03 \x01(\x05R\x05price\"1\n" +
|
|
|
+ "\vBeKickLogin\x12\"\n" +
|
|
|
+ "\aerr_msg\x18\x01 \x01(\v2\t.MsgErrorR\x06errMsg\"%\n" +
|
|
|
+ "\aReqShop\x12\x1a\n" +
|
|
|
+ "\bshopType\x18\x01 \x01(\x05R\bshopType\"f\n" +
|
|
|
+ "\aResShop\x12\x18\n" +
|
|
|
+ "\asuccess\x18\x01 \x01(\bR\asuccess\x12\"\n" +
|
|
|
+ "\aerr_msg\x18\x02 \x01(\v2\t.MsgErrorR\x06errMsg\x12\x1d\n" +
|
|
|
+ "\x04list\x18\x03 \x03(\v2\t.ShopItemR\x04list*K\n" +
|
|
|
"\broleType\x12\x15\n" +
|
|
|
"\x11ROLE_TYPE_UNKNOWN\x10\x00\x12\a\n" +
|
|
|
"\x03RED\x10\x01\x12\b\n" +
|
|
@@ -2245,7 +2478,7 @@ func file_common_proto_rawDescGZIP() []byte {
|
|
|
}
|
|
|
|
|
|
var file_common_proto_enumTypes = make([]protoimpl.EnumInfo, 7)
|
|
|
-var file_common_proto_msgTypes = make([]protoimpl.MessageInfo, 27)
|
|
|
+var file_common_proto_msgTypes = make([]protoimpl.MessageInfo, 31)
|
|
|
var file_common_proto_goTypes = []any{
|
|
|
(RoleType)(0),
|
|
|
(OptType)(0),
|
|
@@ -2277,10 +2510,14 @@ var file_common_proto_goTypes = []any{
|
|
|
(*LeaveHall)(nil),
|
|
|
(*MatchLudo)(nil),
|
|
|
(*ResMatchLudo)(nil),
|
|
|
- (*BeKickLogin)(nil),
|
|
|
- (*MsgError)(nil),
|
|
|
+ (*MsgError)(nil),
|
|
|
+ (*UpdateUserInfo)(nil),
|
|
|
(*ResHeartBeat)(nil),
|
|
|
(*ReqHeartBeat)(nil),
|
|
|
+ (*ShopItem)(nil),
|
|
|
+ (*BeKickLogin)(nil),
|
|
|
+ (*ReqShop)(nil),
|
|
|
+ (*ResShop)(nil),
|
|
|
}
|
|
|
var file_common_proto_depIdxs = []int32{
|
|
|
0,
|
|
@@ -2301,7 +2538,7 @@ var file_common_proto_depIdxs = []int32{
|
|
|
0,
|
|
|
0,
|
|
|
0,
|
|
|
- 31,
|
|
|
+ 30,
|
|
|
0,
|
|
|
11,
|
|
|
9,
|
|
@@ -2316,20 +2553,23 @@ var file_common_proto_depIdxs = []int32{
|
|
|
10,
|
|
|
8,
|
|
|
20,
|
|
|
- 31,
|
|
|
- 31,
|
|
|
- 31,
|
|
|
+ 30,
|
|
|
+ 30,
|
|
|
+ 30,
|
|
|
8,
|
|
|
2,
|
|
|
0,
|
|
|
- 31,
|
|
|
+ 30,
|
|
|
8,
|
|
|
- 31,
|
|
|
- 42,
|
|
|
- 42,
|
|
|
- 42,
|
|
|
- 42,
|
|
|
- 0,
|
|
|
+ 20,
|
|
|
+ 30,
|
|
|
+ 30,
|
|
|
+ 34,
|
|
|
+ 45,
|
|
|
+ 45,
|
|
|
+ 45,
|
|
|
+ 45,
|
|
|
+ 0,
|
|
|
}
|
|
|
|
|
|
func init() { file_common_proto_init() }
|
|
@@ -2343,7 +2583,7 @@ func file_common_proto_init() {
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
RawDescriptor: unsafe.Slice(unsafe.StringData(file_common_proto_rawDesc), len(file_common_proto_rawDesc)),
|
|
|
NumEnums: 7,
|
|
|
- NumMessages: 27,
|
|
|
+ NumMessages: 31,
|
|
|
NumExtensions: 0,
|
|
|
NumServices: 0,
|
|
|
},
|