|
|
|
@ -107,6 +107,102 @@ func (x *PracticeInfoResp) GetInfo() *DBPracticeRoom {
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
///请求好友武馆房间信息
|
|
|
|
|
type PracticeFriendRommReq struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
|
|
Fuid string `protobuf:"bytes,1,opt,name=fuid,proto3" json:"fuid"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *PracticeFriendRommReq) Reset() {
|
|
|
|
|
*x = PracticeFriendRommReq{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[2]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *PracticeFriendRommReq) String() string {
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (*PracticeFriendRommReq) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *PracticeFriendRommReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_practice_practice_msg_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 PracticeFriendRommReq.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*PracticeFriendRommReq) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{2}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *PracticeFriendRommReq) GetFuid() string {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Fuid
|
|
|
|
|
}
|
|
|
|
|
return ""
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
///请求好友武馆房间信息 回应
|
|
|
|
|
type PracticeFriendRommResp struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
|
|
Info *DBPracticeRoom `protobuf:"bytes,1,opt,name=info,proto3" json:"info"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *PracticeFriendRommResp) Reset() {
|
|
|
|
|
*x = PracticeFriendRommResp{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[3]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *PracticeFriendRommResp) String() string {
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (*PracticeFriendRommResp) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *PracticeFriendRommResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_practice_practice_msg_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 PracticeFriendRommResp.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*PracticeFriendRommResp) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{3}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *PracticeFriendRommResp) GetInfo() *DBPracticeRoom {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Info
|
|
|
|
|
}
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
///升级请求
|
|
|
|
|
type PracticeUpgradeReq struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
@ -119,7 +215,7 @@ type PracticeUpgradeReq struct {
|
|
|
|
|
func (x *PracticeUpgradeReq) Reset() {
|
|
|
|
|
*x = PracticeUpgradeReq{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[2]
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[4]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -132,7 +228,7 @@ func (x *PracticeUpgradeReq) String() string {
|
|
|
|
|
func (*PracticeUpgradeReq) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *PracticeUpgradeReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[2]
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[4]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -145,7 +241,7 @@ func (x *PracticeUpgradeReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use PracticeUpgradeReq.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*PracticeUpgradeReq) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{2}
|
|
|
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{4}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *PracticeUpgradeReq) GetIndex() int32 {
|
|
|
|
@ -167,7 +263,7 @@ type PracticeUpgradeResp struct {
|
|
|
|
|
func (x *PracticeUpgradeResp) Reset() {
|
|
|
|
|
*x = PracticeUpgradeResp{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[3]
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[5]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -180,7 +276,7 @@ func (x *PracticeUpgradeResp) String() string {
|
|
|
|
|
func (*PracticeUpgradeResp) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *PracticeUpgradeResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[3]
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[5]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -193,7 +289,7 @@ func (x *PracticeUpgradeResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use PracticeUpgradeResp.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*PracticeUpgradeResp) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{3}
|
|
|
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{5}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *PracticeUpgradeResp) GetIndex() int32 {
|
|
|
|
@ -225,7 +321,7 @@ type PracticePracticeReq struct {
|
|
|
|
|
func (x *PracticePracticeReq) Reset() {
|
|
|
|
|
*x = PracticePracticeReq{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[4]
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[6]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -238,7 +334,7 @@ func (x *PracticePracticeReq) String() string {
|
|
|
|
|
func (*PracticePracticeReq) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *PracticePracticeReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[4]
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[6]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -251,7 +347,7 @@ func (x *PracticePracticeReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use PracticePracticeReq.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*PracticePracticeReq) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{4}
|
|
|
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{6}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *PracticePracticeReq) GetIndex() int32 {
|
|
|
|
@ -296,7 +392,7 @@ type PracticePracticeResp struct {
|
|
|
|
|
func (x *PracticePracticeResp) Reset() {
|
|
|
|
|
*x = PracticePracticeResp{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[5]
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[7]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -309,7 +405,7 @@ func (x *PracticePracticeResp) String() string {
|
|
|
|
|
func (*PracticePracticeResp) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *PracticePracticeResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[5]
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[7]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -322,7 +418,7 @@ func (x *PracticePracticeResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use PracticePracticeResp.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*PracticePracticeResp) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{5}
|
|
|
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{7}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *PracticePracticeResp) GetIndex() int32 {
|
|
|
|
@ -368,7 +464,7 @@ type PracticeLootReq struct {
|
|
|
|
|
func (x *PracticeLootReq) Reset() {
|
|
|
|
|
*x = PracticeLootReq{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[6]
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[8]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -381,7 +477,7 @@ func (x *PracticeLootReq) String() string {
|
|
|
|
|
func (*PracticeLootReq) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *PracticeLootReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[6]
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[8]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -394,7 +490,7 @@ func (x *PracticeLootReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use PracticeLootReq.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*PracticeLootReq) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{6}
|
|
|
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{8}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *PracticeLootReq) GetFriend() string {
|
|
|
|
@ -439,7 +535,7 @@ type PracticeLootResp struct {
|
|
|
|
|
func (x *PracticeLootResp) Reset() {
|
|
|
|
|
*x = PracticeLootResp{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[7]
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[9]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -452,7 +548,7 @@ func (x *PracticeLootResp) String() string {
|
|
|
|
|
func (*PracticeLootResp) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *PracticeLootResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[7]
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[9]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -465,7 +561,7 @@ func (x *PracticeLootResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use PracticeLootResp.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*PracticeLootResp) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{7}
|
|
|
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{9}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *PracticeLootResp) GetFriend() string {
|
|
|
|
@ -506,7 +602,7 @@ type PracticeExpulsionReq struct {
|
|
|
|
|
func (x *PracticeExpulsionReq) Reset() {
|
|
|
|
|
*x = PracticeExpulsionReq{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[8]
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[10]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -519,7 +615,7 @@ func (x *PracticeExpulsionReq) String() string {
|
|
|
|
|
func (*PracticeExpulsionReq) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *PracticeExpulsionReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[8]
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[10]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -532,7 +628,7 @@ func (x *PracticeExpulsionReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use PracticeExpulsionReq.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*PracticeExpulsionReq) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{8}
|
|
|
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{10}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type PracticeExpulsionResp struct {
|
|
|
|
@ -544,7 +640,7 @@ type PracticeExpulsionResp struct {
|
|
|
|
|
func (x *PracticeExpulsionResp) Reset() {
|
|
|
|
|
*x = PracticeExpulsionResp{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[9]
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[11]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -557,7 +653,7 @@ func (x *PracticeExpulsionResp) String() string {
|
|
|
|
|
func (*PracticeExpulsionResp) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *PracticeExpulsionResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[9]
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[11]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -570,7 +666,7 @@ func (x *PracticeExpulsionResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use PracticeExpulsionResp.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*PracticeExpulsionResp) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{9}
|
|
|
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{11}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
///领取收益
|
|
|
|
@ -586,7 +682,7 @@ type PracticeReceiveReq struct {
|
|
|
|
|
func (x *PracticeReceiveReq) Reset() {
|
|
|
|
|
*x = PracticeReceiveReq{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[10]
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[12]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -599,7 +695,7 @@ func (x *PracticeReceiveReq) String() string {
|
|
|
|
|
func (*PracticeReceiveReq) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *PracticeReceiveReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[10]
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[12]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -612,7 +708,7 @@ func (x *PracticeReceiveReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use PracticeReceiveReq.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*PracticeReceiveReq) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{10}
|
|
|
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{12}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *PracticeReceiveReq) GetIndex() int32 {
|
|
|
|
@ -638,7 +734,7 @@ type PracticeReceiveResp struct {
|
|
|
|
|
func (x *PracticeReceiveResp) Reset() {
|
|
|
|
|
*x = PracticeReceiveResp{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[11]
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[13]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -651,7 +747,7 @@ func (x *PracticeReceiveResp) String() string {
|
|
|
|
|
func (*PracticeReceiveResp) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *PracticeReceiveResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[11]
|
|
|
|
|
mi := &file_practice_practice_msg_proto_msgTypes[13]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -664,7 +760,7 @@ func (x *PracticeReceiveResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use PracticeReceiveResp.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*PracticeReceiveResp) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{11}
|
|
|
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{13}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var File_practice_practice_msg_proto protoreflect.FileDescriptor
|
|
|
|
@ -678,51 +774,57 @@ var file_practice_practice_msg_proto_rawDesc = []byte{
|
|
|
|
|
0x50, 0x72, 0x61, 0x63, 0x74, 0x69, 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70,
|
|
|
|
|
0x12, 0x23, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f,
|
|
|
|
|
0x2e, 0x44, 0x42, 0x50, 0x72, 0x61, 0x63, 0x74, 0x69, 0x63, 0x65, 0x52, 0x6f, 0x6f, 0x6d, 0x52,
|
|
|
|
|
0x04, 0x69, 0x6e, 0x66, 0x6f, 0x22, 0x2a, 0x0a, 0x12, 0x50, 0x72, 0x61, 0x63, 0x74, 0x69, 0x63,
|
|
|
|
|
0x65, 0x55, 0x70, 0x67, 0x72, 0x61, 0x64, 0x65, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x69,
|
|
|
|
|
0x04, 0x69, 0x6e, 0x66, 0x6f, 0x22, 0x2b, 0x0a, 0x15, 0x50, 0x72, 0x61, 0x63, 0x74, 0x69, 0x63,
|
|
|
|
|
0x65, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x52, 0x6f, 0x6d, 0x6d, 0x52, 0x65, 0x71, 0x12, 0x12,
|
|
|
|
|
0x0a, 0x04, 0x66, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x66, 0x75,
|
|
|
|
|
0x69, 0x64, 0x22, 0x3d, 0x0a, 0x16, 0x50, 0x72, 0x61, 0x63, 0x74, 0x69, 0x63, 0x65, 0x46, 0x72,
|
|
|
|
|
0x69, 0x65, 0x6e, 0x64, 0x52, 0x6f, 0x6d, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x12, 0x23, 0x0a, 0x04,
|
|
|
|
|
0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x44, 0x42, 0x50,
|
|
|
|
|
0x72, 0x61, 0x63, 0x74, 0x69, 0x63, 0x65, 0x52, 0x6f, 0x6f, 0x6d, 0x52, 0x04, 0x69, 0x6e, 0x66,
|
|
|
|
|
0x6f, 0x22, 0x2a, 0x0a, 0x12, 0x50, 0x72, 0x61, 0x63, 0x74, 0x69, 0x63, 0x65, 0x55, 0x70, 0x67,
|
|
|
|
|
0x72, 0x61, 0x64, 0x65, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78,
|
|
|
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x22, 0x3b, 0x0a,
|
|
|
|
|
0x13, 0x50, 0x72, 0x61, 0x63, 0x74, 0x69, 0x63, 0x65, 0x55, 0x70, 0x67, 0x72, 0x61, 0x64, 0x65,
|
|
|
|
|
0x52, 0x65, 0x73, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20,
|
|
|
|
|
0x01, 0x28, 0x05, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x0e, 0x0a, 0x02, 0x6c, 0x76,
|
|
|
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x6c, 0x76, 0x22, 0x6d, 0x0a, 0x13, 0x50, 0x72,
|
|
|
|
|
0x61, 0x63, 0x74, 0x69, 0x63, 0x65, 0x50, 0x72, 0x61, 0x63, 0x74, 0x69, 0x63, 0x65, 0x52, 0x65,
|
|
|
|
|
0x71, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05,
|
|
|
|
|
0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x12, 0x0a, 0x04, 0x68, 0x65, 0x72, 0x6f, 0x18,
|
|
|
|
|
0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x68, 0x65, 0x72, 0x6f, 0x12, 0x18, 0x0a, 0x07, 0x74,
|
|
|
|
|
0x65, 0x61, 0x63, 0x68, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x74, 0x65,
|
|
|
|
|
0x61, 0x63, 0x68, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x72, 0x6f, 0x70, 0x18, 0x04, 0x20,
|
|
|
|
|
0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x72, 0x6f, 0x70, 0x22, 0x6e, 0x0a, 0x14, 0x50, 0x72, 0x61,
|
|
|
|
|
0x63, 0x74, 0x69, 0x63, 0x65, 0x50, 0x72, 0x61, 0x63, 0x74, 0x69, 0x63, 0x65, 0x52, 0x65, 0x73,
|
|
|
|
|
0x70, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05,
|
|
|
|
|
0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x12, 0x0a, 0x04, 0x68, 0x65, 0x72, 0x6f, 0x18,
|
|
|
|
|
0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x68, 0x65, 0x72, 0x6f, 0x12, 0x18, 0x0a, 0x07, 0x74,
|
|
|
|
|
0x65, 0x61, 0x63, 0x68, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x74, 0x65,
|
|
|
|
|
0x61, 0x63, 0x68, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x72, 0x6f, 0x70, 0x18, 0x04, 0x20,
|
|
|
|
|
0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x72, 0x6f, 0x70, 0x22, 0x6b, 0x0a, 0x0f, 0x50, 0x72, 0x61,
|
|
|
|
|
0x63, 0x74, 0x69, 0x63, 0x65, 0x4c, 0x6f, 0x6f, 0x74, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06,
|
|
|
|
|
0x66, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x72,
|
|
|
|
|
0x69, 0x65, 0x6e, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x68, 0x65, 0x72, 0x6f, 0x18, 0x02, 0x20, 0x01,
|
|
|
|
|
0x28, 0x09, 0x52, 0x04, 0x68, 0x65, 0x72, 0x6f, 0x12, 0x18, 0x0a, 0x07, 0x74, 0x65, 0x61, 0x63,
|
|
|
|
|
0x68, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x74, 0x65, 0x61, 0x63, 0x68,
|
|
|
|
|
0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x72, 0x6f, 0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
|
0x52, 0x04, 0x70, 0x72, 0x6f, 0x70, 0x22, 0x6c, 0x0a, 0x10, 0x50, 0x72, 0x61, 0x63, 0x74, 0x69,
|
|
|
|
|
0x63, 0x65, 0x4c, 0x6f, 0x6f, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x72,
|
|
|
|
|
0x69, 0x65, 0x6e, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x72, 0x69, 0x65,
|
|
|
|
|
0x6e, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x68, 0x65, 0x72, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
|
0x52, 0x04, 0x68, 0x65, 0x72, 0x6f, 0x12, 0x18, 0x0a, 0x07, 0x74, 0x65, 0x61, 0x63, 0x68, 0x65,
|
|
|
|
|
0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x74, 0x65, 0x61, 0x63, 0x68, 0x65, 0x72,
|
|
|
|
|
0x12, 0x12, 0x0a, 0x04, 0x70, 0x72, 0x6f, 0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
|
|
|
|
|
0x70, 0x72, 0x6f, 0x70, 0x22, 0x16, 0x0a, 0x14, 0x50, 0x72, 0x61, 0x63, 0x74, 0x69, 0x63, 0x65,
|
|
|
|
|
0x45, 0x78, 0x70, 0x75, 0x6c, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x22, 0x17, 0x0a, 0x15,
|
|
|
|
|
0x50, 0x72, 0x61, 0x63, 0x74, 0x69, 0x63, 0x65, 0x45, 0x78, 0x70, 0x75, 0x6c, 0x73, 0x69, 0x6f,
|
|
|
|
|
0x6e, 0x52, 0x65, 0x73, 0x70, 0x22, 0x42, 0x0a, 0x12, 0x50, 0x72, 0x61, 0x63, 0x74, 0x69, 0x63,
|
|
|
|
|
0x65, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x69,
|
|
|
|
|
0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65,
|
|
|
|
|
0x78, 0x22, 0x3b, 0x0a, 0x13, 0x50, 0x72, 0x61, 0x63, 0x74, 0x69, 0x63, 0x65, 0x55, 0x70, 0x67,
|
|
|
|
|
0x72, 0x61, 0x64, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65,
|
|
|
|
|
0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x0e,
|
|
|
|
|
0x0a, 0x02, 0x6c, 0x76, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x6c, 0x76, 0x22, 0x6d,
|
|
|
|
|
0x0a, 0x13, 0x50, 0x72, 0x61, 0x63, 0x74, 0x69, 0x63, 0x65, 0x50, 0x72, 0x61, 0x63, 0x74, 0x69,
|
|
|
|
|
0x63, 0x65, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01,
|
|
|
|
|
0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x12, 0x0a, 0x04, 0x68,
|
|
|
|
|
0x65, 0x72, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x68, 0x65, 0x72, 0x6f, 0x12,
|
|
|
|
|
0x18, 0x0a, 0x07, 0x74, 0x65, 0x61, 0x63, 0x68, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
|
0x52, 0x07, 0x74, 0x65, 0x61, 0x63, 0x68, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x72, 0x6f,
|
|
|
|
|
0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x72, 0x6f, 0x70, 0x22, 0x6e, 0x0a,
|
|
|
|
|
0x14, 0x50, 0x72, 0x61, 0x63, 0x74, 0x69, 0x63, 0x65, 0x50, 0x72, 0x61, 0x63, 0x74, 0x69, 0x63,
|
|
|
|
|
0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01,
|
|
|
|
|
0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x12, 0x0a, 0x04, 0x68,
|
|
|
|
|
0x65, 0x72, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x68, 0x65, 0x72, 0x6f, 0x12,
|
|
|
|
|
0x18, 0x0a, 0x07, 0x74, 0x65, 0x61, 0x63, 0x68, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
|
0x52, 0x07, 0x74, 0x65, 0x61, 0x63, 0x68, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x72, 0x6f,
|
|
|
|
|
0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x72, 0x6f, 0x70, 0x22, 0x6b, 0x0a,
|
|
|
|
|
0x0f, 0x50, 0x72, 0x61, 0x63, 0x74, 0x69, 0x63, 0x65, 0x4c, 0x6f, 0x6f, 0x74, 0x52, 0x65, 0x71,
|
|
|
|
|
0x12, 0x16, 0x0a, 0x06, 0x66, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
|
0x52, 0x06, 0x66, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x68, 0x65, 0x72, 0x6f,
|
|
|
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x68, 0x65, 0x72, 0x6f, 0x12, 0x18, 0x0a, 0x07,
|
|
|
|
|
0x74, 0x65, 0x61, 0x63, 0x68, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x74,
|
|
|
|
|
0x65, 0x61, 0x63, 0x68, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x72, 0x6f, 0x70, 0x18, 0x04,
|
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x72, 0x6f, 0x70, 0x22, 0x6c, 0x0a, 0x10, 0x50, 0x72,
|
|
|
|
|
0x61, 0x63, 0x74, 0x69, 0x63, 0x65, 0x4c, 0x6f, 0x6f, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x16,
|
|
|
|
|
0x0a, 0x06, 0x66, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06,
|
|
|
|
|
0x66, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x68, 0x65, 0x72, 0x6f, 0x18, 0x02,
|
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x68, 0x65, 0x72, 0x6f, 0x12, 0x18, 0x0a, 0x07, 0x74, 0x65,
|
|
|
|
|
0x61, 0x63, 0x68, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x74, 0x65, 0x61,
|
|
|
|
|
0x63, 0x68, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x72, 0x6f, 0x70, 0x18, 0x04, 0x20, 0x01,
|
|
|
|
|
0x28, 0x09, 0x52, 0x04, 0x70, 0x72, 0x6f, 0x70, 0x22, 0x16, 0x0a, 0x14, 0x50, 0x72, 0x61, 0x63,
|
|
|
|
|
0x74, 0x69, 0x63, 0x65, 0x45, 0x78, 0x70, 0x75, 0x6c, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71,
|
|
|
|
|
0x22, 0x17, 0x0a, 0x15, 0x50, 0x72, 0x61, 0x63, 0x74, 0x69, 0x63, 0x65, 0x45, 0x78, 0x70, 0x75,
|
|
|
|
|
0x6c, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x22, 0x42, 0x0a, 0x12, 0x50, 0x72, 0x61,
|
|
|
|
|
0x63, 0x74, 0x69, 0x63, 0x65, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x52, 0x65, 0x71, 0x12,
|
|
|
|
|
0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05,
|
|
|
|
|
0x69, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x18,
|
|
|
|
|
0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x22, 0x15, 0x0a,
|
|
|
|
|
0x13, 0x50, 0x72, 0x61, 0x63, 0x74, 0x69, 0x63, 0x65, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65,
|
|
|
|
|
0x52, 0x65, 0x73, 0x70, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72,
|
|
|
|
|
0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
|
0x78, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
|
|
|
0x09, 0x52, 0x06, 0x66, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x22, 0x15, 0x0a, 0x13, 0x50, 0x72, 0x61,
|
|
|
|
|
0x63, 0x74, 0x69, 0x63, 0x65, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x52, 0x65, 0x73, 0x70,
|
|
|
|
|
0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var (
|
|
|
|
@ -737,29 +839,32 @@ func file_practice_practice_msg_proto_rawDescGZIP() []byte {
|
|
|
|
|
return file_practice_practice_msg_proto_rawDescData
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var file_practice_practice_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 12)
|
|
|
|
|
var file_practice_practice_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 14)
|
|
|
|
|
var file_practice_practice_msg_proto_goTypes = []interface{}{
|
|
|
|
|
(*PracticeInfoReq)(nil), // 0: PracticeInfoReq
|
|
|
|
|
(*PracticeInfoResp)(nil), // 1: PracticeInfoResp
|
|
|
|
|
(*PracticeUpgradeReq)(nil), // 2: PracticeUpgradeReq
|
|
|
|
|
(*PracticeUpgradeResp)(nil), // 3: PracticeUpgradeResp
|
|
|
|
|
(*PracticePracticeReq)(nil), // 4: PracticePracticeReq
|
|
|
|
|
(*PracticePracticeResp)(nil), // 5: PracticePracticeResp
|
|
|
|
|
(*PracticeLootReq)(nil), // 6: PracticeLootReq
|
|
|
|
|
(*PracticeLootResp)(nil), // 7: PracticeLootResp
|
|
|
|
|
(*PracticeExpulsionReq)(nil), // 8: PracticeExpulsionReq
|
|
|
|
|
(*PracticeExpulsionResp)(nil), // 9: PracticeExpulsionResp
|
|
|
|
|
(*PracticeReceiveReq)(nil), // 10: PracticeReceiveReq
|
|
|
|
|
(*PracticeReceiveResp)(nil), // 11: PracticeReceiveResp
|
|
|
|
|
(*DBPracticeRoom)(nil), // 12: DBPracticeRoom
|
|
|
|
|
(*PracticeInfoReq)(nil), // 0: PracticeInfoReq
|
|
|
|
|
(*PracticeInfoResp)(nil), // 1: PracticeInfoResp
|
|
|
|
|
(*PracticeFriendRommReq)(nil), // 2: PracticeFriendRommReq
|
|
|
|
|
(*PracticeFriendRommResp)(nil), // 3: PracticeFriendRommResp
|
|
|
|
|
(*PracticeUpgradeReq)(nil), // 4: PracticeUpgradeReq
|
|
|
|
|
(*PracticeUpgradeResp)(nil), // 5: PracticeUpgradeResp
|
|
|
|
|
(*PracticePracticeReq)(nil), // 6: PracticePracticeReq
|
|
|
|
|
(*PracticePracticeResp)(nil), // 7: PracticePracticeResp
|
|
|
|
|
(*PracticeLootReq)(nil), // 8: PracticeLootReq
|
|
|
|
|
(*PracticeLootResp)(nil), // 9: PracticeLootResp
|
|
|
|
|
(*PracticeExpulsionReq)(nil), // 10: PracticeExpulsionReq
|
|
|
|
|
(*PracticeExpulsionResp)(nil), // 11: PracticeExpulsionResp
|
|
|
|
|
(*PracticeReceiveReq)(nil), // 12: PracticeReceiveReq
|
|
|
|
|
(*PracticeReceiveResp)(nil), // 13: PracticeReceiveResp
|
|
|
|
|
(*DBPracticeRoom)(nil), // 14: DBPracticeRoom
|
|
|
|
|
}
|
|
|
|
|
var file_practice_practice_msg_proto_depIdxs = []int32{
|
|
|
|
|
12, // 0: PracticeInfoResp.info:type_name -> DBPracticeRoom
|
|
|
|
|
1, // [1:1] is the sub-list for method output_type
|
|
|
|
|
1, // [1:1] is the sub-list for method input_type
|
|
|
|
|
1, // [1:1] is the sub-list for extension type_name
|
|
|
|
|
1, // [1:1] is the sub-list for extension extendee
|
|
|
|
|
0, // [0:1] is the sub-list for field type_name
|
|
|
|
|
14, // 0: PracticeInfoResp.info:type_name -> DBPracticeRoom
|
|
|
|
|
14, // 1: PracticeFriendRommResp.info:type_name -> DBPracticeRoom
|
|
|
|
|
2, // [2:2] is the sub-list for method output_type
|
|
|
|
|
2, // [2:2] is the sub-list for method input_type
|
|
|
|
|
2, // [2:2] is the sub-list for extension type_name
|
|
|
|
|
2, // [2:2] is the sub-list for extension extendee
|
|
|
|
|
0, // [0:2] is the sub-list for field type_name
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func init() { file_practice_practice_msg_proto_init() }
|
|
|
|
@ -794,7 +899,7 @@ func file_practice_practice_msg_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_practice_practice_msg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*PracticeUpgradeReq); i {
|
|
|
|
|
switch v := v.(*PracticeFriendRommReq); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -806,7 +911,7 @@ func file_practice_practice_msg_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_practice_practice_msg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*PracticeUpgradeResp); i {
|
|
|
|
|
switch v := v.(*PracticeFriendRommResp); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -818,7 +923,7 @@ func file_practice_practice_msg_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_practice_practice_msg_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*PracticePracticeReq); i {
|
|
|
|
|
switch v := v.(*PracticeUpgradeReq); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -830,7 +935,7 @@ func file_practice_practice_msg_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_practice_practice_msg_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*PracticePracticeResp); i {
|
|
|
|
|
switch v := v.(*PracticeUpgradeResp); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -842,7 +947,7 @@ func file_practice_practice_msg_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_practice_practice_msg_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*PracticeLootReq); i {
|
|
|
|
|
switch v := v.(*PracticePracticeReq); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -854,7 +959,7 @@ func file_practice_practice_msg_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_practice_practice_msg_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*PracticeLootResp); i {
|
|
|
|
|
switch v := v.(*PracticePracticeResp); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -866,7 +971,7 @@ func file_practice_practice_msg_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_practice_practice_msg_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*PracticeExpulsionReq); i {
|
|
|
|
|
switch v := v.(*PracticeLootReq); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -878,7 +983,7 @@ func file_practice_practice_msg_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_practice_practice_msg_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*PracticeExpulsionResp); i {
|
|
|
|
|
switch v := v.(*PracticeLootResp); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -890,7 +995,7 @@ func file_practice_practice_msg_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_practice_practice_msg_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*PracticeReceiveReq); i {
|
|
|
|
|
switch v := v.(*PracticeExpulsionReq); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -902,6 +1007,30 @@ func file_practice_practice_msg_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_practice_practice_msg_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*PracticeExpulsionResp); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
case 2:
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
default:
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_practice_practice_msg_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*PracticeReceiveReq); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
case 2:
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
default:
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_practice_practice_msg_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*PracticeReceiveResp); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
@ -920,7 +1049,7 @@ func file_practice_practice_msg_proto_init() {
|
|
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
|
|
RawDescriptor: file_practice_practice_msg_proto_rawDesc,
|
|
|
|
|
NumEnums: 0,
|
|
|
|
|
NumMessages: 12,
|
|
|
|
|
NumMessages: 14,
|
|
|
|
|
NumExtensions: 0,
|
|
|
|
|
NumServices: 0,
|
|
|
|
|
},
|
|
|
|
|