// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.28.0 // protoc v3.20.0 // source: uniongve/uniongve_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 UniongveInfoReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Unionid string `protobuf:"bytes,1,opt,name=unionid,proto3" json:"unionid"` } func (x *UniongveInfoReq) Reset() { *x = UniongveInfoReq{} if protoimpl.UnsafeEnabled { mi := &file_uniongve_uniongve_msg_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *UniongveInfoReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*UniongveInfoReq) ProtoMessage() {} func (x *UniongveInfoReq) ProtoReflect() protoreflect.Message { mi := &file_uniongve_uniongve_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 UniongveInfoReq.ProtoReflect.Descriptor instead. func (*UniongveInfoReq) Descriptor() ([]byte, []int) { return file_uniongve_uniongve_msg_proto_rawDescGZIP(), []int{0} } func (x *UniongveInfoReq) GetUnionid() string { if x != nil { return x.Unionid } return "" } type UniongveInfoResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Info *DBUnionGve `protobuf:"bytes,1,opt,name=info,proto3" json:"info"` } func (x *UniongveInfoResp) Reset() { *x = UniongveInfoResp{} if protoimpl.UnsafeEnabled { mi := &file_uniongve_uniongve_msg_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *UniongveInfoResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*UniongveInfoResp) ProtoMessage() {} func (x *UniongveInfoResp) ProtoReflect() protoreflect.Message { mi := &file_uniongve_uniongve_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 UniongveInfoResp.ProtoReflect.Descriptor instead. func (*UniongveInfoResp) Descriptor() ([]byte, []int) { return file_uniongve_uniongve_msg_proto_rawDescGZIP(), []int{1} } func (x *UniongveInfoResp) GetInfo() *DBUnionGve { if x != nil { return x.Info } return nil } //挑战请求 type UniongveChallengeReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Unionid string `protobuf:"bytes,1,opt,name=unionid,proto3" json:"unionid"` Boosid int32 `protobuf:"varint,2,opt,name=boosid,proto3" json:"boosid"` Battle *BattleFormation `protobuf:"bytes,3,opt,name=battle,proto3" json:"battle"` //战斗类型 } func (x *UniongveChallengeReq) Reset() { *x = UniongveChallengeReq{} if protoimpl.UnsafeEnabled { mi := &file_uniongve_uniongve_msg_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *UniongveChallengeReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*UniongveChallengeReq) ProtoMessage() {} func (x *UniongveChallengeReq) ProtoReflect() protoreflect.Message { mi := &file_uniongve_uniongve_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 UniongveChallengeReq.ProtoReflect.Descriptor instead. func (*UniongveChallengeReq) Descriptor() ([]byte, []int) { return file_uniongve_uniongve_msg_proto_rawDescGZIP(), []int{2} } func (x *UniongveChallengeReq) GetUnionid() string { if x != nil { return x.Unionid } return "" } func (x *UniongveChallengeReq) GetBoosid() int32 { if x != nil { return x.Boosid } return 0 } func (x *UniongveChallengeReq) GetBattle() *BattleFormation { if x != nil { return x.Battle } return nil } //挑战回应 type UniongveChallengeResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Unionid string `protobuf:"bytes,1,opt,name=unionid,proto3" json:"unionid"` Boosid int32 `protobuf:"varint,2,opt,name=boosid,proto3" json:"boosid"` Info *BattleInfo `protobuf:"bytes,3,opt,name=info,proto3" json:"info"` //战斗信息 } func (x *UniongveChallengeResp) Reset() { *x = UniongveChallengeResp{} if protoimpl.UnsafeEnabled { mi := &file_uniongve_uniongve_msg_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *UniongveChallengeResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*UniongveChallengeResp) ProtoMessage() {} func (x *UniongveChallengeResp) ProtoReflect() protoreflect.Message { mi := &file_uniongve_uniongve_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 UniongveChallengeResp.ProtoReflect.Descriptor instead. func (*UniongveChallengeResp) Descriptor() ([]byte, []int) { return file_uniongve_uniongve_msg_proto_rawDescGZIP(), []int{3} } func (x *UniongveChallengeResp) GetUnionid() string { if x != nil { return x.Unionid } return "" } func (x *UniongveChallengeResp) GetBoosid() int32 { if x != nil { return x.Boosid } return 0 } func (x *UniongveChallengeResp) GetInfo() *BattleInfo { if x != nil { return x.Info } return nil } //战斗 完成请求 type UniongveChallengeFinishRep struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields BattleConfId int32 `protobuf:"varint,1,opt,name=battleConfId,proto3" json:"battleConfId"` //战斗配表ID Info *BattleInfo `protobuf:"bytes,2,opt,name=info,proto3" json:"info"` //战斗信息 } func (x *UniongveChallengeFinishRep) Reset() { *x = UniongveChallengeFinishRep{} if protoimpl.UnsafeEnabled { mi := &file_uniongve_uniongve_msg_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *UniongveChallengeFinishRep) String() string { return protoimpl.X.MessageStringOf(x) } func (*UniongveChallengeFinishRep) ProtoMessage() {} func (x *UniongveChallengeFinishRep) ProtoReflect() protoreflect.Message { mi := &file_uniongve_uniongve_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 UniongveChallengeFinishRep.ProtoReflect.Descriptor instead. func (*UniongveChallengeFinishRep) Descriptor() ([]byte, []int) { return file_uniongve_uniongve_msg_proto_rawDescGZIP(), []int{4} } func (x *UniongveChallengeFinishRep) GetBattleConfId() int32 { if x != nil { return x.BattleConfId } return 0 } func (x *UniongveChallengeFinishRep) GetInfo() *BattleInfo { if x != nil { return x.Info } return nil } //战斗 完成请求 回应 type UniongveChallengeFinishResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields BattleConfId int32 `protobuf:"varint,1,opt,name=battleConfId,proto3" json:"battleConfId"` //战斗配表ID Report *BattleReport `protobuf:"bytes,2,opt,name=report,proto3" json:"report"` //战报 } func (x *UniongveChallengeFinishResp) Reset() { *x = UniongveChallengeFinishResp{} if protoimpl.UnsafeEnabled { mi := &file_uniongve_uniongve_msg_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *UniongveChallengeFinishResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*UniongveChallengeFinishResp) ProtoMessage() {} func (x *UniongveChallengeFinishResp) ProtoReflect() protoreflect.Message { mi := &file_uniongve_uniongve_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 UniongveChallengeFinishResp.ProtoReflect.Descriptor instead. func (*UniongveChallengeFinishResp) Descriptor() ([]byte, []int) { return file_uniongve_uniongve_msg_proto_rawDescGZIP(), []int{5} } func (x *UniongveChallengeFinishResp) GetBattleConfId() int32 { if x != nil { return x.BattleConfId } return 0 } func (x *UniongveChallengeFinishResp) GetReport() *BattleReport { if x != nil { return x.Report } return nil } //工会战 阶段变化 type UniongveStageChangePush struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Info *DBUnionGve `protobuf:"bytes,1,opt,name=info,proto3" json:"info"` } func (x *UniongveStageChangePush) Reset() { *x = UniongveStageChangePush{} if protoimpl.UnsafeEnabled { mi := &file_uniongve_uniongve_msg_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *UniongveStageChangePush) String() string { return protoimpl.X.MessageStringOf(x) } func (*UniongveStageChangePush) ProtoMessage() {} func (x *UniongveStageChangePush) ProtoReflect() protoreflect.Message { mi := &file_uniongve_uniongve_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 UniongveStageChangePush.ProtoReflect.Descriptor instead. func (*UniongveStageChangePush) Descriptor() ([]byte, []int) { return file_uniongve_uniongve_msg_proto_rawDescGZIP(), []int{6} } func (x *UniongveStageChangePush) GetInfo() *DBUnionGve { if x != nil { return x.Info } return nil } //工会战 bos变化 type UniongveBoosChangePush struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Info *DBUnionGve `protobuf:"bytes,1,opt,name=info,proto3" json:"info"` } func (x *UniongveBoosChangePush) Reset() { *x = UniongveBoosChangePush{} if protoimpl.UnsafeEnabled { mi := &file_uniongve_uniongve_msg_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *UniongveBoosChangePush) String() string { return protoimpl.X.MessageStringOf(x) } func (*UniongveBoosChangePush) ProtoMessage() {} func (x *UniongveBoosChangePush) ProtoReflect() protoreflect.Message { mi := &file_uniongve_uniongve_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 UniongveBoosChangePush.ProtoReflect.Descriptor instead. func (*UniongveBoosChangePush) Descriptor() ([]byte, []int) { return file_uniongve_uniongve_msg_proto_rawDescGZIP(), []int{7} } func (x *UniongveBoosChangePush) GetInfo() *DBUnionGve { if x != nil { return x.Info } return nil } var File_uniongve_uniongve_msg_proto protoreflect.FileDescriptor var file_uniongve_uniongve_msg_proto_rawDesc = []byte{ 0x0a, 0x1b, 0x75, 0x6e, 0x69, 0x6f, 0x6e, 0x67, 0x76, 0x65, 0x2f, 0x75, 0x6e, 0x69, 0x6f, 0x6e, 0x67, 0x76, 0x65, 0x5f, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1a, 0x75, 0x6e, 0x69, 0x6f, 0x6e, 0x67, 0x76, 0x65, 0x2f, 0x75, 0x6e, 0x69, 0x6f, 0x6e, 0x67, 0x76, 0x65, 0x5f, 0x64, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x17, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x2f, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x5f, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x2b, 0x0a, 0x0f, 0x55, 0x6e, 0x69, 0x6f, 0x6e, 0x67, 0x76, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x75, 0x6e, 0x69, 0x6f, 0x6e, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x75, 0x6e, 0x69, 0x6f, 0x6e, 0x69, 0x64, 0x22, 0x33, 0x0a, 0x10, 0x55, 0x6e, 0x69, 0x6f, 0x6e, 0x67, 0x76, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1f, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x44, 0x42, 0x55, 0x6e, 0x69, 0x6f, 0x6e, 0x47, 0x76, 0x65, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x22, 0x72, 0x0a, 0x14, 0x55, 0x6e, 0x69, 0x6f, 0x6e, 0x67, 0x76, 0x65, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x75, 0x6e, 0x69, 0x6f, 0x6e, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x75, 0x6e, 0x69, 0x6f, 0x6e, 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, 0x12, 0x28, 0x0a, 0x06, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x46, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x06, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x22, 0x6a, 0x0a, 0x15, 0x55, 0x6e, 0x69, 0x6f, 0x6e, 0x67, 0x76, 0x65, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x75, 0x6e, 0x69, 0x6f, 0x6e, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x75, 0x6e, 0x69, 0x6f, 0x6e, 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, 0x12, 0x1f, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x22, 0x61, 0x0a, 0x1a, 0x55, 0x6e, 0x69, 0x6f, 0x6e, 0x67, 0x76, 0x65, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x46, 0x69, 0x6e, 0x69, 0x73, 0x68, 0x52, 0x65, 0x70, 0x12, 0x22, 0x0a, 0x0c, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x49, 0x64, 0x12, 0x1f, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x22, 0x68, 0x0a, 0x1b, 0x55, 0x6e, 0x69, 0x6f, 0x6e, 0x67, 0x76, 0x65, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x46, 0x69, 0x6e, 0x69, 0x73, 0x68, 0x52, 0x65, 0x73, 0x70, 0x12, 0x22, 0x0a, 0x0c, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x49, 0x64, 0x12, 0x25, 0x0a, 0x06, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x06, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x22, 0x3a, 0x0a, 0x17, 0x55, 0x6e, 0x69, 0x6f, 0x6e, 0x67, 0x76, 0x65, 0x53, 0x74, 0x61, 0x67, 0x65, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x50, 0x75, 0x73, 0x68, 0x12, 0x1f, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x44, 0x42, 0x55, 0x6e, 0x69, 0x6f, 0x6e, 0x47, 0x76, 0x65, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x22, 0x39, 0x0a, 0x16, 0x55, 0x6e, 0x69, 0x6f, 0x6e, 0x67, 0x76, 0x65, 0x42, 0x6f, 0x6f, 0x73, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x50, 0x75, 0x73, 0x68, 0x12, 0x1f, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x44, 0x42, 0x55, 0x6e, 0x69, 0x6f, 0x6e, 0x47, 0x76, 0x65, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_uniongve_uniongve_msg_proto_rawDescOnce sync.Once file_uniongve_uniongve_msg_proto_rawDescData = file_uniongve_uniongve_msg_proto_rawDesc ) func file_uniongve_uniongve_msg_proto_rawDescGZIP() []byte { file_uniongve_uniongve_msg_proto_rawDescOnce.Do(func() { file_uniongve_uniongve_msg_proto_rawDescData = protoimpl.X.CompressGZIP(file_uniongve_uniongve_msg_proto_rawDescData) }) return file_uniongve_uniongve_msg_proto_rawDescData } var file_uniongve_uniongve_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 8) var file_uniongve_uniongve_msg_proto_goTypes = []interface{}{ (*UniongveInfoReq)(nil), // 0: UniongveInfoReq (*UniongveInfoResp)(nil), // 1: UniongveInfoResp (*UniongveChallengeReq)(nil), // 2: UniongveChallengeReq (*UniongveChallengeResp)(nil), // 3: UniongveChallengeResp (*UniongveChallengeFinishRep)(nil), // 4: UniongveChallengeFinishRep (*UniongveChallengeFinishResp)(nil), // 5: UniongveChallengeFinishResp (*UniongveStageChangePush)(nil), // 6: UniongveStageChangePush (*UniongveBoosChangePush)(nil), // 7: UniongveBoosChangePush (*DBUnionGve)(nil), // 8: DBUnionGve (*BattleFormation)(nil), // 9: BattleFormation (*BattleInfo)(nil), // 10: BattleInfo (*BattleReport)(nil), // 11: BattleReport } var file_uniongve_uniongve_msg_proto_depIdxs = []int32{ 8, // 0: UniongveInfoResp.info:type_name -> DBUnionGve 9, // 1: UniongveChallengeReq.battle:type_name -> BattleFormation 10, // 2: UniongveChallengeResp.info:type_name -> BattleInfo 10, // 3: UniongveChallengeFinishRep.info:type_name -> BattleInfo 11, // 4: UniongveChallengeFinishResp.report:type_name -> BattleReport 8, // 5: UniongveStageChangePush.info:type_name -> DBUnionGve 8, // 6: UniongveBoosChangePush.info:type_name -> DBUnionGve 7, // [7:7] is the sub-list for method output_type 7, // [7:7] is the sub-list for method input_type 7, // [7:7] is the sub-list for extension type_name 7, // [7:7] is the sub-list for extension extendee 0, // [0:7] is the sub-list for field type_name } func init() { file_uniongve_uniongve_msg_proto_init() } func file_uniongve_uniongve_msg_proto_init() { if File_uniongve_uniongve_msg_proto != nil { return } file_uniongve_uniongve_db_proto_init() file_battle_battle_msg_proto_init() if !protoimpl.UnsafeEnabled { file_uniongve_uniongve_msg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UniongveInfoReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_uniongve_uniongve_msg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UniongveInfoResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_uniongve_uniongve_msg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UniongveChallengeReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_uniongve_uniongve_msg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UniongveChallengeResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_uniongve_uniongve_msg_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UniongveChallengeFinishRep); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_uniongve_uniongve_msg_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UniongveChallengeFinishResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_uniongve_uniongve_msg_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UniongveStageChangePush); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_uniongve_uniongve_msg_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UniongveBoosChangePush); 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_uniongve_uniongve_msg_proto_rawDesc, NumEnums: 0, NumMessages: 8, NumExtensions: 0, NumServices: 0, }, GoTypes: file_uniongve_uniongve_msg_proto_goTypes, DependencyIndexes: file_uniongve_uniongve_msg_proto_depIdxs, MessageInfos: file_uniongve_uniongve_msg_proto_msgTypes, }.Build() File_uniongve_uniongve_msg_proto = out.File file_uniongve_uniongve_msg_proto_rawDesc = nil file_uniongve_uniongve_msg_proto_goTypes = nil file_uniongve_uniongve_msg_proto_depIdxs = nil }