512 lines
16 KiB
Go
512 lines
16 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.28.0
|
|
// protoc v3.20.0
|
|
// source: expedition/expedition_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)
|
|
)
|
|
|
|
//工会boos战斗 信息请求
|
|
type ExpeditionInfoReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Guildid string `protobuf:"bytes,1,opt,name=guildid,proto3" json:"guildid"`
|
|
}
|
|
|
|
func (x *ExpeditionInfoReq) Reset() {
|
|
*x = ExpeditionInfoReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_expedition_expedition_msg_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ExpeditionInfoReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ExpeditionInfoReq) ProtoMessage() {}
|
|
|
|
func (x *ExpeditionInfoReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_expedition_expedition_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 ExpeditionInfoReq.ProtoReflect.Descriptor instead.
|
|
func (*ExpeditionInfoReq) Descriptor() ([]byte, []int) {
|
|
return file_expedition_expedition_msg_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *ExpeditionInfoReq) GetGuildid() string {
|
|
if x != nil {
|
|
return x.Guildid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ExpeditionInfoResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Info *DBExpedition `protobuf:"bytes,1,opt,name=info,proto3" json:"info"`
|
|
State int32 `protobuf:"varint,2,opt,name=state,proto3" json:"state"` //0 未开放 1 准备中 2讨伐中 3结算中
|
|
}
|
|
|
|
func (x *ExpeditionInfoResp) Reset() {
|
|
*x = ExpeditionInfoResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_expedition_expedition_msg_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ExpeditionInfoResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ExpeditionInfoResp) ProtoMessage() {}
|
|
|
|
func (x *ExpeditionInfoResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_expedition_expedition_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 ExpeditionInfoResp.ProtoReflect.Descriptor instead.
|
|
func (*ExpeditionInfoResp) Descriptor() ([]byte, []int) {
|
|
return file_expedition_expedition_msg_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *ExpeditionInfoResp) GetInfo() *DBExpedition {
|
|
if x != nil {
|
|
return x.Info
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ExpeditionInfoResp) GetState() int32 {
|
|
if x != nil {
|
|
return x.State
|
|
}
|
|
return 0
|
|
}
|
|
|
|
//上英雄
|
|
type ExpeditionUpHeroReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Guildid string `protobuf:"bytes,1,opt,name=guildid,proto3" json:"guildid"`
|
|
Heros []string `protobuf:"bytes,2,rep,name=heros,proto3" json:"heros"`
|
|
}
|
|
|
|
func (x *ExpeditionUpHeroReq) Reset() {
|
|
*x = ExpeditionUpHeroReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_expedition_expedition_msg_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ExpeditionUpHeroReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ExpeditionUpHeroReq) ProtoMessage() {}
|
|
|
|
func (x *ExpeditionUpHeroReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_expedition_expedition_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 ExpeditionUpHeroReq.ProtoReflect.Descriptor instead.
|
|
func (*ExpeditionUpHeroReq) Descriptor() ([]byte, []int) {
|
|
return file_expedition_expedition_msg_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *ExpeditionUpHeroReq) GetGuildid() string {
|
|
if x != nil {
|
|
return x.Guildid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ExpeditionUpHeroReq) GetHeros() []string {
|
|
if x != nil {
|
|
return x.Heros
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ExpeditionUpHeroResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Member *DBExpeditionMember `protobuf:"bytes,1,opt,name=member,proto3" json:"member"`
|
|
}
|
|
|
|
func (x *ExpeditionUpHeroResp) Reset() {
|
|
*x = ExpeditionUpHeroResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_expedition_expedition_msg_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ExpeditionUpHeroResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ExpeditionUpHeroResp) ProtoMessage() {}
|
|
|
|
func (x *ExpeditionUpHeroResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_expedition_expedition_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 ExpeditionUpHeroResp.ProtoReflect.Descriptor instead.
|
|
func (*ExpeditionUpHeroResp) Descriptor() ([]byte, []int) {
|
|
return file_expedition_expedition_msg_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
func (x *ExpeditionUpHeroResp) GetMember() *DBExpeditionMember {
|
|
if x != nil {
|
|
return x.Member
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ExpeditionReceiveReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Guildid string `protobuf:"bytes,1,opt,name=guildid,proto3" json:"guildid"`
|
|
Boosid int32 `protobuf:"varint,2,opt,name=boosid,proto3" json:"boosid"`
|
|
}
|
|
|
|
func (x *ExpeditionReceiveReq) Reset() {
|
|
*x = ExpeditionReceiveReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_expedition_expedition_msg_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ExpeditionReceiveReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ExpeditionReceiveReq) ProtoMessage() {}
|
|
|
|
func (x *ExpeditionReceiveReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_expedition_expedition_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 ExpeditionReceiveReq.ProtoReflect.Descriptor instead.
|
|
func (*ExpeditionReceiveReq) Descriptor() ([]byte, []int) {
|
|
return file_expedition_expedition_msg_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
func (x *ExpeditionReceiveReq) GetGuildid() string {
|
|
if x != nil {
|
|
return x.Guildid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ExpeditionReceiveReq) GetBoosid() int32 {
|
|
if x != nil {
|
|
return x.Boosid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type ExpeditionReceiveResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Boosid int32 `protobuf:"varint,1,opt,name=boosid,proto3" json:"boosid"`
|
|
Award []*UserAtno `protobuf:"bytes,3,rep,name=award,proto3" json:"award"` //奖励
|
|
}
|
|
|
|
func (x *ExpeditionReceiveResp) Reset() {
|
|
*x = ExpeditionReceiveResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_expedition_expedition_msg_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ExpeditionReceiveResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ExpeditionReceiveResp) ProtoMessage() {}
|
|
|
|
func (x *ExpeditionReceiveResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_expedition_expedition_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 ExpeditionReceiveResp.ProtoReflect.Descriptor instead.
|
|
func (*ExpeditionReceiveResp) Descriptor() ([]byte, []int) {
|
|
return file_expedition_expedition_msg_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
func (x *ExpeditionReceiveResp) GetBoosid() int32 {
|
|
if x != nil {
|
|
return x.Boosid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ExpeditionReceiveResp) GetAward() []*UserAtno {
|
|
if x != nil {
|
|
return x.Award
|
|
}
|
|
return nil
|
|
}
|
|
|
|
var File_expedition_expedition_msg_proto protoreflect.FileDescriptor
|
|
|
|
var file_expedition_expedition_msg_proto_rawDesc = []byte{
|
|
0x0a, 0x1f, 0x65, 0x78, 0x70, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x65, 0x78, 0x70,
|
|
0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
0x6f, 0x1a, 0x1e, 0x65, 0x78, 0x70, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x65, 0x78,
|
|
0x70, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
0x6f, 0x1a, 0x0a, 0x63, 0x6f, 0x6d, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x2d, 0x0a,
|
|
0x11, 0x45, 0x78, 0x70, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52,
|
|
0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x69, 0x64, 0x18, 0x01, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x69, 0x64, 0x22, 0x4d, 0x0a, 0x12,
|
|
0x45, 0x78, 0x70, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65,
|
|
0x73, 0x70, 0x12, 0x21, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
|
|
0x32, 0x0d, 0x2e, 0x44, 0x42, 0x45, 0x78, 0x70, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52,
|
|
0x04, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x02,
|
|
0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x22, 0x45, 0x0a, 0x13, 0x45,
|
|
0x78, 0x70, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x55, 0x70, 0x48, 0x65, 0x72, 0x6f, 0x52,
|
|
0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x69, 0x64, 0x18, 0x01, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05,
|
|
0x68, 0x65, 0x72, 0x6f, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x05, 0x68, 0x65, 0x72,
|
|
0x6f, 0x73, 0x22, 0x43, 0x0a, 0x14, 0x45, 0x78, 0x70, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e,
|
|
0x55, 0x70, 0x48, 0x65, 0x72, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2b, 0x0a, 0x06, 0x6d, 0x65,
|
|
0x6d, 0x62, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x44, 0x42, 0x45,
|
|
0x78, 0x70, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52,
|
|
0x06, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x22, 0x48, 0x0a, 0x14, 0x45, 0x78, 0x70, 0x65, 0x64,
|
|
0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x52, 0x65, 0x71, 0x12,
|
|
0x18, 0x0a, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x62, 0x6f, 0x6f,
|
|
0x73, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x62, 0x6f, 0x6f, 0x73, 0x69,
|
|
0x64, 0x22, 0x50, 0x0a, 0x15, 0x45, 0x78, 0x70, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52,
|
|
0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x62, 0x6f,
|
|
0x6f, 0x73, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x62, 0x6f, 0x6f, 0x73,
|
|
0x69, 0x64, 0x12, 0x1f, 0x0a, 0x05, 0x61, 0x77, 0x61, 0x72, 0x64, 0x18, 0x03, 0x20, 0x03, 0x28,
|
|
0x0b, 0x32, 0x09, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x74, 0x6e, 0x6f, 0x52, 0x05, 0x61, 0x77,
|
|
0x61, 0x72, 0x64, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f,
|
|
0x74, 0x6f, 0x33,
|
|
}
|
|
|
|
var (
|
|
file_expedition_expedition_msg_proto_rawDescOnce sync.Once
|
|
file_expedition_expedition_msg_proto_rawDescData = file_expedition_expedition_msg_proto_rawDesc
|
|
)
|
|
|
|
func file_expedition_expedition_msg_proto_rawDescGZIP() []byte {
|
|
file_expedition_expedition_msg_proto_rawDescOnce.Do(func() {
|
|
file_expedition_expedition_msg_proto_rawDescData = protoimpl.X.CompressGZIP(file_expedition_expedition_msg_proto_rawDescData)
|
|
})
|
|
return file_expedition_expedition_msg_proto_rawDescData
|
|
}
|
|
|
|
var file_expedition_expedition_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
|
|
var file_expedition_expedition_msg_proto_goTypes = []interface{}{
|
|
(*ExpeditionInfoReq)(nil), // 0: ExpeditionInfoReq
|
|
(*ExpeditionInfoResp)(nil), // 1: ExpeditionInfoResp
|
|
(*ExpeditionUpHeroReq)(nil), // 2: ExpeditionUpHeroReq
|
|
(*ExpeditionUpHeroResp)(nil), // 3: ExpeditionUpHeroResp
|
|
(*ExpeditionReceiveReq)(nil), // 4: ExpeditionReceiveReq
|
|
(*ExpeditionReceiveResp)(nil), // 5: ExpeditionReceiveResp
|
|
(*DBExpedition)(nil), // 6: DBExpedition
|
|
(*DBExpeditionMember)(nil), // 7: DBExpeditionMember
|
|
(*UserAtno)(nil), // 8: UserAtno
|
|
}
|
|
var file_expedition_expedition_msg_proto_depIdxs = []int32{
|
|
6, // 0: ExpeditionInfoResp.info:type_name -> DBExpedition
|
|
7, // 1: ExpeditionUpHeroResp.member:type_name -> DBExpeditionMember
|
|
8, // 2: ExpeditionReceiveResp.award:type_name -> UserAtno
|
|
3, // [3:3] is the sub-list for method output_type
|
|
3, // [3:3] is the sub-list for method input_type
|
|
3, // [3:3] is the sub-list for extension type_name
|
|
3, // [3:3] is the sub-list for extension extendee
|
|
0, // [0:3] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_expedition_expedition_msg_proto_init() }
|
|
func file_expedition_expedition_msg_proto_init() {
|
|
if File_expedition_expedition_msg_proto != nil {
|
|
return
|
|
}
|
|
file_expedition_expedition_db_proto_init()
|
|
file_comm_proto_init()
|
|
if !protoimpl.UnsafeEnabled {
|
|
file_expedition_expedition_msg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ExpeditionInfoReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_expedition_expedition_msg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ExpeditionInfoResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_expedition_expedition_msg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ExpeditionUpHeroReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_expedition_expedition_msg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ExpeditionUpHeroResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_expedition_expedition_msg_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ExpeditionReceiveReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_expedition_expedition_msg_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ExpeditionReceiveResp); 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_expedition_expedition_msg_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumMessages: 6,
|
|
NumExtensions: 0,
|
|
NumServices: 0,
|
|
},
|
|
GoTypes: file_expedition_expedition_msg_proto_goTypes,
|
|
DependencyIndexes: file_expedition_expedition_msg_proto_depIdxs,
|
|
MessageInfos: file_expedition_expedition_msg_proto_msgTypes,
|
|
}.Build()
|
|
File_expedition_expedition_msg_proto = out.File
|
|
file_expedition_expedition_msg_proto_rawDesc = nil
|
|
file_expedition_expedition_msg_proto_goTypes = nil
|
|
file_expedition_expedition_msg_proto_depIdxs = nil
|
|
}
|