go_dreamfactory/pb/capturesheep_msg.pb.go
2023-10-08 16:47:58 +08:00

1063 lines
35 KiB
Go

// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.0
// protoc v3.20.0
// source: capturesheep/capturesheep_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 CapturesheepInfoReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *CapturesheepInfoReq) Reset() {
*x = CapturesheepInfoReq{}
if protoimpl.UnsafeEnabled {
mi := &file_capturesheep_capturesheep_msg_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *CapturesheepInfoReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CapturesheepInfoReq) ProtoMessage() {}
func (x *CapturesheepInfoReq) ProtoReflect() protoreflect.Message {
mi := &file_capturesheep_capturesheep_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 CapturesheepInfoReq.ProtoReflect.Descriptor instead.
func (*CapturesheepInfoReq) Descriptor() ([]byte, []int) {
return file_capturesheep_capturesheep_msg_proto_rawDescGZIP(), []int{0}
}
//竞技场信息 回应
type CapturesheepInfoResp struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Info *DBCaptureSheep `protobuf:"bytes,1,opt,name=info,proto3" json:"info"`
}
func (x *CapturesheepInfoResp) Reset() {
*x = CapturesheepInfoResp{}
if protoimpl.UnsafeEnabled {
mi := &file_capturesheep_capturesheep_msg_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *CapturesheepInfoResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CapturesheepInfoResp) ProtoMessage() {}
func (x *CapturesheepInfoResp) ProtoReflect() protoreflect.Message {
mi := &file_capturesheep_capturesheep_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 CapturesheepInfoResp.ProtoReflect.Descriptor instead.
func (*CapturesheepInfoResp) Descriptor() ([]byte, []int) {
return file_capturesheep_capturesheep_msg_proto_rawDescGZIP(), []int{1}
}
func (x *CapturesheepInfoResp) GetInfo() *DBCaptureSheep {
if x != nil {
return x.Info
}
return nil
}
//捕养 更换坐骑
type CapturesheepChangeMtsReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Mid string `protobuf:"bytes,1,opt,name=mid,proto3" json:"mid"` //坐骑id
}
func (x *CapturesheepChangeMtsReq) Reset() {
*x = CapturesheepChangeMtsReq{}
if protoimpl.UnsafeEnabled {
mi := &file_capturesheep_capturesheep_msg_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *CapturesheepChangeMtsReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CapturesheepChangeMtsReq) ProtoMessage() {}
func (x *CapturesheepChangeMtsReq) ProtoReflect() protoreflect.Message {
mi := &file_capturesheep_capturesheep_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 CapturesheepChangeMtsReq.ProtoReflect.Descriptor instead.
func (*CapturesheepChangeMtsReq) Descriptor() ([]byte, []int) {
return file_capturesheep_capturesheep_msg_proto_rawDescGZIP(), []int{2}
}
func (x *CapturesheepChangeMtsReq) GetMid() string {
if x != nil {
return x.Mid
}
return ""
}
//捕养 更换坐骑
type CapturesheepChangeMtsResp struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Mid string `protobuf:"bytes,1,opt,name=mid,proto3" json:"mid"` //坐骑id
}
func (x *CapturesheepChangeMtsResp) Reset() {
*x = CapturesheepChangeMtsResp{}
if protoimpl.UnsafeEnabled {
mi := &file_capturesheep_capturesheep_msg_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *CapturesheepChangeMtsResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CapturesheepChangeMtsResp) ProtoMessage() {}
func (x *CapturesheepChangeMtsResp) ProtoReflect() protoreflect.Message {
mi := &file_capturesheep_capturesheep_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 CapturesheepChangeMtsResp.ProtoReflect.Descriptor instead.
func (*CapturesheepChangeMtsResp) Descriptor() ([]byte, []int) {
return file_capturesheep_capturesheep_msg_proto_rawDescGZIP(), []int{3}
}
func (x *CapturesheepChangeMtsResp) GetMid() string {
if x != nil {
return x.Mid
}
return ""
}
type CapturesheepMatcheReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Rtype CaptureSheepRaceType `protobuf:"varint,1,opt,name=rtype,proto3,enum=CaptureSheepRaceType" json:"rtype"` //比赛类型
Trackid int32 `protobuf:"varint,2,opt,name=trackid,proto3" json:"trackid"` //赛道id
}
func (x *CapturesheepMatcheReq) Reset() {
*x = CapturesheepMatcheReq{}
if protoimpl.UnsafeEnabled {
mi := &file_capturesheep_capturesheep_msg_proto_msgTypes[4]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *CapturesheepMatcheReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CapturesheepMatcheReq) ProtoMessage() {}
func (x *CapturesheepMatcheReq) ProtoReflect() protoreflect.Message {
mi := &file_capturesheep_capturesheep_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 CapturesheepMatcheReq.ProtoReflect.Descriptor instead.
func (*CapturesheepMatcheReq) Descriptor() ([]byte, []int) {
return file_capturesheep_capturesheep_msg_proto_rawDescGZIP(), []int{4}
}
func (x *CapturesheepMatcheReq) GetRtype() CaptureSheepRaceType {
if x != nil {
return x.Rtype
}
return CaptureSheepRaceType_train
}
func (x *CapturesheepMatcheReq) GetTrackid() int32 {
if x != nil {
return x.Trackid
}
return 0
}
//竞技场信息 回应
type CapturesheepMatcheResp struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Matchetime int32 `protobuf:"varint,1,opt,name=matchetime,proto3" json:"matchetime"` //匹配时间
Race *DBCaptureSheepRace `protobuf:"bytes,2,opt,name=race,proto3" json:"race"` //比赛数据
}
func (x *CapturesheepMatcheResp) Reset() {
*x = CapturesheepMatcheResp{}
if protoimpl.UnsafeEnabled {
mi := &file_capturesheep_capturesheep_msg_proto_msgTypes[5]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *CapturesheepMatcheResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CapturesheepMatcheResp) ProtoMessage() {}
func (x *CapturesheepMatcheResp) ProtoReflect() protoreflect.Message {
mi := &file_capturesheep_capturesheep_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 CapturesheepMatcheResp.ProtoReflect.Descriptor instead.
func (*CapturesheepMatcheResp) Descriptor() ([]byte, []int) {
return file_capturesheep_capturesheep_msg_proto_rawDescGZIP(), []int{5}
}
func (x *CapturesheepMatcheResp) GetMatchetime() int32 {
if x != nil {
return x.Matchetime
}
return 0
}
func (x *CapturesheepMatcheResp) GetRace() *DBCaptureSheepRace {
if x != nil {
return x.Race
}
return nil
}
//捕养大赛使用道具
type CapturesheepUseItemReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
}
func (x *CapturesheepUseItemReq) Reset() {
*x = CapturesheepUseItemReq{}
if protoimpl.UnsafeEnabled {
mi := &file_capturesheep_capturesheep_msg_proto_msgTypes[6]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *CapturesheepUseItemReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CapturesheepUseItemReq) ProtoMessage() {}
func (x *CapturesheepUseItemReq) ProtoReflect() protoreflect.Message {
mi := &file_capturesheep_capturesheep_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 CapturesheepUseItemReq.ProtoReflect.Descriptor instead.
func (*CapturesheepUseItemReq) Descriptor() ([]byte, []int) {
return file_capturesheep_capturesheep_msg_proto_rawDescGZIP(), []int{6}
}
func (x *CapturesheepUseItemReq) GetId() int32 {
if x != nil {
return x.Id
}
return 0
}
//捕养大赛使用道具
type CapturesheepUseItemResp struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *CapturesheepUseItemResp) Reset() {
*x = CapturesheepUseItemResp{}
if protoimpl.UnsafeEnabled {
mi := &file_capturesheep_capturesheep_msg_proto_msgTypes[7]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *CapturesheepUseItemResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CapturesheepUseItemResp) ProtoMessage() {}
func (x *CapturesheepUseItemResp) ProtoReflect() protoreflect.Message {
mi := &file_capturesheep_capturesheep_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 CapturesheepUseItemResp.ProtoReflect.Descriptor instead.
func (*CapturesheepUseItemResp) Descriptor() ([]byte, []int) {
return file_capturesheep_capturesheep_msg_proto_rawDescGZIP(), []int{7}
}
//捕养大赛结算
type CapturesheepOverReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Race *DBCaptureSheepRace `protobuf:"bytes,1,opt,name=race,proto3" json:"race"` //比赛数据
Rating int32 `protobuf:"varint,2,opt,name=rating,proto3" json:"rating"` //评级id
}
func (x *CapturesheepOverReq) Reset() {
*x = CapturesheepOverReq{}
if protoimpl.UnsafeEnabled {
mi := &file_capturesheep_capturesheep_msg_proto_msgTypes[8]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *CapturesheepOverReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CapturesheepOverReq) ProtoMessage() {}
func (x *CapturesheepOverReq) ProtoReflect() protoreflect.Message {
mi := &file_capturesheep_capturesheep_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 CapturesheepOverReq.ProtoReflect.Descriptor instead.
func (*CapturesheepOverReq) Descriptor() ([]byte, []int) {
return file_capturesheep_capturesheep_msg_proto_rawDescGZIP(), []int{8}
}
func (x *CapturesheepOverReq) GetRace() *DBCaptureSheepRace {
if x != nil {
return x.Race
}
return nil
}
func (x *CapturesheepOverReq) GetRating() int32 {
if x != nil {
return x.Rating
}
return 0
}
//捕养大赛结算
type CapturesheepOverResp struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Iswin bool `protobuf:"varint,1,opt,name=iswin,proto3" json:"iswin"`
Dan int32 `protobuf:"varint,2,opt,name=dan,proto3" json:"dan"` //段位
Integral int32 `protobuf:"varint,4,opt,name=integral,proto3" json:"integral"` //当前积分
Weekintegral int32 `protobuf:"varint,5,opt,name=weekintegral,proto3" json:"weekintegral"` //当前周积分
Award []*UserAtno `protobuf:"bytes,6,rep,name=award,proto3" json:"award"` //奖励
}
func (x *CapturesheepOverResp) Reset() {
*x = CapturesheepOverResp{}
if protoimpl.UnsafeEnabled {
mi := &file_capturesheep_capturesheep_msg_proto_msgTypes[9]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *CapturesheepOverResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CapturesheepOverResp) ProtoMessage() {}
func (x *CapturesheepOverResp) ProtoReflect() protoreflect.Message {
mi := &file_capturesheep_capturesheep_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 CapturesheepOverResp.ProtoReflect.Descriptor instead.
func (*CapturesheepOverResp) Descriptor() ([]byte, []int) {
return file_capturesheep_capturesheep_msg_proto_rawDescGZIP(), []int{9}
}
func (x *CapturesheepOverResp) GetIswin() bool {
if x != nil {
return x.Iswin
}
return false
}
func (x *CapturesheepOverResp) GetDan() int32 {
if x != nil {
return x.Dan
}
return 0
}
func (x *CapturesheepOverResp) GetIntegral() int32 {
if x != nil {
return x.Integral
}
return 0
}
func (x *CapturesheepOverResp) GetWeekintegral() int32 {
if x != nil {
return x.Weekintegral
}
return 0
}
func (x *CapturesheepOverResp) GetAward() []*UserAtno {
if x != nil {
return x.Award
}
return nil
}
//周长奖励请求
type CapturesheepWeekRewardReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
}
func (x *CapturesheepWeekRewardReq) Reset() {
*x = CapturesheepWeekRewardReq{}
if protoimpl.UnsafeEnabled {
mi := &file_capturesheep_capturesheep_msg_proto_msgTypes[10]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *CapturesheepWeekRewardReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CapturesheepWeekRewardReq) ProtoMessage() {}
func (x *CapturesheepWeekRewardReq) ProtoReflect() protoreflect.Message {
mi := &file_capturesheep_capturesheep_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 CapturesheepWeekRewardReq.ProtoReflect.Descriptor instead.
func (*CapturesheepWeekRewardReq) Descriptor() ([]byte, []int) {
return file_capturesheep_capturesheep_msg_proto_rawDescGZIP(), []int{10}
}
func (x *CapturesheepWeekRewardReq) GetId() int32 {
if x != nil {
return x.Id
}
return 0
}
//周长奖励请求
type CapturesheepWeekRewardResp struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
Award []*UserAtno `protobuf:"bytes,2,rep,name=award,proto3" json:"award"` //奖励
}
func (x *CapturesheepWeekRewardResp) Reset() {
*x = CapturesheepWeekRewardResp{}
if protoimpl.UnsafeEnabled {
mi := &file_capturesheep_capturesheep_msg_proto_msgTypes[11]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *CapturesheepWeekRewardResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CapturesheepWeekRewardResp) ProtoMessage() {}
func (x *CapturesheepWeekRewardResp) ProtoReflect() protoreflect.Message {
mi := &file_capturesheep_capturesheep_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 CapturesheepWeekRewardResp.ProtoReflect.Descriptor instead.
func (*CapturesheepWeekRewardResp) Descriptor() ([]byte, []int) {
return file_capturesheep_capturesheep_msg_proto_rawDescGZIP(), []int{11}
}
func (x *CapturesheepWeekRewardResp) GetId() int32 {
if x != nil {
return x.Id
}
return 0
}
func (x *CapturesheepWeekRewardResp) GetAward() []*UserAtno {
if x != nil {
return x.Award
}
return nil
}
//周长奖励请求
type CapturesheepAllWeekRewardReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *CapturesheepAllWeekRewardReq) Reset() {
*x = CapturesheepAllWeekRewardReq{}
if protoimpl.UnsafeEnabled {
mi := &file_capturesheep_capturesheep_msg_proto_msgTypes[12]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *CapturesheepAllWeekRewardReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CapturesheepAllWeekRewardReq) ProtoMessage() {}
func (x *CapturesheepAllWeekRewardReq) ProtoReflect() protoreflect.Message {
mi := &file_capturesheep_capturesheep_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 CapturesheepAllWeekRewardReq.ProtoReflect.Descriptor instead.
func (*CapturesheepAllWeekRewardReq) Descriptor() ([]byte, []int) {
return file_capturesheep_capturesheep_msg_proto_rawDescGZIP(), []int{12}
}
//周长奖励请求
type CapturesheepAllWeekRewardResp struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Weekreward map[int32]bool `protobuf:"bytes,1,rep,name=weekreward,proto3" json:"weekreward" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` //周长奖励领取
Award []*UserAtno `protobuf:"bytes,2,rep,name=award,proto3" json:"award"` //奖励
}
func (x *CapturesheepAllWeekRewardResp) Reset() {
*x = CapturesheepAllWeekRewardResp{}
if protoimpl.UnsafeEnabled {
mi := &file_capturesheep_capturesheep_msg_proto_msgTypes[13]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *CapturesheepAllWeekRewardResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CapturesheepAllWeekRewardResp) ProtoMessage() {}
func (x *CapturesheepAllWeekRewardResp) ProtoReflect() protoreflect.Message {
mi := &file_capturesheep_capturesheep_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 CapturesheepAllWeekRewardResp.ProtoReflect.Descriptor instead.
func (*CapturesheepAllWeekRewardResp) Descriptor() ([]byte, []int) {
return file_capturesheep_capturesheep_msg_proto_rawDescGZIP(), []int{13}
}
func (x *CapturesheepAllWeekRewardResp) GetWeekreward() map[int32]bool {
if x != nil {
return x.Weekreward
}
return nil
}
func (x *CapturesheepAllWeekRewardResp) GetAward() []*UserAtno {
if x != nil {
return x.Award
}
return nil
}
var File_capturesheep_capturesheep_msg_proto protoreflect.FileDescriptor
var file_capturesheep_capturesheep_msg_proto_rawDesc = []byte{
0x0a, 0x23, 0x63, 0x61, 0x70, 0x74, 0x75, 0x72, 0x65, 0x73, 0x68, 0x65, 0x65, 0x70, 0x2f, 0x63,
0x61, 0x70, 0x74, 0x75, 0x72, 0x65, 0x73, 0x68, 0x65, 0x65, 0x70, 0x5f, 0x6d, 0x73, 0x67, 0x2e,
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x22, 0x63, 0x61, 0x70, 0x74, 0x75, 0x72, 0x65, 0x73, 0x68,
0x65, 0x65, 0x70, 0x2f, 0x63, 0x61, 0x70, 0x74, 0x75, 0x72, 0x65, 0x73, 0x68, 0x65, 0x65, 0x70,
0x5f, 0x64, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x0a, 0x63, 0x6f, 0x6d, 0x6d, 0x2e,
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x15, 0x0a, 0x13, 0x43, 0x61, 0x70, 0x74, 0x75, 0x72, 0x65,
0x73, 0x68, 0x65, 0x65, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x22, 0x3b, 0x0a, 0x14,
0x43, 0x61, 0x70, 0x74, 0x75, 0x72, 0x65, 0x73, 0x68, 0x65, 0x65, 0x70, 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, 0x43, 0x61, 0x70, 0x74, 0x75, 0x72, 0x65, 0x53, 0x68,
0x65, 0x65, 0x70, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x22, 0x2c, 0x0a, 0x18, 0x43, 0x61, 0x70,
0x74, 0x75, 0x72, 0x65, 0x73, 0x68, 0x65, 0x65, 0x70, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x4d,
0x74, 0x73, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
0x28, 0x09, 0x52, 0x03, 0x6d, 0x69, 0x64, 0x22, 0x2d, 0x0a, 0x19, 0x43, 0x61, 0x70, 0x74, 0x75,
0x72, 0x65, 0x73, 0x68, 0x65, 0x65, 0x70, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x4d, 0x74, 0x73,
0x52, 0x65, 0x73, 0x70, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
0x09, 0x52, 0x03, 0x6d, 0x69, 0x64, 0x22, 0x5e, 0x0a, 0x15, 0x43, 0x61, 0x70, 0x74, 0x75, 0x72,
0x65, 0x73, 0x68, 0x65, 0x65, 0x70, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x65, 0x52, 0x65, 0x71, 0x12,
0x2b, 0x0a, 0x05, 0x72, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x15,
0x2e, 0x43, 0x61, 0x70, 0x74, 0x75, 0x72, 0x65, 0x53, 0x68, 0x65, 0x65, 0x70, 0x52, 0x61, 0x63,
0x65, 0x54, 0x79, 0x70, 0x65, 0x52, 0x05, 0x72, 0x74, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07,
0x74, 0x72, 0x61, 0x63, 0x6b, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x74,
0x72, 0x61, 0x63, 0x6b, 0x69, 0x64, 0x22, 0x61, 0x0a, 0x16, 0x43, 0x61, 0x70, 0x74, 0x75, 0x72,
0x65, 0x73, 0x68, 0x65, 0x65, 0x70, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x65, 0x52, 0x65, 0x73, 0x70,
0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x65, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x01,
0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x65, 0x74, 0x69, 0x6d, 0x65,
0x12, 0x27, 0x0a, 0x04, 0x72, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13,
0x2e, 0x44, 0x42, 0x43, 0x61, 0x70, 0x74, 0x75, 0x72, 0x65, 0x53, 0x68, 0x65, 0x65, 0x70, 0x52,
0x61, 0x63, 0x65, 0x52, 0x04, 0x72, 0x61, 0x63, 0x65, 0x22, 0x28, 0x0a, 0x16, 0x43, 0x61, 0x70,
0x74, 0x75, 0x72, 0x65, 0x73, 0x68, 0x65, 0x65, 0x70, 0x55, 0x73, 0x65, 0x49, 0x74, 0x65, 0x6d,
0x52, 0x65, 0x71, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52,
0x02, 0x69, 0x64, 0x22, 0x19, 0x0a, 0x17, 0x43, 0x61, 0x70, 0x74, 0x75, 0x72, 0x65, 0x73, 0x68,
0x65, 0x65, 0x70, 0x55, 0x73, 0x65, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x22, 0x56,
0x0a, 0x13, 0x43, 0x61, 0x70, 0x74, 0x75, 0x72, 0x65, 0x73, 0x68, 0x65, 0x65, 0x70, 0x4f, 0x76,
0x65, 0x72, 0x52, 0x65, 0x71, 0x12, 0x27, 0x0a, 0x04, 0x72, 0x61, 0x63, 0x65, 0x18, 0x01, 0x20,
0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x44, 0x42, 0x43, 0x61, 0x70, 0x74, 0x75, 0x72, 0x65, 0x53,
0x68, 0x65, 0x65, 0x70, 0x52, 0x61, 0x63, 0x65, 0x52, 0x04, 0x72, 0x61, 0x63, 0x65, 0x12, 0x16,
0x0a, 0x06, 0x72, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06,
0x72, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x22, 0x9f, 0x01, 0x0a, 0x14, 0x43, 0x61, 0x70, 0x74, 0x75,
0x72, 0x65, 0x73, 0x68, 0x65, 0x65, 0x70, 0x4f, 0x76, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12,
0x14, 0x0a, 0x05, 0x69, 0x73, 0x77, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05,
0x69, 0x73, 0x77, 0x69, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x64, 0x61, 0x6e, 0x18, 0x02, 0x20, 0x01,
0x28, 0x05, 0x52, 0x03, 0x64, 0x61, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x6e, 0x74, 0x65, 0x67,
0x72, 0x61, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x69, 0x6e, 0x74, 0x65, 0x67,
0x72, 0x61, 0x6c, 0x12, 0x22, 0x0a, 0x0c, 0x77, 0x65, 0x65, 0x6b, 0x69, 0x6e, 0x74, 0x65, 0x67,
0x72, 0x61, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x77, 0x65, 0x65, 0x6b, 0x69,
0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x6c, 0x12, 0x1f, 0x0a, 0x05, 0x61, 0x77, 0x61, 0x72, 0x64,
0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x74, 0x6e,
0x6f, 0x52, 0x05, 0x61, 0x77, 0x61, 0x72, 0x64, 0x22, 0x2b, 0x0a, 0x19, 0x43, 0x61, 0x70, 0x74,
0x75, 0x72, 0x65, 0x73, 0x68, 0x65, 0x65, 0x70, 0x57, 0x65, 0x65, 0x6b, 0x52, 0x65, 0x77, 0x61,
0x72, 0x64, 0x52, 0x65, 0x71, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
0x05, 0x52, 0x02, 0x69, 0x64, 0x22, 0x4d, 0x0a, 0x1a, 0x43, 0x61, 0x70, 0x74, 0x75, 0x72, 0x65,
0x73, 0x68, 0x65, 0x65, 0x70, 0x57, 0x65, 0x65, 0x6b, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x52,
0x65, 0x73, 0x70, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52,
0x02, 0x69, 0x64, 0x12, 0x1f, 0x0a, 0x05, 0x61, 0x77, 0x61, 0x72, 0x64, 0x18, 0x02, 0x20, 0x03,
0x28, 0x0b, 0x32, 0x09, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x74, 0x6e, 0x6f, 0x52, 0x05, 0x61,
0x77, 0x61, 0x72, 0x64, 0x22, 0x1e, 0x0a, 0x1c, 0x43, 0x61, 0x70, 0x74, 0x75, 0x72, 0x65, 0x73,
0x68, 0x65, 0x65, 0x70, 0x41, 0x6c, 0x6c, 0x57, 0x65, 0x65, 0x6b, 0x52, 0x65, 0x77, 0x61, 0x72,
0x64, 0x52, 0x65, 0x71, 0x22, 0xcf, 0x01, 0x0a, 0x1d, 0x43, 0x61, 0x70, 0x74, 0x75, 0x72, 0x65,
0x73, 0x68, 0x65, 0x65, 0x70, 0x41, 0x6c, 0x6c, 0x57, 0x65, 0x65, 0x6b, 0x52, 0x65, 0x77, 0x61,
0x72, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12, 0x4e, 0x0a, 0x0a, 0x77, 0x65, 0x65, 0x6b, 0x72, 0x65,
0x77, 0x61, 0x72, 0x64, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x43, 0x61, 0x70,
0x74, 0x75, 0x72, 0x65, 0x73, 0x68, 0x65, 0x65, 0x70, 0x41, 0x6c, 0x6c, 0x57, 0x65, 0x65, 0x6b,
0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x52, 0x65, 0x73, 0x70, 0x2e, 0x57, 0x65, 0x65, 0x6b, 0x72,
0x65, 0x77, 0x61, 0x72, 0x64, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0a, 0x77, 0x65, 0x65, 0x6b,
0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x12, 0x1f, 0x0a, 0x05, 0x61, 0x77, 0x61, 0x72, 0x64, 0x18,
0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x74, 0x6e, 0x6f,
0x52, 0x05, 0x61, 0x77, 0x61, 0x72, 0x64, 0x1a, 0x3d, 0x0a, 0x0f, 0x57, 0x65, 0x65, 0x6b, 0x72,
0x65, 0x77, 0x61, 0x72, 0x64, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65,
0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05,
0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x76, 0x61, 0x6c,
0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06,
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}
var (
file_capturesheep_capturesheep_msg_proto_rawDescOnce sync.Once
file_capturesheep_capturesheep_msg_proto_rawDescData = file_capturesheep_capturesheep_msg_proto_rawDesc
)
func file_capturesheep_capturesheep_msg_proto_rawDescGZIP() []byte {
file_capturesheep_capturesheep_msg_proto_rawDescOnce.Do(func() {
file_capturesheep_capturesheep_msg_proto_rawDescData = protoimpl.X.CompressGZIP(file_capturesheep_capturesheep_msg_proto_rawDescData)
})
return file_capturesheep_capturesheep_msg_proto_rawDescData
}
var file_capturesheep_capturesheep_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 15)
var file_capturesheep_capturesheep_msg_proto_goTypes = []interface{}{
(*CapturesheepInfoReq)(nil), // 0: CapturesheepInfoReq
(*CapturesheepInfoResp)(nil), // 1: CapturesheepInfoResp
(*CapturesheepChangeMtsReq)(nil), // 2: CapturesheepChangeMtsReq
(*CapturesheepChangeMtsResp)(nil), // 3: CapturesheepChangeMtsResp
(*CapturesheepMatcheReq)(nil), // 4: CapturesheepMatcheReq
(*CapturesheepMatcheResp)(nil), // 5: CapturesheepMatcheResp
(*CapturesheepUseItemReq)(nil), // 6: CapturesheepUseItemReq
(*CapturesheepUseItemResp)(nil), // 7: CapturesheepUseItemResp
(*CapturesheepOverReq)(nil), // 8: CapturesheepOverReq
(*CapturesheepOverResp)(nil), // 9: CapturesheepOverResp
(*CapturesheepWeekRewardReq)(nil), // 10: CapturesheepWeekRewardReq
(*CapturesheepWeekRewardResp)(nil), // 11: CapturesheepWeekRewardResp
(*CapturesheepAllWeekRewardReq)(nil), // 12: CapturesheepAllWeekRewardReq
(*CapturesheepAllWeekRewardResp)(nil), // 13: CapturesheepAllWeekRewardResp
nil, // 14: CapturesheepAllWeekRewardResp.WeekrewardEntry
(*DBCaptureSheep)(nil), // 15: DBCaptureSheep
(CaptureSheepRaceType)(0), // 16: CaptureSheepRaceType
(*DBCaptureSheepRace)(nil), // 17: DBCaptureSheepRace
(*UserAtno)(nil), // 18: UserAtno
}
var file_capturesheep_capturesheep_msg_proto_depIdxs = []int32{
15, // 0: CapturesheepInfoResp.info:type_name -> DBCaptureSheep
16, // 1: CapturesheepMatcheReq.rtype:type_name -> CaptureSheepRaceType
17, // 2: CapturesheepMatcheResp.race:type_name -> DBCaptureSheepRace
17, // 3: CapturesheepOverReq.race:type_name -> DBCaptureSheepRace
18, // 4: CapturesheepOverResp.award:type_name -> UserAtno
18, // 5: CapturesheepWeekRewardResp.award:type_name -> UserAtno
14, // 6: CapturesheepAllWeekRewardResp.weekreward:type_name -> CapturesheepAllWeekRewardResp.WeekrewardEntry
18, // 7: CapturesheepAllWeekRewardResp.award:type_name -> UserAtno
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_capturesheep_capturesheep_msg_proto_init() }
func file_capturesheep_capturesheep_msg_proto_init() {
if File_capturesheep_capturesheep_msg_proto != nil {
return
}
file_capturesheep_capturesheep_db_proto_init()
file_comm_proto_init()
if !protoimpl.UnsafeEnabled {
file_capturesheep_capturesheep_msg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*CapturesheepInfoReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_capturesheep_capturesheep_msg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*CapturesheepInfoResp); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_capturesheep_capturesheep_msg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*CapturesheepChangeMtsReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_capturesheep_capturesheep_msg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*CapturesheepChangeMtsResp); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_capturesheep_capturesheep_msg_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*CapturesheepMatcheReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_capturesheep_capturesheep_msg_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*CapturesheepMatcheResp); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_capturesheep_capturesheep_msg_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*CapturesheepUseItemReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_capturesheep_capturesheep_msg_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*CapturesheepUseItemResp); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_capturesheep_capturesheep_msg_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*CapturesheepOverReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_capturesheep_capturesheep_msg_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*CapturesheepOverResp); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_capturesheep_capturesheep_msg_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*CapturesheepWeekRewardReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_capturesheep_capturesheep_msg_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*CapturesheepWeekRewardResp); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_capturesheep_capturesheep_msg_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*CapturesheepAllWeekRewardReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_capturesheep_capturesheep_msg_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*CapturesheepAllWeekRewardResp); 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_capturesheep_capturesheep_msg_proto_rawDesc,
NumEnums: 0,
NumMessages: 15,
NumExtensions: 0,
NumServices: 0,
},
GoTypes: file_capturesheep_capturesheep_msg_proto_goTypes,
DependencyIndexes: file_capturesheep_capturesheep_msg_proto_depIdxs,
MessageInfos: file_capturesheep_capturesheep_msg_proto_msgTypes,
}.Build()
File_capturesheep_capturesheep_msg_proto = out.File
file_capturesheep_capturesheep_msg_proto_rawDesc = nil
file_capturesheep_capturesheep_msg_proto_goTypes = nil
file_capturesheep_capturesheep_msg_proto_depIdxs = nil
}