1295 lines
40 KiB
Go
1295 lines
40 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.28.0
|
|
// protoc v3.20.0
|
|
// source: practice/practice_msg.proto
|
|
|
|
package pb
|
|
|
|
import (
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
reflect "reflect"
|
|
sync "sync"
|
|
)
|
|
|
|
const (
|
|
// Verify that this generated code is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
|
|
// Verify that runtime/protoimpl is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
)
|
|
|
|
///信息请求
|
|
type PracticeInfoReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *PracticeInfoReq) Reset() {
|
|
*x = PracticeInfoReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_practice_practice_msg_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PracticeInfoReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PracticeInfoReq) ProtoMessage() {}
|
|
|
|
func (x *PracticeInfoReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_practice_practice_msg_proto_msgTypes[0]
|
|
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 PracticeInfoReq.ProtoReflect.Descriptor instead.
|
|
func (*PracticeInfoReq) Descriptor() ([]byte, []int) {
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
///信息请求 回应
|
|
type PracticeInfoResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Info *DBPracticeRoom `protobuf:"bytes,1,opt,name=info,proto3" json:"info"`
|
|
}
|
|
|
|
func (x *PracticeInfoResp) Reset() {
|
|
*x = PracticeInfoResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_practice_practice_msg_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PracticeInfoResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PracticeInfoResp) ProtoMessage() {}
|
|
|
|
func (x *PracticeInfoResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_practice_practice_msg_proto_msgTypes[1]
|
|
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 PracticeInfoResp.ProtoReflect.Descriptor instead.
|
|
func (*PracticeInfoResp) Descriptor() ([]byte, []int) {
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *PracticeInfoResp) GetInfo() *DBPracticeRoom {
|
|
if x != nil {
|
|
return x.Info
|
|
}
|
|
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
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Index int32 `protobuf:"varint,1,opt,name=index,proto3" json:"index"` //柱子id
|
|
}
|
|
|
|
func (x *PracticeUpgradeReq) Reset() {
|
|
*x = PracticeUpgradeReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_practice_practice_msg_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PracticeUpgradeReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PracticeUpgradeReq) ProtoMessage() {}
|
|
|
|
func (x *PracticeUpgradeReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_practice_practice_msg_proto_msgTypes[4]
|
|
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 PracticeUpgradeReq.ProtoReflect.Descriptor instead.
|
|
func (*PracticeUpgradeReq) Descriptor() ([]byte, []int) {
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
func (x *PracticeUpgradeReq) GetIndex() int32 {
|
|
if x != nil {
|
|
return x.Index
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type PracticeUpgradeResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Index int32 `protobuf:"varint,1,opt,name=index,proto3" json:"index"` //柱子id
|
|
Lv int32 `protobuf:"varint,2,opt,name=lv,proto3" json:"lv"`
|
|
}
|
|
|
|
func (x *PracticeUpgradeResp) Reset() {
|
|
*x = PracticeUpgradeResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_practice_practice_msg_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PracticeUpgradeResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PracticeUpgradeResp) ProtoMessage() {}
|
|
|
|
func (x *PracticeUpgradeResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_practice_practice_msg_proto_msgTypes[5]
|
|
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 PracticeUpgradeResp.ProtoReflect.Descriptor instead.
|
|
func (*PracticeUpgradeResp) Descriptor() ([]byte, []int) {
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
func (x *PracticeUpgradeResp) GetIndex() int32 {
|
|
if x != nil {
|
|
return x.Index
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *PracticeUpgradeResp) GetLv() int32 {
|
|
if x != nil {
|
|
return x.Lv
|
|
}
|
|
return 0
|
|
}
|
|
|
|
///练功请求
|
|
type PracticePracticeReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Index int32 `protobuf:"varint,1,opt,name=index,proto3" json:"index"` //柱子id
|
|
Hero string `protobuf:"bytes,2,opt,name=hero,proto3" json:"hero"` //训练英雄id
|
|
Teacher string `protobuf:"bytes,3,opt,name=teacher,proto3" json:"teacher"` //教习id
|
|
Prop string `protobuf:"bytes,4,opt,name=prop,proto3" json:"prop"` //道具id
|
|
}
|
|
|
|
func (x *PracticePracticeReq) Reset() {
|
|
*x = PracticePracticeReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_practice_practice_msg_proto_msgTypes[6]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PracticePracticeReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PracticePracticeReq) ProtoMessage() {}
|
|
|
|
func (x *PracticePracticeReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_practice_practice_msg_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 PracticePracticeReq.ProtoReflect.Descriptor instead.
|
|
func (*PracticePracticeReq) Descriptor() ([]byte, []int) {
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{6}
|
|
}
|
|
|
|
func (x *PracticePracticeReq) GetIndex() int32 {
|
|
if x != nil {
|
|
return x.Index
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *PracticePracticeReq) GetHero() string {
|
|
if x != nil {
|
|
return x.Hero
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PracticePracticeReq) GetTeacher() string {
|
|
if x != nil {
|
|
return x.Teacher
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PracticePracticeReq) GetProp() string {
|
|
if x != nil {
|
|
return x.Prop
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type PracticePracticeResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Pillar *DBPracticePillar `protobuf:"bytes,1,opt,name=pillar,proto3" json:"pillar"`
|
|
}
|
|
|
|
func (x *PracticePracticeResp) Reset() {
|
|
*x = PracticePracticeResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_practice_practice_msg_proto_msgTypes[7]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PracticePracticeResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PracticePracticeResp) ProtoMessage() {}
|
|
|
|
func (x *PracticePracticeResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_practice_practice_msg_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 PracticePracticeResp.ProtoReflect.Descriptor instead.
|
|
func (*PracticePracticeResp) Descriptor() ([]byte, []int) {
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{7}
|
|
}
|
|
|
|
func (x *PracticePracticeResp) GetPillar() *DBPracticePillar {
|
|
if x != nil {
|
|
return x.Pillar
|
|
}
|
|
return nil
|
|
}
|
|
|
|
///蹭馆请求
|
|
type PracticeLootReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Friend string `protobuf:"bytes,1,opt,name=friend,proto3" json:"friend"` //好友id
|
|
Hero string `protobuf:"bytes,2,opt,name=hero,proto3" json:"hero"` //训练英雄id
|
|
Teacher string `protobuf:"bytes,3,opt,name=teacher,proto3" json:"teacher"` //教习id
|
|
Prop string `protobuf:"bytes,4,opt,name=prop,proto3" json:"prop"` //道具id
|
|
}
|
|
|
|
func (x *PracticeLootReq) Reset() {
|
|
*x = PracticeLootReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_practice_practice_msg_proto_msgTypes[8]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PracticeLootReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PracticeLootReq) ProtoMessage() {}
|
|
|
|
func (x *PracticeLootReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_practice_practice_msg_proto_msgTypes[8]
|
|
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 PracticeLootReq.ProtoReflect.Descriptor instead.
|
|
func (*PracticeLootReq) Descriptor() ([]byte, []int) {
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{8}
|
|
}
|
|
|
|
func (x *PracticeLootReq) GetFriend() string {
|
|
if x != nil {
|
|
return x.Friend
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PracticeLootReq) GetHero() string {
|
|
if x != nil {
|
|
return x.Hero
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PracticeLootReq) GetTeacher() string {
|
|
if x != nil {
|
|
return x.Teacher
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PracticeLootReq) GetProp() string {
|
|
if x != nil {
|
|
return x.Prop
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type PracticeLootResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Friend string `protobuf:"bytes,1,opt,name=friend,proto3" json:"friend"` //好友id
|
|
Pillar *DBPracticePillar `protobuf:"bytes,2,opt,name=pillar,proto3" json:"pillar"`
|
|
}
|
|
|
|
func (x *PracticeLootResp) Reset() {
|
|
*x = PracticeLootResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_practice_practice_msg_proto_msgTypes[9]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PracticeLootResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PracticeLootResp) ProtoMessage() {}
|
|
|
|
func (x *PracticeLootResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_practice_practice_msg_proto_msgTypes[9]
|
|
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 PracticeLootResp.ProtoReflect.Descriptor instead.
|
|
func (*PracticeLootResp) Descriptor() ([]byte, []int) {
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{9}
|
|
}
|
|
|
|
func (x *PracticeLootResp) GetFriend() string {
|
|
if x != nil {
|
|
return x.Friend
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PracticeLootResp) GetPillar() *DBPracticePillar {
|
|
if x != nil {
|
|
return x.Pillar
|
|
}
|
|
return nil
|
|
}
|
|
|
|
///驱逐
|
|
type PracticeExpulsionReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *PracticeExpulsionReq) Reset() {
|
|
*x = PracticeExpulsionReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_practice_practice_msg_proto_msgTypes[10]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PracticeExpulsionReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PracticeExpulsionReq) ProtoMessage() {}
|
|
|
|
func (x *PracticeExpulsionReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_practice_practice_msg_proto_msgTypes[10]
|
|
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 PracticeExpulsionReq.ProtoReflect.Descriptor instead.
|
|
func (*PracticeExpulsionReq) Descriptor() ([]byte, []int) {
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{10}
|
|
}
|
|
|
|
type PracticeExpulsionResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Pillar *DBPracticePillar `protobuf:"bytes,1,opt,name=pillar,proto3" json:"pillar"`
|
|
Knapsack map[string]int32 `protobuf:"bytes,2,rep,name=knapsack,proto3" json:"knapsack" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` //资源
|
|
}
|
|
|
|
func (x *PracticeExpulsionResp) Reset() {
|
|
*x = PracticeExpulsionResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_practice_practice_msg_proto_msgTypes[11]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PracticeExpulsionResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PracticeExpulsionResp) ProtoMessage() {}
|
|
|
|
func (x *PracticeExpulsionResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_practice_practice_msg_proto_msgTypes[11]
|
|
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 PracticeExpulsionResp.ProtoReflect.Descriptor instead.
|
|
func (*PracticeExpulsionResp) Descriptor() ([]byte, []int) {
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{11}
|
|
}
|
|
|
|
func (x *PracticeExpulsionResp) GetPillar() *DBPracticePillar {
|
|
if x != nil {
|
|
return x.Pillar
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *PracticeExpulsionResp) GetKnapsack() map[string]int32 {
|
|
if x != nil {
|
|
return x.Knapsack
|
|
}
|
|
return nil
|
|
}
|
|
|
|
///领取收益
|
|
type PracticeReceiveReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Index int32 `protobuf:"varint,1,opt,name=index,proto3" json:"index"` //柱子id
|
|
Friend string `protobuf:"bytes,2,opt,name=friend,proto3" json:"friend"` //好友id
|
|
}
|
|
|
|
func (x *PracticeReceiveReq) Reset() {
|
|
*x = PracticeReceiveReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_practice_practice_msg_proto_msgTypes[12]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PracticeReceiveReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PracticeReceiveReq) ProtoMessage() {}
|
|
|
|
func (x *PracticeReceiveReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_practice_practice_msg_proto_msgTypes[12]
|
|
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 PracticeReceiveReq.ProtoReflect.Descriptor instead.
|
|
func (*PracticeReceiveReq) Descriptor() ([]byte, []int) {
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{12}
|
|
}
|
|
|
|
func (x *PracticeReceiveReq) GetIndex() int32 {
|
|
if x != nil {
|
|
return x.Index
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *PracticeReceiveReq) GetFriend() string {
|
|
if x != nil {
|
|
return x.Friend
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type PracticeReceiveResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Pillar *DBPracticePillar `protobuf:"bytes,1,opt,name=pillar,proto3" json:"pillar"`
|
|
Knapsack map[string]int32 `protobuf:"bytes,2,rep,name=knapsack,proto3" json:"knapsack" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` //资源
|
|
}
|
|
|
|
func (x *PracticeReceiveResp) Reset() {
|
|
*x = PracticeReceiveResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_practice_practice_msg_proto_msgTypes[13]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PracticeReceiveResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PracticeReceiveResp) ProtoMessage() {}
|
|
|
|
func (x *PracticeReceiveResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_practice_practice_msg_proto_msgTypes[13]
|
|
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 PracticeReceiveResp.ProtoReflect.Descriptor instead.
|
|
func (*PracticeReceiveResp) Descriptor() ([]byte, []int) {
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{13}
|
|
}
|
|
|
|
func (x *PracticeReceiveResp) GetPillar() *DBPracticePillar {
|
|
if x != nil {
|
|
return x.Pillar
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *PracticeReceiveResp) GetKnapsack() map[string]int32 {
|
|
if x != nil {
|
|
return x.Knapsack
|
|
}
|
|
return nil
|
|
}
|
|
|
|
///登记满级英雄
|
|
type PracticeEnrolledReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Group int32 `protobuf:"varint,1,opt,name=group,proto3" json:"group"`
|
|
Hero string `protobuf:"bytes,2,opt,name=hero,proto3" json:"hero"`
|
|
}
|
|
|
|
func (x *PracticeEnrolledReq) Reset() {
|
|
*x = PracticeEnrolledReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_practice_practice_msg_proto_msgTypes[14]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PracticeEnrolledReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PracticeEnrolledReq) ProtoMessage() {}
|
|
|
|
func (x *PracticeEnrolledReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_practice_practice_msg_proto_msgTypes[14]
|
|
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 PracticeEnrolledReq.ProtoReflect.Descriptor instead.
|
|
func (*PracticeEnrolledReq) Descriptor() ([]byte, []int) {
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{14}
|
|
}
|
|
|
|
func (x *PracticeEnrolledReq) GetGroup() int32 {
|
|
if x != nil {
|
|
return x.Group
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *PracticeEnrolledReq) GetHero() string {
|
|
if x != nil {
|
|
return x.Hero
|
|
}
|
|
return ""
|
|
}
|
|
|
|
///登记满级英雄 回应
|
|
type PracticeEnrolledResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Group int32 `protobuf:"varint,1,opt,name=group,proto3" json:"group"`
|
|
Hero string `protobuf:"bytes,2,opt,name=hero,proto3" json:"hero"`
|
|
}
|
|
|
|
func (x *PracticeEnrolledResp) Reset() {
|
|
*x = PracticeEnrolledResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_practice_practice_msg_proto_msgTypes[15]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PracticeEnrolledResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PracticeEnrolledResp) ProtoMessage() {}
|
|
|
|
func (x *PracticeEnrolledResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_practice_practice_msg_proto_msgTypes[15]
|
|
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 PracticeEnrolledResp.ProtoReflect.Descriptor instead.
|
|
func (*PracticeEnrolledResp) Descriptor() ([]byte, []int) {
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{15}
|
|
}
|
|
|
|
func (x *PracticeEnrolledResp) GetGroup() int32 {
|
|
if x != nil {
|
|
return x.Group
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *PracticeEnrolledResp) GetHero() string {
|
|
if x != nil {
|
|
return x.Hero
|
|
}
|
|
return ""
|
|
}
|
|
|
|
///练功道具和教习推送
|
|
type PracticeJXItemPush struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id []string `protobuf:"bytes,1,rep,name=id,proto3" json:"id"`
|
|
}
|
|
|
|
func (x *PracticeJXItemPush) Reset() {
|
|
*x = PracticeJXItemPush{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_practice_practice_msg_proto_msgTypes[16]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PracticeJXItemPush) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PracticeJXItemPush) ProtoMessage() {}
|
|
|
|
func (x *PracticeJXItemPush) ProtoReflect() protoreflect.Message {
|
|
mi := &file_practice_practice_msg_proto_msgTypes[16]
|
|
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 PracticeJXItemPush.ProtoReflect.Descriptor instead.
|
|
func (*PracticeJXItemPush) Descriptor() ([]byte, []int) {
|
|
return file_practice_practice_msg_proto_rawDescGZIP(), []int{16}
|
|
}
|
|
|
|
func (x *PracticeJXItemPush) GetId() []string {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return nil
|
|
}
|
|
|
|
var File_practice_practice_msg_proto protoreflect.FileDescriptor
|
|
|
|
var file_practice_practice_msg_proto_rawDesc = []byte{
|
|
0x0a, 0x1b, 0x70, 0x72, 0x61, 0x63, 0x74, 0x69, 0x63, 0x65, 0x2f, 0x70, 0x72, 0x61, 0x63, 0x74,
|
|
0x69, 0x63, 0x65, 0x5f, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1a, 0x70,
|
|
0x72, 0x61, 0x63, 0x74, 0x69, 0x63, 0x65, 0x2f, 0x70, 0x72, 0x61, 0x63, 0x74, 0x69, 0x63, 0x65,
|
|
0x5f, 0x64, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x11, 0x0a, 0x0f, 0x50, 0x72, 0x61,
|
|
0x63, 0x74, 0x69, 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x22, 0x37, 0x0a, 0x10,
|
|
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, 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, 0x41, 0x0a, 0x14, 0x50, 0x72, 0x61,
|
|
0x63, 0x74, 0x69, 0x63, 0x65, 0x50, 0x72, 0x61, 0x63, 0x74, 0x69, 0x63, 0x65, 0x52, 0x65, 0x73,
|
|
0x70, 0x12, 0x29, 0x0a, 0x06, 0x70, 0x69, 0x6c, 0x6c, 0x61, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
0x0b, 0x32, 0x11, 0x2e, 0x44, 0x42, 0x50, 0x72, 0x61, 0x63, 0x74, 0x69, 0x63, 0x65, 0x50, 0x69,
|
|
0x6c, 0x6c, 0x61, 0x72, 0x52, 0x06, 0x70, 0x69, 0x6c, 0x6c, 0x61, 0x72, 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, 0x55, 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, 0x29, 0x0a, 0x06, 0x70, 0x69, 0x6c, 0x6c, 0x61, 0x72, 0x18,
|
|
0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x44, 0x42, 0x50, 0x72, 0x61, 0x63, 0x74, 0x69,
|
|
0x63, 0x65, 0x50, 0x69, 0x6c, 0x6c, 0x61, 0x72, 0x52, 0x06, 0x70, 0x69, 0x6c, 0x6c, 0x61, 0x72,
|
|
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, 0xc1, 0x01, 0x0a, 0x15, 0x50, 0x72, 0x61,
|
|
0x63, 0x74, 0x69, 0x63, 0x65, 0x45, 0x78, 0x70, 0x75, 0x6c, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65,
|
|
0x73, 0x70, 0x12, 0x29, 0x0a, 0x06, 0x70, 0x69, 0x6c, 0x6c, 0x61, 0x72, 0x18, 0x01, 0x20, 0x01,
|
|
0x28, 0x0b, 0x32, 0x11, 0x2e, 0x44, 0x42, 0x50, 0x72, 0x61, 0x63, 0x74, 0x69, 0x63, 0x65, 0x50,
|
|
0x69, 0x6c, 0x6c, 0x61, 0x72, 0x52, 0x06, 0x70, 0x69, 0x6c, 0x6c, 0x61, 0x72, 0x12, 0x40, 0x0a,
|
|
0x08, 0x6b, 0x6e, 0x61, 0x70, 0x73, 0x61, 0x63, 0x6b, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32,
|
|
0x24, 0x2e, 0x50, 0x72, 0x61, 0x63, 0x74, 0x69, 0x63, 0x65, 0x45, 0x78, 0x70, 0x75, 0x6c, 0x73,
|
|
0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x2e, 0x4b, 0x6e, 0x61, 0x70, 0x73, 0x61, 0x63, 0x6b,
|
|
0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x08, 0x6b, 0x6e, 0x61, 0x70, 0x73, 0x61, 0x63, 0x6b, 0x1a,
|
|
0x3b, 0x0a, 0x0d, 0x4b, 0x6e, 0x61, 0x70, 0x73, 0x61, 0x63, 0x6b, 0x45, 0x6e, 0x74, 0x72, 0x79,
|
|
0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b,
|
|
0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
0x05, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 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, 0xbd, 0x01, 0x0a, 0x13, 0x50, 0x72, 0x61, 0x63, 0x74, 0x69, 0x63, 0x65, 0x52, 0x65, 0x63,
|
|
0x65, 0x69, 0x76, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x29, 0x0a, 0x06, 0x70, 0x69, 0x6c, 0x6c,
|
|
0x61, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x44, 0x42, 0x50, 0x72, 0x61,
|
|
0x63, 0x74, 0x69, 0x63, 0x65, 0x50, 0x69, 0x6c, 0x6c, 0x61, 0x72, 0x52, 0x06, 0x70, 0x69, 0x6c,
|
|
0x6c, 0x61, 0x72, 0x12, 0x3e, 0x0a, 0x08, 0x6b, 0x6e, 0x61, 0x70, 0x73, 0x61, 0x63, 0x6b, 0x18,
|
|
0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x50, 0x72, 0x61, 0x63, 0x74, 0x69, 0x63, 0x65,
|
|
0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x52, 0x65, 0x73, 0x70, 0x2e, 0x4b, 0x6e, 0x61, 0x70,
|
|
0x73, 0x61, 0x63, 0x6b, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x08, 0x6b, 0x6e, 0x61, 0x70, 0x73,
|
|
0x61, 0x63, 0x6b, 0x1a, 0x3b, 0x0a, 0x0d, 0x4b, 0x6e, 0x61, 0x70, 0x73, 0x61, 0x63, 0x6b, 0x45,
|
|
0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18,
|
|
0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01,
|
|
0x22, 0x3f, 0x0a, 0x13, 0x50, 0x72, 0x61, 0x63, 0x74, 0x69, 0x63, 0x65, 0x45, 0x6e, 0x72, 0x6f,
|
|
0x6c, 0x6c, 0x65, 0x64, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x67, 0x72, 0x6f, 0x75, 0x70,
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x12, 0x0a,
|
|
0x04, 0x68, 0x65, 0x72, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x68, 0x65, 0x72,
|
|
0x6f, 0x22, 0x40, 0x0a, 0x14, 0x50, 0x72, 0x61, 0x63, 0x74, 0x69, 0x63, 0x65, 0x45, 0x6e, 0x72,
|
|
0x6f, 0x6c, 0x6c, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x67, 0x72, 0x6f,
|
|
0x75, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x12,
|
|
0x12, 0x0a, 0x04, 0x68, 0x65, 0x72, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x68,
|
|
0x65, 0x72, 0x6f, 0x22, 0x24, 0x0a, 0x12, 0x50, 0x72, 0x61, 0x63, 0x74, 0x69, 0x63, 0x65, 0x4a,
|
|
0x58, 0x49, 0x74, 0x65, 0x6d, 0x50, 0x75, 0x73, 0x68, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18,
|
|
0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70,
|
|
0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
}
|
|
|
|
var (
|
|
file_practice_practice_msg_proto_rawDescOnce sync.Once
|
|
file_practice_practice_msg_proto_rawDescData = file_practice_practice_msg_proto_rawDesc
|
|
)
|
|
|
|
func file_practice_practice_msg_proto_rawDescGZIP() []byte {
|
|
file_practice_practice_msg_proto_rawDescOnce.Do(func() {
|
|
file_practice_practice_msg_proto_rawDescData = protoimpl.X.CompressGZIP(file_practice_practice_msg_proto_rawDescData)
|
|
})
|
|
return file_practice_practice_msg_proto_rawDescData
|
|
}
|
|
|
|
var file_practice_practice_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 19)
|
|
var file_practice_practice_msg_proto_goTypes = []interface{}{
|
|
(*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
|
|
(*PracticeEnrolledReq)(nil), // 14: PracticeEnrolledReq
|
|
(*PracticeEnrolledResp)(nil), // 15: PracticeEnrolledResp
|
|
(*PracticeJXItemPush)(nil), // 16: PracticeJXItemPush
|
|
nil, // 17: PracticeExpulsionResp.KnapsackEntry
|
|
nil, // 18: PracticeReceiveResp.KnapsackEntry
|
|
(*DBPracticeRoom)(nil), // 19: DBPracticeRoom
|
|
(*DBPracticePillar)(nil), // 20: DBPracticePillar
|
|
}
|
|
var file_practice_practice_msg_proto_depIdxs = []int32{
|
|
19, // 0: PracticeInfoResp.info:type_name -> DBPracticeRoom
|
|
19, // 1: PracticeFriendRommResp.info:type_name -> DBPracticeRoom
|
|
20, // 2: PracticePracticeResp.pillar:type_name -> DBPracticePillar
|
|
20, // 3: PracticeLootResp.pillar:type_name -> DBPracticePillar
|
|
20, // 4: PracticeExpulsionResp.pillar:type_name -> DBPracticePillar
|
|
17, // 5: PracticeExpulsionResp.knapsack:type_name -> PracticeExpulsionResp.KnapsackEntry
|
|
20, // 6: PracticeReceiveResp.pillar:type_name -> DBPracticePillar
|
|
18, // 7: PracticeReceiveResp.knapsack:type_name -> PracticeReceiveResp.KnapsackEntry
|
|
8, // [8:8] is the sub-list for method output_type
|
|
8, // [8:8] is the sub-list for method input_type
|
|
8, // [8:8] is the sub-list for extension type_name
|
|
8, // [8:8] is the sub-list for extension extendee
|
|
0, // [0:8] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_practice_practice_msg_proto_init() }
|
|
func file_practice_practice_msg_proto_init() {
|
|
if File_practice_practice_msg_proto != nil {
|
|
return
|
|
}
|
|
file_practice_practice_db_proto_init()
|
|
if !protoimpl.UnsafeEnabled {
|
|
file_practice_practice_msg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*PracticeInfoReq); 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[1].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*PracticeInfoResp); 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[2].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*PracticeFriendRommReq); 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[3].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*PracticeFriendRommResp); 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[4].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*PracticeUpgradeReq); 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[5].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*PracticeUpgradeResp); 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[6].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*PracticePracticeReq); 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[7].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*PracticePracticeResp); 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[8].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*PracticeLootReq); 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[9].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*PracticeLootResp); 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[10].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*PracticeExpulsionReq); 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[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
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_practice_practice_msg_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*PracticeEnrolledReq); 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[15].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*PracticeEnrolledResp); 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[16].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*PracticeJXItemPush); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
}
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: file_practice_practice_msg_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumMessages: 19,
|
|
NumExtensions: 0,
|
|
NumServices: 0,
|
|
},
|
|
GoTypes: file_practice_practice_msg_proto_goTypes,
|
|
DependencyIndexes: file_practice_practice_msg_proto_depIdxs,
|
|
MessageInfos: file_practice_practice_msg_proto_msgTypes,
|
|
}.Build()
|
|
File_practice_practice_msg_proto = out.File
|
|
file_practice_practice_msg_proto_rawDesc = nil
|
|
file_practice_practice_msg_proto_goTypes = nil
|
|
file_practice_practice_msg_proto_depIdxs = nil
|
|
}
|