758 lines
24 KiB
Go
758 lines
24 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.28.0
|
|
// protoc v3.20.0
|
|
// source: martialhall/martialhall_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 MartialhallInfoReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *MartialhallInfoReq) Reset() {
|
|
*x = MartialhallInfoReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_martialhall_martialhall_msg_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MartialhallInfoReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MartialhallInfoReq) ProtoMessage() {}
|
|
|
|
func (x *MartialhallInfoReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_martialhall_martialhall_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 MartialhallInfoReq.ProtoReflect.Descriptor instead.
|
|
func (*MartialhallInfoReq) Descriptor() ([]byte, []int) {
|
|
return file_martialhall_martialhall_msg_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
///信息请求 回应
|
|
type MartialhallInfoResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Info *DBMartialhall `protobuf:"bytes,1,opt,name=info,proto3" json:"info"`
|
|
}
|
|
|
|
func (x *MartialhallInfoResp) Reset() {
|
|
*x = MartialhallInfoResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_martialhall_martialhall_msg_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MartialhallInfoResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MartialhallInfoResp) ProtoMessage() {}
|
|
|
|
func (x *MartialhallInfoResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_martialhall_martialhall_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 MartialhallInfoResp.ProtoReflect.Descriptor instead.
|
|
func (*MartialhallInfoResp) Descriptor() ([]byte, []int) {
|
|
return file_martialhall_martialhall_msg_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *MartialhallInfoResp) GetInfo() *DBMartialhall {
|
|
if x != nil {
|
|
return x.Info
|
|
}
|
|
return nil
|
|
}
|
|
|
|
///练功请求
|
|
type MartialhallPracticeReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Pillar int32 `protobuf:"varint,1,opt,name=pillar,proto3" json:"pillar"` //柱子
|
|
Hero string `protobuf:"bytes,2,opt,name=hero,proto3" json:"hero"` //英雄
|
|
Time int32 `protobuf:"varint,3,opt,name=time,proto3" json:"time"` //修炼时长
|
|
}
|
|
|
|
func (x *MartialhallPracticeReq) Reset() {
|
|
*x = MartialhallPracticeReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_martialhall_martialhall_msg_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MartialhallPracticeReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MartialhallPracticeReq) ProtoMessage() {}
|
|
|
|
func (x *MartialhallPracticeReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_martialhall_martialhall_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 MartialhallPracticeReq.ProtoReflect.Descriptor instead.
|
|
func (*MartialhallPracticeReq) Descriptor() ([]byte, []int) {
|
|
return file_martialhall_martialhall_msg_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *MartialhallPracticeReq) GetPillar() int32 {
|
|
if x != nil {
|
|
return x.Pillar
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MartialhallPracticeReq) GetHero() string {
|
|
if x != nil {
|
|
return x.Hero
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *MartialhallPracticeReq) GetTime() int32 {
|
|
if x != nil {
|
|
return x.Time
|
|
}
|
|
return 0
|
|
}
|
|
|
|
///练功请求 回应
|
|
type MartialhallPracticeResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Issucc bool `protobuf:"varint,1,opt,name=issucc,proto3" json:"issucc"` //是否成功
|
|
Info *DBMartialhall `protobuf:"bytes,2,opt,name=info,proto3" json:"info"`
|
|
}
|
|
|
|
func (x *MartialhallPracticeResp) Reset() {
|
|
*x = MartialhallPracticeResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_martialhall_martialhall_msg_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MartialhallPracticeResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MartialhallPracticeResp) ProtoMessage() {}
|
|
|
|
func (x *MartialhallPracticeResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_martialhall_martialhall_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 MartialhallPracticeResp.ProtoReflect.Descriptor instead.
|
|
func (*MartialhallPracticeResp) Descriptor() ([]byte, []int) {
|
|
return file_martialhall_martialhall_msg_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
func (x *MartialhallPracticeResp) GetIssucc() bool {
|
|
if x != nil {
|
|
return x.Issucc
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *MartialhallPracticeResp) GetInfo() *DBMartialhall {
|
|
if x != nil {
|
|
return x.Info
|
|
}
|
|
return nil
|
|
}
|
|
|
|
///领取 请求
|
|
type MartialhallReceiveReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Pillar int32 `protobuf:"varint,1,opt,name=pillar,proto3" json:"pillar"`
|
|
}
|
|
|
|
func (x *MartialhallReceiveReq) Reset() {
|
|
*x = MartialhallReceiveReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_martialhall_martialhall_msg_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MartialhallReceiveReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MartialhallReceiveReq) ProtoMessage() {}
|
|
|
|
func (x *MartialhallReceiveReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_martialhall_martialhall_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 MartialhallReceiveReq.ProtoReflect.Descriptor instead.
|
|
func (*MartialhallReceiveReq) Descriptor() ([]byte, []int) {
|
|
return file_martialhall_martialhall_msg_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
func (x *MartialhallReceiveReq) GetPillar() int32 {
|
|
if x != nil {
|
|
return x.Pillar
|
|
}
|
|
return 0
|
|
}
|
|
|
|
///领取 回应
|
|
type MartialhallReceiveResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Pillar int32 `protobuf:"varint,1,opt,name=pillar,proto3" json:"pillar"`
|
|
}
|
|
|
|
func (x *MartialhallReceiveResp) Reset() {
|
|
*x = MartialhallReceiveResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_martialhall_martialhall_msg_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MartialhallReceiveResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MartialhallReceiveResp) ProtoMessage() {}
|
|
|
|
func (x *MartialhallReceiveResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_martialhall_martialhall_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 MartialhallReceiveResp.ProtoReflect.Descriptor instead.
|
|
func (*MartialhallReceiveResp) Descriptor() ([]byte, []int) {
|
|
return file_martialhall_martialhall_msg_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
func (x *MartialhallReceiveResp) GetPillar() int32 {
|
|
if x != nil {
|
|
return x.Pillar
|
|
}
|
|
return 0
|
|
}
|
|
|
|
///升级 请求
|
|
type MartialhallUpgradeReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *MartialhallUpgradeReq) Reset() {
|
|
*x = MartialhallUpgradeReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_martialhall_martialhall_msg_proto_msgTypes[6]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MartialhallUpgradeReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MartialhallUpgradeReq) ProtoMessage() {}
|
|
|
|
func (x *MartialhallUpgradeReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_martialhall_martialhall_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 MartialhallUpgradeReq.ProtoReflect.Descriptor instead.
|
|
func (*MartialhallUpgradeReq) Descriptor() ([]byte, []int) {
|
|
return file_martialhall_martialhall_msg_proto_rawDescGZIP(), []int{6}
|
|
}
|
|
|
|
///升级 请求回应
|
|
type MartialhallUpgradeResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Issucc bool `protobuf:"varint,1,opt,name=issucc,proto3" json:"issucc"`
|
|
Info *DBMartialhall `protobuf:"bytes,2,opt,name=info,proto3" json:"info"`
|
|
}
|
|
|
|
func (x *MartialhallUpgradeResp) Reset() {
|
|
*x = MartialhallUpgradeResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_martialhall_martialhall_msg_proto_msgTypes[7]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MartialhallUpgradeResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MartialhallUpgradeResp) ProtoMessage() {}
|
|
|
|
func (x *MartialhallUpgradeResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_martialhall_martialhall_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 MartialhallUpgradeResp.ProtoReflect.Descriptor instead.
|
|
func (*MartialhallUpgradeResp) Descriptor() ([]byte, []int) {
|
|
return file_martialhall_martialhall_msg_proto_rawDescGZIP(), []int{7}
|
|
}
|
|
|
|
func (x *MartialhallUpgradeResp) GetIssucc() bool {
|
|
if x != nil {
|
|
return x.Issucc
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *MartialhallUpgradeResp) GetInfo() *DBMartialhall {
|
|
if x != nil {
|
|
return x.Info
|
|
}
|
|
return nil
|
|
}
|
|
|
|
///解锁 请求
|
|
type MartialhallUnLockReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Pillar int32 `protobuf:"varint,1,opt,name=pillar,proto3" json:"pillar"` //柱子
|
|
}
|
|
|
|
func (x *MartialhallUnLockReq) Reset() {
|
|
*x = MartialhallUnLockReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_martialhall_martialhall_msg_proto_msgTypes[8]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MartialhallUnLockReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MartialhallUnLockReq) ProtoMessage() {}
|
|
|
|
func (x *MartialhallUnLockReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_martialhall_martialhall_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 MartialhallUnLockReq.ProtoReflect.Descriptor instead.
|
|
func (*MartialhallUnLockReq) Descriptor() ([]byte, []int) {
|
|
return file_martialhall_martialhall_msg_proto_rawDescGZIP(), []int{8}
|
|
}
|
|
|
|
func (x *MartialhallUnLockReq) GetPillar() int32 {
|
|
if x != nil {
|
|
return x.Pillar
|
|
}
|
|
return 0
|
|
}
|
|
|
|
///解锁 请求 回应
|
|
type MartialhallUnLockResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Issucc bool `protobuf:"varint,1,opt,name=issucc,proto3" json:"issucc"`
|
|
Info *DBMartialhall `protobuf:"bytes,2,opt,name=info,proto3" json:"info"`
|
|
}
|
|
|
|
func (x *MartialhallUnLockResp) Reset() {
|
|
*x = MartialhallUnLockResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_martialhall_martialhall_msg_proto_msgTypes[9]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MartialhallUnLockResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MartialhallUnLockResp) ProtoMessage() {}
|
|
|
|
func (x *MartialhallUnLockResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_martialhall_martialhall_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 MartialhallUnLockResp.ProtoReflect.Descriptor instead.
|
|
func (*MartialhallUnLockResp) Descriptor() ([]byte, []int) {
|
|
return file_martialhall_martialhall_msg_proto_rawDescGZIP(), []int{9}
|
|
}
|
|
|
|
func (x *MartialhallUnLockResp) GetIssucc() bool {
|
|
if x != nil {
|
|
return x.Issucc
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *MartialhallUnLockResp) GetInfo() *DBMartialhall {
|
|
if x != nil {
|
|
return x.Info
|
|
}
|
|
return nil
|
|
}
|
|
|
|
var File_martialhall_martialhall_msg_proto protoreflect.FileDescriptor
|
|
|
|
var file_martialhall_martialhall_msg_proto_rawDesc = []byte{
|
|
0x0a, 0x21, 0x6d, 0x61, 0x72, 0x74, 0x69, 0x61, 0x6c, 0x68, 0x61, 0x6c, 0x6c, 0x2f, 0x6d, 0x61,
|
|
0x72, 0x74, 0x69, 0x61, 0x6c, 0x68, 0x61, 0x6c, 0x6c, 0x5f, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72,
|
|
0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x6d, 0x61, 0x72, 0x74, 0x69, 0x61, 0x6c, 0x68, 0x61, 0x6c, 0x6c,
|
|
0x2f, 0x6d, 0x61, 0x72, 0x74, 0x69, 0x61, 0x6c, 0x68, 0x61, 0x6c, 0x6c, 0x5f, 0x64, 0x62, 0x2e,
|
|
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x14, 0x0a, 0x12, 0x4d, 0x61, 0x72, 0x74, 0x69, 0x61, 0x6c,
|
|
0x68, 0x61, 0x6c, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x22, 0x39, 0x0a, 0x13, 0x4d,
|
|
0x61, 0x72, 0x74, 0x69, 0x61, 0x6c, 0x68, 0x61, 0x6c, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65,
|
|
0x73, 0x70, 0x12, 0x22, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
|
|
0x32, 0x0e, 0x2e, 0x44, 0x42, 0x4d, 0x61, 0x72, 0x74, 0x69, 0x61, 0x6c, 0x68, 0x61, 0x6c, 0x6c,
|
|
0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x22, 0x58, 0x0a, 0x16, 0x4d, 0x61, 0x72, 0x74, 0x69, 0x61,
|
|
0x6c, 0x68, 0x61, 0x6c, 0x6c, 0x50, 0x72, 0x61, 0x63, 0x74, 0x69, 0x63, 0x65, 0x52, 0x65, 0x71,
|
|
0x12, 0x16, 0x0a, 0x06, 0x70, 0x69, 0x6c, 0x6c, 0x61, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05,
|
|
0x52, 0x06, 0x70, 0x69, 0x6c, 0x6c, 0x61, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x68, 0x65, 0x72, 0x6f,
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x68, 0x65, 0x72, 0x6f, 0x12, 0x12, 0x0a, 0x04,
|
|
0x74, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x74, 0x69, 0x6d, 0x65,
|
|
0x22, 0x55, 0x0a, 0x17, 0x4d, 0x61, 0x72, 0x74, 0x69, 0x61, 0x6c, 0x68, 0x61, 0x6c, 0x6c, 0x50,
|
|
0x72, 0x61, 0x63, 0x74, 0x69, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x69,
|
|
0x73, 0x73, 0x75, 0x63, 0x63, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x73,
|
|
0x75, 0x63, 0x63, 0x12, 0x22, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
0x0b, 0x32, 0x0e, 0x2e, 0x44, 0x42, 0x4d, 0x61, 0x72, 0x74, 0x69, 0x61, 0x6c, 0x68, 0x61, 0x6c,
|
|
0x6c, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x22, 0x2f, 0x0a, 0x15, 0x4d, 0x61, 0x72, 0x74, 0x69,
|
|
0x61, 0x6c, 0x68, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x52, 0x65, 0x71,
|
|
0x12, 0x16, 0x0a, 0x06, 0x70, 0x69, 0x6c, 0x6c, 0x61, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05,
|
|
0x52, 0x06, 0x70, 0x69, 0x6c, 0x6c, 0x61, 0x72, 0x22, 0x30, 0x0a, 0x16, 0x4d, 0x61, 0x72, 0x74,
|
|
0x69, 0x61, 0x6c, 0x68, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x52, 0x65,
|
|
0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x69, 0x6c, 0x6c, 0x61, 0x72, 0x18, 0x01, 0x20, 0x01,
|
|
0x28, 0x05, 0x52, 0x06, 0x70, 0x69, 0x6c, 0x6c, 0x61, 0x72, 0x22, 0x17, 0x0a, 0x15, 0x4d, 0x61,
|
|
0x72, 0x74, 0x69, 0x61, 0x6c, 0x68, 0x61, 0x6c, 0x6c, 0x55, 0x70, 0x67, 0x72, 0x61, 0x64, 0x65,
|
|
0x52, 0x65, 0x71, 0x22, 0x54, 0x0a, 0x16, 0x4d, 0x61, 0x72, 0x74, 0x69, 0x61, 0x6c, 0x68, 0x61,
|
|
0x6c, 0x6c, 0x55, 0x70, 0x67, 0x72, 0x61, 0x64, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x16, 0x0a,
|
|
0x06, 0x69, 0x73, 0x73, 0x75, 0x63, 0x63, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69,
|
|
0x73, 0x73, 0x75, 0x63, 0x63, 0x12, 0x22, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x02, 0x20,
|
|
0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x44, 0x42, 0x4d, 0x61, 0x72, 0x74, 0x69, 0x61, 0x6c, 0x68,
|
|
0x61, 0x6c, 0x6c, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x22, 0x2e, 0x0a, 0x14, 0x4d, 0x61, 0x72,
|
|
0x74, 0x69, 0x61, 0x6c, 0x68, 0x61, 0x6c, 0x6c, 0x55, 0x6e, 0x4c, 0x6f, 0x63, 0x6b, 0x52, 0x65,
|
|
0x71, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x69, 0x6c, 0x6c, 0x61, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
0x05, 0x52, 0x06, 0x70, 0x69, 0x6c, 0x6c, 0x61, 0x72, 0x22, 0x53, 0x0a, 0x15, 0x4d, 0x61, 0x72,
|
|
0x74, 0x69, 0x61, 0x6c, 0x68, 0x61, 0x6c, 0x6c, 0x55, 0x6e, 0x4c, 0x6f, 0x63, 0x6b, 0x52, 0x65,
|
|
0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x73, 0x75, 0x63, 0x63, 0x18, 0x01, 0x20, 0x01,
|
|
0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x73, 0x75, 0x63, 0x63, 0x12, 0x22, 0x0a, 0x04, 0x69, 0x6e,
|
|
0x66, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x44, 0x42, 0x4d, 0x61, 0x72,
|
|
0x74, 0x69, 0x61, 0x6c, 0x68, 0x61, 0x6c, 0x6c, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x42, 0x06,
|
|
0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
}
|
|
|
|
var (
|
|
file_martialhall_martialhall_msg_proto_rawDescOnce sync.Once
|
|
file_martialhall_martialhall_msg_proto_rawDescData = file_martialhall_martialhall_msg_proto_rawDesc
|
|
)
|
|
|
|
func file_martialhall_martialhall_msg_proto_rawDescGZIP() []byte {
|
|
file_martialhall_martialhall_msg_proto_rawDescOnce.Do(func() {
|
|
file_martialhall_martialhall_msg_proto_rawDescData = protoimpl.X.CompressGZIP(file_martialhall_martialhall_msg_proto_rawDescData)
|
|
})
|
|
return file_martialhall_martialhall_msg_proto_rawDescData
|
|
}
|
|
|
|
var file_martialhall_martialhall_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 10)
|
|
var file_martialhall_martialhall_msg_proto_goTypes = []interface{}{
|
|
(*MartialhallInfoReq)(nil), // 0: MartialhallInfoReq
|
|
(*MartialhallInfoResp)(nil), // 1: MartialhallInfoResp
|
|
(*MartialhallPracticeReq)(nil), // 2: MartialhallPracticeReq
|
|
(*MartialhallPracticeResp)(nil), // 3: MartialhallPracticeResp
|
|
(*MartialhallReceiveReq)(nil), // 4: MartialhallReceiveReq
|
|
(*MartialhallReceiveResp)(nil), // 5: MartialhallReceiveResp
|
|
(*MartialhallUpgradeReq)(nil), // 6: MartialhallUpgradeReq
|
|
(*MartialhallUpgradeResp)(nil), // 7: MartialhallUpgradeResp
|
|
(*MartialhallUnLockReq)(nil), // 8: MartialhallUnLockReq
|
|
(*MartialhallUnLockResp)(nil), // 9: MartialhallUnLockResp
|
|
(*DBMartialhall)(nil), // 10: DBMartialhall
|
|
}
|
|
var file_martialhall_martialhall_msg_proto_depIdxs = []int32{
|
|
10, // 0: MartialhallInfoResp.info:type_name -> DBMartialhall
|
|
10, // 1: MartialhallPracticeResp.info:type_name -> DBMartialhall
|
|
10, // 2: MartialhallUpgradeResp.info:type_name -> DBMartialhall
|
|
10, // 3: MartialhallUnLockResp.info:type_name -> DBMartialhall
|
|
4, // [4:4] is the sub-list for method output_type
|
|
4, // [4:4] is the sub-list for method input_type
|
|
4, // [4:4] is the sub-list for extension type_name
|
|
4, // [4:4] is the sub-list for extension extendee
|
|
0, // [0:4] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_martialhall_martialhall_msg_proto_init() }
|
|
func file_martialhall_martialhall_msg_proto_init() {
|
|
if File_martialhall_martialhall_msg_proto != nil {
|
|
return
|
|
}
|
|
file_martialhall_martialhall_db_proto_init()
|
|
if !protoimpl.UnsafeEnabled {
|
|
file_martialhall_martialhall_msg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MartialhallInfoReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_martialhall_martialhall_msg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MartialhallInfoResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_martialhall_martialhall_msg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MartialhallPracticeReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_martialhall_martialhall_msg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MartialhallPracticeResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_martialhall_martialhall_msg_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MartialhallReceiveReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_martialhall_martialhall_msg_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MartialhallReceiveResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_martialhall_martialhall_msg_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MartialhallUpgradeReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_martialhall_martialhall_msg_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MartialhallUpgradeResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_martialhall_martialhall_msg_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MartialhallUnLockReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_martialhall_martialhall_msg_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MartialhallUnLockResp); 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_martialhall_martialhall_msg_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumMessages: 10,
|
|
NumExtensions: 0,
|
|
NumServices: 0,
|
|
},
|
|
GoTypes: file_martialhall_martialhall_msg_proto_goTypes,
|
|
DependencyIndexes: file_martialhall_martialhall_msg_proto_depIdxs,
|
|
MessageInfos: file_martialhall_martialhall_msg_proto_msgTypes,
|
|
}.Build()
|
|
File_martialhall_martialhall_msg_proto = out.File
|
|
file_martialhall_martialhall_msg_proto_rawDesc = nil
|
|
file_martialhall_martialhall_msg_proto_goTypes = nil
|
|
file_martialhall_martialhall_msg_proto_depIdxs = nil
|
|
}
|