2548 lines
87 KiB
Go
2548 lines
87 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.28.0
|
|
// protoc v3.20.0
|
|
// source: stonehenge/stonehenge_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 StonehengeGetListReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *StonehengeGetListReq) Reset() {
|
|
*x = StonehengeGetListReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *StonehengeGetListReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StonehengeGetListReq) ProtoMessage() {}
|
|
|
|
func (x *StonehengeGetListReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_stonehenge_stonehenge_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 StonehengeGetListReq.ProtoReflect.Descriptor instead.
|
|
func (*StonehengeGetListReq) Descriptor() ([]byte, []int) {
|
|
return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
type StonehengeGetListResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Data *DBStonehenge `protobuf:"bytes,1,opt,name=data,proto3" json:"data"`
|
|
Boss *DBStoneBoss `protobuf:"bytes,2,opt,name=boss,proto3" json:"boss"` //房间id 根据房间找boss
|
|
}
|
|
|
|
func (x *StonehengeGetListResp) Reset() {
|
|
*x = StonehengeGetListResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *StonehengeGetListResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StonehengeGetListResp) ProtoMessage() {}
|
|
|
|
func (x *StonehengeGetListResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_stonehenge_stonehenge_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 StonehengeGetListResp.ProtoReflect.Descriptor instead.
|
|
func (*StonehengeGetListResp) Descriptor() ([]byte, []int) {
|
|
return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *StonehengeGetListResp) GetData() *DBStonehenge {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *StonehengeGetListResp) GetBoss() *DBStoneBoss {
|
|
if x != nil {
|
|
return x.Boss
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 进入关卡
|
|
type StonehengeEnterLevelReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Hid []string `protobuf:"bytes,1,rep,name=hid,proto3" json:"hid"` // 英雄唯一id
|
|
BuffType int32 `protobuf:"varint,2,opt,name=buffType,proto3" json:"buffType"`
|
|
Stageid int32 `protobuf:"varint,3,opt,name=stageid,proto3" json:"stageid"`
|
|
}
|
|
|
|
func (x *StonehengeEnterLevelReq) Reset() {
|
|
*x = StonehengeEnterLevelReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *StonehengeEnterLevelReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StonehengeEnterLevelReq) ProtoMessage() {}
|
|
|
|
func (x *StonehengeEnterLevelReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_stonehenge_stonehenge_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 StonehengeEnterLevelReq.ProtoReflect.Descriptor instead.
|
|
func (*StonehengeEnterLevelReq) Descriptor() ([]byte, []int) {
|
|
return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *StonehengeEnterLevelReq) GetHid() []string {
|
|
if x != nil {
|
|
return x.Hid
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *StonehengeEnterLevelReq) GetBuffType() int32 {
|
|
if x != nil {
|
|
return x.BuffType
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *StonehengeEnterLevelReq) GetStageid() int32 {
|
|
if x != nil {
|
|
return x.Stageid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type StonehengeEnterLevelResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Hero map[string]*BattleRole `protobuf:"bytes,1,rep,name=hero,proto3" json:"hero" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
|
|
Room *RoomData `protobuf:"bytes,2,opt,name=room,proto3" json:"room"`
|
|
}
|
|
|
|
func (x *StonehengeEnterLevelResp) Reset() {
|
|
*x = StonehengeEnterLevelResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *StonehengeEnterLevelResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StonehengeEnterLevelResp) ProtoMessage() {}
|
|
|
|
func (x *StonehengeEnterLevelResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_stonehenge_stonehenge_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 StonehengeEnterLevelResp.ProtoReflect.Descriptor instead.
|
|
func (*StonehengeEnterLevelResp) Descriptor() ([]byte, []int) {
|
|
return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
func (x *StonehengeEnterLevelResp) GetHero() map[string]*BattleRole {
|
|
if x != nil {
|
|
return x.Hero
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *StonehengeEnterLevelResp) GetRoom() *RoomData {
|
|
if x != nil {
|
|
return x.Room
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 通关当前房间进入下一个房间
|
|
type StonehengeGotoRoomReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Portal int32 `protobuf:"varint,1,opt,name=portal,proto3" json:"portal"` //传送门id
|
|
}
|
|
|
|
func (x *StonehengeGotoRoomReq) Reset() {
|
|
*x = StonehengeGotoRoomReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *StonehengeGotoRoomReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StonehengeGotoRoomReq) ProtoMessage() {}
|
|
|
|
func (x *StonehengeGotoRoomReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_stonehenge_stonehenge_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 StonehengeGotoRoomReq.ProtoReflect.Descriptor instead.
|
|
func (*StonehengeGotoRoomReq) Descriptor() ([]byte, []int) {
|
|
return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
func (x *StonehengeGotoRoomReq) GetPortal() int32 {
|
|
if x != nil {
|
|
return x.Portal
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type StonehengeGotoRoomResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Room *RoomData `protobuf:"bytes,1,opt,name=room,proto3" json:"room"`
|
|
Portal int32 `protobuf:"varint,2,opt,name=portal,proto3" json:"portal"` //传送门id
|
|
}
|
|
|
|
func (x *StonehengeGotoRoomResp) Reset() {
|
|
*x = StonehengeGotoRoomResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *StonehengeGotoRoomResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StonehengeGotoRoomResp) ProtoMessage() {}
|
|
|
|
func (x *StonehengeGotoRoomResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_stonehenge_stonehenge_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 StonehengeGotoRoomResp.ProtoReflect.Descriptor instead.
|
|
func (*StonehengeGotoRoomResp) Descriptor() ([]byte, []int) {
|
|
return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
func (x *StonehengeGotoRoomResp) GetRoom() *RoomData {
|
|
if x != nil {
|
|
return x.Room
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *StonehengeGotoRoomResp) GetPortal() int32 {
|
|
if x != nil {
|
|
return x.Portal
|
|
}
|
|
return 0
|
|
}
|
|
|
|
// 完成事件
|
|
type StonehengeEventReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Eventid int32 `protobuf:"varint,1,opt,name=eventid,proto3" json:"eventid"` //事件id
|
|
Param1 string `protobuf:"bytes,2,opt,name=param1,proto3" json:"param1"`
|
|
Param2 string `protobuf:"bytes,3,opt,name=param2,proto3" json:"param2"`
|
|
Param3 string `protobuf:"bytes,4,opt,name=param3,proto3" json:"param3"`
|
|
Report *BattleReport `protobuf:"bytes,5,opt,name=report,proto3" json:"report"` //战报
|
|
}
|
|
|
|
func (x *StonehengeEventReq) Reset() {
|
|
*x = StonehengeEventReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[6]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *StonehengeEventReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StonehengeEventReq) ProtoMessage() {}
|
|
|
|
func (x *StonehengeEventReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_stonehenge_stonehenge_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 StonehengeEventReq.ProtoReflect.Descriptor instead.
|
|
func (*StonehengeEventReq) Descriptor() ([]byte, []int) {
|
|
return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{6}
|
|
}
|
|
|
|
func (x *StonehengeEventReq) GetEventid() int32 {
|
|
if x != nil {
|
|
return x.Eventid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *StonehengeEventReq) GetParam1() string {
|
|
if x != nil {
|
|
return x.Param1
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *StonehengeEventReq) GetParam2() string {
|
|
if x != nil {
|
|
return x.Param2
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *StonehengeEventReq) GetParam3() string {
|
|
if x != nil {
|
|
return x.Param3
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *StonehengeEventReq) GetReport() *BattleReport {
|
|
if x != nil {
|
|
return x.Report
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type StonehengeEventResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Eventid int32 `protobuf:"varint,1,opt,name=eventid,proto3" json:"eventid"` //事件id
|
|
NewEvent int32 `protobuf:"varint,2,opt,name=newEvent,proto3" json:"newEvent"` // 新的事件id
|
|
Room *RoomData `protobuf:"bytes,3,opt,name=room,proto3" json:"room"`
|
|
Reward []*UserAtno `protobuf:"bytes,4,rep,name=reward,proto3" json:"reward"` // 完成事件获得的奖励
|
|
Hero map[string]*BattleRole `protobuf:"bytes,5,rep,name=hero,proto3" json:"hero" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` // 英雄信息
|
|
Userbuff map[int32]int32 `protobuf:"bytes,6,rep,name=userbuff,proto3" json:"userbuff" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"`
|
|
Curbuff int32 `protobuf:"varint,7,opt,name=curbuff,proto3" json:"curbuff"` // 当前处理的buff
|
|
}
|
|
|
|
func (x *StonehengeEventResp) Reset() {
|
|
*x = StonehengeEventResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[7]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *StonehengeEventResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StonehengeEventResp) ProtoMessage() {}
|
|
|
|
func (x *StonehengeEventResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_stonehenge_stonehenge_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 StonehengeEventResp.ProtoReflect.Descriptor instead.
|
|
func (*StonehengeEventResp) Descriptor() ([]byte, []int) {
|
|
return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{7}
|
|
}
|
|
|
|
func (x *StonehengeEventResp) GetEventid() int32 {
|
|
if x != nil {
|
|
return x.Eventid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *StonehengeEventResp) GetNewEvent() int32 {
|
|
if x != nil {
|
|
return x.NewEvent
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *StonehengeEventResp) GetRoom() *RoomData {
|
|
if x != nil {
|
|
return x.Room
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *StonehengeEventResp) GetReward() []*UserAtno {
|
|
if x != nil {
|
|
return x.Reward
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *StonehengeEventResp) GetHero() map[string]*BattleRole {
|
|
if x != nil {
|
|
return x.Hero
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *StonehengeEventResp) GetUserbuff() map[int32]int32 {
|
|
if x != nil {
|
|
return x.Userbuff
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *StonehengeEventResp) GetCurbuff() int32 {
|
|
if x != nil {
|
|
return x.Curbuff
|
|
}
|
|
return 0
|
|
}
|
|
|
|
//获取房间信息
|
|
type StonehengeGetRoomInfoReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *StonehengeGetRoomInfoReq) Reset() {
|
|
*x = StonehengeGetRoomInfoReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[8]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *StonehengeGetRoomInfoReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StonehengeGetRoomInfoReq) ProtoMessage() {}
|
|
|
|
func (x *StonehengeGetRoomInfoReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_stonehenge_stonehenge_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 StonehengeGetRoomInfoReq.ProtoReflect.Descriptor instead.
|
|
func (*StonehengeGetRoomInfoReq) Descriptor() ([]byte, []int) {
|
|
return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{8}
|
|
}
|
|
|
|
type StonehengeGetRoomInfoResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Room *RoomData `protobuf:"bytes,1,opt,name=room,proto3" json:"room"`
|
|
}
|
|
|
|
func (x *StonehengeGetRoomInfoResp) Reset() {
|
|
*x = StonehengeGetRoomInfoResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[9]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *StonehengeGetRoomInfoResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StonehengeGetRoomInfoResp) ProtoMessage() {}
|
|
|
|
func (x *StonehengeGetRoomInfoResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_stonehenge_stonehenge_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 StonehengeGetRoomInfoResp.ProtoReflect.Descriptor instead.
|
|
func (*StonehengeGetRoomInfoResp) Descriptor() ([]byte, []int) {
|
|
return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{9}
|
|
}
|
|
|
|
func (x *StonehengeGetRoomInfoResp) GetRoom() *RoomData {
|
|
if x != nil {
|
|
return x.Room
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 结算
|
|
type StonehengeFinishReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *StonehengeFinishReq) Reset() {
|
|
*x = StonehengeFinishReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[10]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *StonehengeFinishReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StonehengeFinishReq) ProtoMessage() {}
|
|
|
|
func (x *StonehengeFinishReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_stonehenge_stonehenge_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 StonehengeFinishReq.ProtoReflect.Descriptor instead.
|
|
func (*StonehengeFinishReq) Descriptor() ([]byte, []int) {
|
|
return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{10}
|
|
}
|
|
|
|
type StonehengeFinishResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Data *DBStonehenge `protobuf:"bytes,1,opt,name=data,proto3" json:"data"`
|
|
Curintegral int32 `protobuf:"varint,2,opt,name=curintegral,proto3" json:"curintegral"`
|
|
Reward []*UserAtno `protobuf:"bytes,4,rep,name=reward,proto3" json:"reward"` // 完成事件获得的奖励
|
|
}
|
|
|
|
func (x *StonehengeFinishResp) Reset() {
|
|
*x = StonehengeFinishResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[11]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *StonehengeFinishResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StonehengeFinishResp) ProtoMessage() {}
|
|
|
|
func (x *StonehengeFinishResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_stonehenge_stonehenge_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 StonehengeFinishResp.ProtoReflect.Descriptor instead.
|
|
func (*StonehengeFinishResp) Descriptor() ([]byte, []int) {
|
|
return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{11}
|
|
}
|
|
|
|
func (x *StonehengeFinishResp) GetData() *DBStonehenge {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *StonehengeFinishResp) GetCurintegral() int32 {
|
|
if x != nil {
|
|
return x.Curintegral
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *StonehengeFinishResp) GetReward() []*UserAtno {
|
|
if x != nil {
|
|
return x.Reward
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 战斗事件
|
|
type StonehengeBattleReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Eventid int32 `protobuf:"varint,1,opt,name=eventid,proto3" json:"eventid"` //事件id
|
|
Battle *BattleFormation `protobuf:"bytes,2,opt,name=battle,proto3" json:"battle"`
|
|
}
|
|
|
|
func (x *StonehengeBattleReq) Reset() {
|
|
*x = StonehengeBattleReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[12]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *StonehengeBattleReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StonehengeBattleReq) ProtoMessage() {}
|
|
|
|
func (x *StonehengeBattleReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_stonehenge_stonehenge_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 StonehengeBattleReq.ProtoReflect.Descriptor instead.
|
|
func (*StonehengeBattleReq) Descriptor() ([]byte, []int) {
|
|
return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{12}
|
|
}
|
|
|
|
func (x *StonehengeBattleReq) GetEventid() int32 {
|
|
if x != nil {
|
|
return x.Eventid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *StonehengeBattleReq) GetBattle() *BattleFormation {
|
|
if x != nil {
|
|
return x.Battle
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type StonehengeBattleResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Eventid int32 `protobuf:"varint,1,opt,name=eventid,proto3" json:"eventid"` //事件id
|
|
Info *BattleInfo `protobuf:"bytes,2,opt,name=info,proto3" json:"info"`
|
|
}
|
|
|
|
func (x *StonehengeBattleResp) Reset() {
|
|
*x = StonehengeBattleResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[13]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *StonehengeBattleResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StonehengeBattleResp) ProtoMessage() {}
|
|
|
|
func (x *StonehengeBattleResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_stonehenge_stonehenge_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 StonehengeBattleResp.ProtoReflect.Descriptor instead.
|
|
func (*StonehengeBattleResp) Descriptor() ([]byte, []int) {
|
|
return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{13}
|
|
}
|
|
|
|
func (x *StonehengeBattleResp) GetEventid() int32 {
|
|
if x != nil {
|
|
return x.Eventid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *StonehengeBattleResp) GetInfo() *BattleInfo {
|
|
if x != nil {
|
|
return x.Info
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 剧情
|
|
type StonehengeStoryReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Cid int32 `protobuf:"varint,1,opt,name=cid,proto3" json:"cid"`
|
|
Pos int32 `protobuf:"varint,2,opt,name=pos,proto3" json:"pos"`
|
|
Eventid int32 `protobuf:"varint,3,opt,name=eventid,proto3" json:"eventid"`
|
|
}
|
|
|
|
func (x *StonehengeStoryReq) Reset() {
|
|
*x = StonehengeStoryReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[14]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *StonehengeStoryReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StonehengeStoryReq) ProtoMessage() {}
|
|
|
|
func (x *StonehengeStoryReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[14]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use StonehengeStoryReq.ProtoReflect.Descriptor instead.
|
|
func (*StonehengeStoryReq) Descriptor() ([]byte, []int) {
|
|
return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{14}
|
|
}
|
|
|
|
func (x *StonehengeStoryReq) GetCid() int32 {
|
|
if x != nil {
|
|
return x.Cid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *StonehengeStoryReq) GetPos() int32 {
|
|
if x != nil {
|
|
return x.Pos
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *StonehengeStoryReq) GetEventid() int32 {
|
|
if x != nil {
|
|
return x.Eventid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type StonehengeStoryResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Story int32 `protobuf:"varint,1,opt,name=story,proto3" json:"story"` // 剧情id
|
|
NewEvent int32 `protobuf:"varint,2,opt,name=newEvent,proto3" json:"newEvent"` // 新事件
|
|
Room *RoomData `protobuf:"bytes,3,opt,name=room,proto3" json:"room"`
|
|
Curbuff []int32 `protobuf:"varint,4,rep,packed,name=curbuff,proto3" json:"curbuff"` // 当前变化的buff
|
|
}
|
|
|
|
func (x *StonehengeStoryResp) Reset() {
|
|
*x = StonehengeStoryResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[15]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *StonehengeStoryResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StonehengeStoryResp) ProtoMessage() {}
|
|
|
|
func (x *StonehengeStoryResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[15]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use StonehengeStoryResp.ProtoReflect.Descriptor instead.
|
|
func (*StonehengeStoryResp) Descriptor() ([]byte, []int) {
|
|
return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{15}
|
|
}
|
|
|
|
func (x *StonehengeStoryResp) GetStory() int32 {
|
|
if x != nil {
|
|
return x.Story
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *StonehengeStoryResp) GetNewEvent() int32 {
|
|
if x != nil {
|
|
return x.NewEvent
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *StonehengeStoryResp) GetRoom() *RoomData {
|
|
if x != nil {
|
|
return x.Room
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *StonehengeStoryResp) GetCurbuff() []int32 {
|
|
if x != nil {
|
|
return x.Curbuff
|
|
}
|
|
return nil
|
|
}
|
|
|
|
//商店购买
|
|
type StonehengeStoreReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
StoreId int32 `protobuf:"varint,1,opt,name=storeId,proto3" json:"storeId"` //商店配置表id
|
|
}
|
|
|
|
func (x *StonehengeStoreReq) Reset() {
|
|
*x = StonehengeStoreReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[16]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *StonehengeStoreReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StonehengeStoreReq) ProtoMessage() {}
|
|
|
|
func (x *StonehengeStoreReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[16]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use StonehengeStoreReq.ProtoReflect.Descriptor instead.
|
|
func (*StonehengeStoreReq) Descriptor() ([]byte, []int) {
|
|
return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{16}
|
|
}
|
|
|
|
func (x *StonehengeStoreReq) GetStoreId() int32 {
|
|
if x != nil {
|
|
return x.StoreId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type StonehengeStoreResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
StoreId int32 `protobuf:"varint,1,opt,name=storeId,proto3" json:"storeId"` //商店配置表id
|
|
Shop map[int32]int32 `protobuf:"bytes,2,rep,name=shop,proto3" json:"shop" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` // 商店
|
|
Room *RoomData `protobuf:"bytes,3,opt,name=room,proto3" json:"room"`
|
|
}
|
|
|
|
func (x *StonehengeStoreResp) Reset() {
|
|
*x = StonehengeStoreResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[17]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *StonehengeStoreResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StonehengeStoreResp) ProtoMessage() {}
|
|
|
|
func (x *StonehengeStoreResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[17]
|
|
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 StonehengeStoreResp.ProtoReflect.Descriptor instead.
|
|
func (*StonehengeStoreResp) Descriptor() ([]byte, []int) {
|
|
return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{17}
|
|
}
|
|
|
|
func (x *StonehengeStoreResp) GetStoreId() int32 {
|
|
if x != nil {
|
|
return x.StoreId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *StonehengeStoreResp) GetShop() map[int32]int32 {
|
|
if x != nil {
|
|
return x.Shop
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *StonehengeStoreResp) GetRoom() *RoomData {
|
|
if x != nil {
|
|
return x.Room
|
|
}
|
|
return nil
|
|
}
|
|
|
|
//激活天赋树
|
|
type StonehengeActivateTalentReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Node int32 `protobuf:"varint,1,opt,name=node,proto3" json:"node"` //事件id
|
|
}
|
|
|
|
func (x *StonehengeActivateTalentReq) Reset() {
|
|
*x = StonehengeActivateTalentReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[18]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *StonehengeActivateTalentReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StonehengeActivateTalentReq) ProtoMessage() {}
|
|
|
|
func (x *StonehengeActivateTalentReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[18]
|
|
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 StonehengeActivateTalentReq.ProtoReflect.Descriptor instead.
|
|
func (*StonehengeActivateTalentReq) Descriptor() ([]byte, []int) {
|
|
return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{18}
|
|
}
|
|
|
|
func (x *StonehengeActivateTalentReq) GetNode() int32 {
|
|
if x != nil {
|
|
return x.Node
|
|
}
|
|
return 0
|
|
}
|
|
|
|
//激活天赋树
|
|
type StonehengeActivateTalentResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Node int32 `protobuf:"varint,1,opt,name=node,proto3" json:"node"` //事件id
|
|
Talent map[int32]bool `protobuf:"bytes,2,rep,name=talent,proto3" json:"talent" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` //天赋树
|
|
Talentproperty map[string]int32 `protobuf:"bytes,3,rep,name=talentproperty,proto3" json:"talentproperty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` //天赋属性
|
|
Privilege []StonehengePrivilege `protobuf:"varint,4,rep,packed,name=privilege,proto3,enum=StonehengePrivilege" json:"privilege"` //解锁特权
|
|
}
|
|
|
|
func (x *StonehengeActivateTalentResp) Reset() {
|
|
*x = StonehengeActivateTalentResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[19]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *StonehengeActivateTalentResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StonehengeActivateTalentResp) ProtoMessage() {}
|
|
|
|
func (x *StonehengeActivateTalentResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[19]
|
|
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 StonehengeActivateTalentResp.ProtoReflect.Descriptor instead.
|
|
func (*StonehengeActivateTalentResp) Descriptor() ([]byte, []int) {
|
|
return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{19}
|
|
}
|
|
|
|
func (x *StonehengeActivateTalentResp) GetNode() int32 {
|
|
if x != nil {
|
|
return x.Node
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *StonehengeActivateTalentResp) GetTalent() map[int32]bool {
|
|
if x != nil {
|
|
return x.Talent
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *StonehengeActivateTalentResp) GetTalentproperty() map[string]int32 {
|
|
if x != nil {
|
|
return x.Talentproperty
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *StonehengeActivateTalentResp) GetPrivilege() []StonehengePrivilege {
|
|
if x != nil {
|
|
return x.Privilege
|
|
}
|
|
return nil
|
|
}
|
|
|
|
//激活图鉴进度奖励领取
|
|
type StonehengeBookInfoReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *StonehengeBookInfoReq) Reset() {
|
|
*x = StonehengeBookInfoReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[20]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *StonehengeBookInfoReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StonehengeBookInfoReq) ProtoMessage() {}
|
|
|
|
func (x *StonehengeBookInfoReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[20]
|
|
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 StonehengeBookInfoReq.ProtoReflect.Descriptor instead.
|
|
func (*StonehengeBookInfoReq) Descriptor() ([]byte, []int) {
|
|
return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{20}
|
|
}
|
|
|
|
//激活天赋树
|
|
type StonehengeBookInfoResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Info *DBStonehengeBook `protobuf:"bytes,1,opt,name=info,proto3" json:"info"`
|
|
}
|
|
|
|
func (x *StonehengeBookInfoResp) Reset() {
|
|
*x = StonehengeBookInfoResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[21]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *StonehengeBookInfoResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StonehengeBookInfoResp) ProtoMessage() {}
|
|
|
|
func (x *StonehengeBookInfoResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[21]
|
|
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 StonehengeBookInfoResp.ProtoReflect.Descriptor instead.
|
|
func (*StonehengeBookInfoResp) Descriptor() ([]byte, []int) {
|
|
return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{21}
|
|
}
|
|
|
|
func (x *StonehengeBookInfoResp) GetInfo() *DBStonehengeBook {
|
|
if x != nil {
|
|
return x.Info
|
|
}
|
|
return nil
|
|
}
|
|
|
|
//激活图鉴进度奖励领取
|
|
type StonehengeBookAwardReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Btype int32 `protobuf:"varint,1,opt,name=btype,proto3" json:"btype"`
|
|
Stage int32 `protobuf:"varint,2,opt,name=stage,proto3" json:"stage"`
|
|
}
|
|
|
|
func (x *StonehengeBookAwardReq) Reset() {
|
|
*x = StonehengeBookAwardReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[22]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *StonehengeBookAwardReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StonehengeBookAwardReq) ProtoMessage() {}
|
|
|
|
func (x *StonehengeBookAwardReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[22]
|
|
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 StonehengeBookAwardReq.ProtoReflect.Descriptor instead.
|
|
func (*StonehengeBookAwardReq) Descriptor() ([]byte, []int) {
|
|
return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{22}
|
|
}
|
|
|
|
func (x *StonehengeBookAwardReq) GetBtype() int32 {
|
|
if x != nil {
|
|
return x.Btype
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *StonehengeBookAwardReq) GetStage() int32 {
|
|
if x != nil {
|
|
return x.Stage
|
|
}
|
|
return 0
|
|
}
|
|
|
|
//激活天赋树
|
|
type StonehengeBookAwardResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Btype int32 `protobuf:"varint,1,opt,name=btype,proto3" json:"btype"`
|
|
Stage int32 `protobuf:"varint,2,opt,name=stage,proto3" json:"stage"`
|
|
Award []*UserAssets `protobuf:"bytes,3,rep,name=award,proto3" json:"award"` //奖励
|
|
}
|
|
|
|
func (x *StonehengeBookAwardResp) Reset() {
|
|
*x = StonehengeBookAwardResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[23]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *StonehengeBookAwardResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StonehengeBookAwardResp) ProtoMessage() {}
|
|
|
|
func (x *StonehengeBookAwardResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[23]
|
|
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 StonehengeBookAwardResp.ProtoReflect.Descriptor instead.
|
|
func (*StonehengeBookAwardResp) Descriptor() ([]byte, []int) {
|
|
return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{23}
|
|
}
|
|
|
|
func (x *StonehengeBookAwardResp) GetBtype() int32 {
|
|
if x != nil {
|
|
return x.Btype
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *StonehengeBookAwardResp) GetStage() int32 {
|
|
if x != nil {
|
|
return x.Stage
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *StonehengeBookAwardResp) GetAward() []*UserAssets {
|
|
if x != nil {
|
|
return x.Award
|
|
}
|
|
return nil
|
|
}
|
|
|
|
//周长奖励 领取
|
|
type StonehengeWeekAwardReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` //序号id 0表示 一键领取 非零 表示领取目标奖励
|
|
}
|
|
|
|
func (x *StonehengeWeekAwardReq) Reset() {
|
|
*x = StonehengeWeekAwardReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[24]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *StonehengeWeekAwardReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StonehengeWeekAwardReq) ProtoMessage() {}
|
|
|
|
func (x *StonehengeWeekAwardReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[24]
|
|
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 StonehengeWeekAwardReq.ProtoReflect.Descriptor instead.
|
|
func (*StonehengeWeekAwardReq) Descriptor() ([]byte, []int) {
|
|
return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{24}
|
|
}
|
|
|
|
func (x *StonehengeWeekAwardReq) GetId() int32 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
//周长奖励 领取回应
|
|
type StonehengeWeekAwardResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
|
|
Weeklyreward map[int32]bool `protobuf:"bytes,2,rep,name=weeklyreward,proto3" json:"weeklyreward" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` //周长奖励领取
|
|
Award []*UserAssets `protobuf:"bytes,3,rep,name=award,proto3" json:"award"` //奖励
|
|
}
|
|
|
|
func (x *StonehengeWeekAwardResp) Reset() {
|
|
*x = StonehengeWeekAwardResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[25]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *StonehengeWeekAwardResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StonehengeWeekAwardResp) ProtoMessage() {}
|
|
|
|
func (x *StonehengeWeekAwardResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[25]
|
|
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 StonehengeWeekAwardResp.ProtoReflect.Descriptor instead.
|
|
func (*StonehengeWeekAwardResp) Descriptor() ([]byte, []int) {
|
|
return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{25}
|
|
}
|
|
|
|
func (x *StonehengeWeekAwardResp) GetId() int32 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *StonehengeWeekAwardResp) GetWeeklyreward() map[int32]bool {
|
|
if x != nil {
|
|
return x.Weeklyreward
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *StonehengeWeekAwardResp) GetAward() []*UserAssets {
|
|
if x != nil {
|
|
return x.Award
|
|
}
|
|
return nil
|
|
}
|
|
|
|
//周长奖励 领取
|
|
type StonehengeTaskInfoReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *StonehengeTaskInfoReq) Reset() {
|
|
*x = StonehengeTaskInfoReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[26]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *StonehengeTaskInfoReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StonehengeTaskInfoReq) ProtoMessage() {}
|
|
|
|
func (x *StonehengeTaskInfoReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[26]
|
|
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 StonehengeTaskInfoReq.ProtoReflect.Descriptor instead.
|
|
func (*StonehengeTaskInfoReq) Descriptor() ([]byte, []int) {
|
|
return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{26}
|
|
}
|
|
|
|
//周长奖励 领取回应
|
|
type StonehengeTaskInfoResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Conlds []*ConIProgress `protobuf:"bytes,1,rep,name=conlds,proto3" json:"conlds"` //子任务进度数据
|
|
Task map[int32]bool `protobuf:"bytes,2,rep,name=task,proto3" json:"task" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` //已领取的任务
|
|
}
|
|
|
|
func (x *StonehengeTaskInfoResp) Reset() {
|
|
*x = StonehengeTaskInfoResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[27]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *StonehengeTaskInfoResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StonehengeTaskInfoResp) ProtoMessage() {}
|
|
|
|
func (x *StonehengeTaskInfoResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[27]
|
|
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 StonehengeTaskInfoResp.ProtoReflect.Descriptor instead.
|
|
func (*StonehengeTaskInfoResp) Descriptor() ([]byte, []int) {
|
|
return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{27}
|
|
}
|
|
|
|
func (x *StonehengeTaskInfoResp) GetConlds() []*ConIProgress {
|
|
if x != nil {
|
|
return x.Conlds
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *StonehengeTaskInfoResp) GetTask() map[int32]bool {
|
|
if x != nil {
|
|
return x.Task
|
|
}
|
|
return nil
|
|
}
|
|
|
|
//周长奖励 领取
|
|
type StonehengeTaskReceiveReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Taskid int32 `protobuf:"varint,1,opt,name=taskid,proto3" json:"taskid"`
|
|
}
|
|
|
|
func (x *StonehengeTaskReceiveReq) Reset() {
|
|
*x = StonehengeTaskReceiveReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[28]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *StonehengeTaskReceiveReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StonehengeTaskReceiveReq) ProtoMessage() {}
|
|
|
|
func (x *StonehengeTaskReceiveReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[28]
|
|
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 StonehengeTaskReceiveReq.ProtoReflect.Descriptor instead.
|
|
func (*StonehengeTaskReceiveReq) Descriptor() ([]byte, []int) {
|
|
return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{28}
|
|
}
|
|
|
|
func (x *StonehengeTaskReceiveReq) GetTaskid() int32 {
|
|
if x != nil {
|
|
return x.Taskid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
//周长奖励 领取回应
|
|
type StonehengeTaskReceiveResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Task map[int32]bool `protobuf:"bytes,1,rep,name=task,proto3" json:"task" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` //已领取的任务
|
|
Award []*UserAssets `protobuf:"bytes,2,rep,name=award,proto3" json:"award"` //奖励
|
|
}
|
|
|
|
func (x *StonehengeTaskReceiveResp) Reset() {
|
|
*x = StonehengeTaskReceiveResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[29]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *StonehengeTaskReceiveResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StonehengeTaskReceiveResp) ProtoMessage() {}
|
|
|
|
func (x *StonehengeTaskReceiveResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[29]
|
|
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 StonehengeTaskReceiveResp.ProtoReflect.Descriptor instead.
|
|
func (*StonehengeTaskReceiveResp) Descriptor() ([]byte, []int) {
|
|
return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{29}
|
|
}
|
|
|
|
func (x *StonehengeTaskReceiveResp) GetTask() map[int32]bool {
|
|
if x != nil {
|
|
return x.Task
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *StonehengeTaskReceiveResp) GetAward() []*UserAssets {
|
|
if x != nil {
|
|
return x.Award
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 重置三选一
|
|
type StonehengeResetBuffReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Eventid int32 `protobuf:"varint,1,opt,name=eventid,proto3" json:"eventid"`
|
|
}
|
|
|
|
func (x *StonehengeResetBuffReq) Reset() {
|
|
*x = StonehengeResetBuffReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[30]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *StonehengeResetBuffReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StonehengeResetBuffReq) ProtoMessage() {}
|
|
|
|
func (x *StonehengeResetBuffReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[30]
|
|
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 StonehengeResetBuffReq.ProtoReflect.Descriptor instead.
|
|
func (*StonehengeResetBuffReq) Descriptor() ([]byte, []int) {
|
|
return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{30}
|
|
}
|
|
|
|
func (x *StonehengeResetBuffReq) GetEventid() int32 {
|
|
if x != nil {
|
|
return x.Eventid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type StonehengeResetBuffResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Selectbuff []int32 `protobuf:"varint,1,rep,packed,name=selectbuff,proto3" json:"selectbuff"`
|
|
}
|
|
|
|
func (x *StonehengeResetBuffResp) Reset() {
|
|
*x = StonehengeResetBuffResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[31]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *StonehengeResetBuffResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StonehengeResetBuffResp) ProtoMessage() {}
|
|
|
|
func (x *StonehengeResetBuffResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_stonehenge_stonehenge_msg_proto_msgTypes[31]
|
|
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 StonehengeResetBuffResp.ProtoReflect.Descriptor instead.
|
|
func (*StonehengeResetBuffResp) Descriptor() ([]byte, []int) {
|
|
return file_stonehenge_stonehenge_msg_proto_rawDescGZIP(), []int{31}
|
|
}
|
|
|
|
func (x *StonehengeResetBuffResp) GetSelectbuff() []int32 {
|
|
if x != nil {
|
|
return x.Selectbuff
|
|
}
|
|
return nil
|
|
}
|
|
|
|
var File_stonehenge_stonehenge_msg_proto protoreflect.FileDescriptor
|
|
|
|
var file_stonehenge_stonehenge_msg_proto_rawDesc = []byte{
|
|
0x0a, 0x1f, 0x73, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x2f, 0x73, 0x74, 0x6f,
|
|
0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x5f, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
0x6f, 0x1a, 0x1e, 0x73, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x2f, 0x73, 0x74,
|
|
0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x5f, 0x64, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
0x6f, 0x1a, 0x16, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x2f, 0x62, 0x61, 0x74, 0x74, 0x6c, 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, 0x1a, 0x16, 0x62, 0x75, 0x72, 0x69, 0x65, 0x64, 0x2f, 0x62, 0x75, 0x72, 0x69, 0x65,
|
|
0x64, 0x5f, 0x64, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x0a, 0x63, 0x6f, 0x6d, 0x6d,
|
|
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x16, 0x0a, 0x14, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68,
|
|
0x65, 0x6e, 0x67, 0x65, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x22, 0x5c,
|
|
0x0a, 0x15, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x47, 0x65, 0x74, 0x4c,
|
|
0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x21, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18,
|
|
0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x44, 0x42, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68,
|
|
0x65, 0x6e, 0x67, 0x65, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x20, 0x0a, 0x04, 0x62, 0x6f,
|
|
0x73, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x44, 0x42, 0x53, 0x74, 0x6f,
|
|
0x6e, 0x65, 0x42, 0x6f, 0x73, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x73, 0x73, 0x22, 0x61, 0x0a, 0x17,
|
|
0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x4c,
|
|
0x65, 0x76, 0x65, 0x6c, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x68, 0x69, 0x64, 0x18, 0x01,
|
|
0x20, 0x03, 0x28, 0x09, 0x52, 0x03, 0x68, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x62, 0x75, 0x66,
|
|
0x66, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x62, 0x75, 0x66,
|
|
0x66, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x74, 0x61, 0x67, 0x65, 0x69, 0x64,
|
|
0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x73, 0x74, 0x61, 0x67, 0x65, 0x69, 0x64, 0x22,
|
|
0xb8, 0x01, 0x0a, 0x18, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x45, 0x6e,
|
|
0x74, 0x65, 0x72, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x12, 0x37, 0x0a, 0x04,
|
|
0x68, 0x65, 0x72, 0x6f, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x53, 0x74, 0x6f,
|
|
0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x4c, 0x65, 0x76, 0x65,
|
|
0x6c, 0x52, 0x65, 0x73, 0x70, 0x2e, 0x48, 0x65, 0x72, 0x6f, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52,
|
|
0x04, 0x68, 0x65, 0x72, 0x6f, 0x12, 0x1d, 0x0a, 0x04, 0x72, 0x6f, 0x6f, 0x6d, 0x18, 0x02, 0x20,
|
|
0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x52, 0x6f, 0x6f, 0x6d, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04,
|
|
0x72, 0x6f, 0x6f, 0x6d, 0x1a, 0x44, 0x0a, 0x09, 0x48, 0x65, 0x72, 0x6f, 0x45, 0x6e, 0x74, 0x72,
|
|
0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03,
|
|
0x6b, 0x65, 0x79, 0x12, 0x21, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01,
|
|
0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x52,
|
|
0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x2f, 0x0a, 0x15, 0x53, 0x74,
|
|
0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x47, 0x6f, 0x74, 0x6f, 0x52, 0x6f, 0x6f, 0x6d,
|
|
0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x6f, 0x72, 0x74, 0x61, 0x6c, 0x18, 0x01, 0x20,
|
|
0x01, 0x28, 0x05, 0x52, 0x06, 0x70, 0x6f, 0x72, 0x74, 0x61, 0x6c, 0x22, 0x4f, 0x0a, 0x16, 0x53,
|
|
0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x47, 0x6f, 0x74, 0x6f, 0x52, 0x6f, 0x6f,
|
|
0x6d, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1d, 0x0a, 0x04, 0x72, 0x6f, 0x6f, 0x6d, 0x18, 0x01, 0x20,
|
|
0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x52, 0x6f, 0x6f, 0x6d, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04,
|
|
0x72, 0x6f, 0x6f, 0x6d, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x6f, 0x72, 0x74, 0x61, 0x6c, 0x18, 0x02,
|
|
0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x70, 0x6f, 0x72, 0x74, 0x61, 0x6c, 0x22, 0x9d, 0x01, 0x0a,
|
|
0x12, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x45, 0x76, 0x65, 0x6e, 0x74,
|
|
0x52, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x69, 0x64, 0x18, 0x01,
|
|
0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x69, 0x64, 0x12, 0x16, 0x0a,
|
|
0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x31, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70,
|
|
0x61, 0x72, 0x61, 0x6d, 0x31, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x32, 0x18,
|
|
0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x32, 0x12, 0x16, 0x0a,
|
|
0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x33, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70,
|
|
0x61, 0x72, 0x61, 0x6d, 0x33, 0x12, 0x25, 0x0a, 0x06, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x18,
|
|
0x05, 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, 0x9e, 0x03, 0x0a,
|
|
0x13, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x45, 0x76, 0x65, 0x6e, 0x74,
|
|
0x52, 0x65, 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x69, 0x64, 0x18,
|
|
0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x69, 0x64, 0x12, 0x1a,
|
|
0x0a, 0x08, 0x6e, 0x65, 0x77, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05,
|
|
0x52, 0x08, 0x6e, 0x65, 0x77, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x12, 0x1d, 0x0a, 0x04, 0x72, 0x6f,
|
|
0x6f, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x52, 0x6f, 0x6f, 0x6d, 0x44,
|
|
0x61, 0x74, 0x61, 0x52, 0x04, 0x72, 0x6f, 0x6f, 0x6d, 0x12, 0x21, 0x0a, 0x06, 0x72, 0x65, 0x77,
|
|
0x61, 0x72, 0x64, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x55, 0x73, 0x65, 0x72,
|
|
0x41, 0x74, 0x6e, 0x6f, 0x52, 0x06, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x12, 0x32, 0x0a, 0x04,
|
|
0x68, 0x65, 0x72, 0x6f, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x53, 0x74, 0x6f,
|
|
0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70,
|
|
0x2e, 0x48, 0x65, 0x72, 0x6f, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04, 0x68, 0x65, 0x72, 0x6f,
|
|
0x12, 0x3e, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x62, 0x75, 0x66, 0x66, 0x18, 0x06, 0x20, 0x03,
|
|
0x28, 0x0b, 0x32, 0x22, 0x2e, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x45,
|
|
0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x62, 0x75, 0x66,
|
|
0x66, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x62, 0x75, 0x66, 0x66,
|
|
0x12, 0x18, 0x0a, 0x07, 0x63, 0x75, 0x72, 0x62, 0x75, 0x66, 0x66, 0x18, 0x07, 0x20, 0x01, 0x28,
|
|
0x05, 0x52, 0x07, 0x63, 0x75, 0x72, 0x62, 0x75, 0x66, 0x66, 0x1a, 0x44, 0x0a, 0x09, 0x48, 0x65,
|
|
0x72, 0x6f, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x21, 0x0a, 0x05, 0x76, 0x61, 0x6c,
|
|
0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c,
|
|
0x65, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01,
|
|
0x1a, 0x3b, 0x0a, 0x0d, 0x55, 0x73, 0x65, 0x72, 0x62, 0x75, 0x66, 0x66, 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, 0x05, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x1a, 0x0a,
|
|
0x18, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x47, 0x65, 0x74, 0x52, 0x6f,
|
|
0x6f, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x22, 0x3a, 0x0a, 0x19, 0x53, 0x74, 0x6f,
|
|
0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x47, 0x65, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x49, 0x6e,
|
|
0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1d, 0x0a, 0x04, 0x72, 0x6f, 0x6f, 0x6d, 0x18, 0x01,
|
|
0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x52, 0x6f, 0x6f, 0x6d, 0x44, 0x61, 0x74, 0x61, 0x52,
|
|
0x04, 0x72, 0x6f, 0x6f, 0x6d, 0x22, 0x15, 0x0a, 0x13, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65,
|
|
0x6e, 0x67, 0x65, 0x46, 0x69, 0x6e, 0x69, 0x73, 0x68, 0x52, 0x65, 0x71, 0x22, 0x7e, 0x0a, 0x14,
|
|
0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x46, 0x69, 0x6e, 0x69, 0x73, 0x68,
|
|
0x52, 0x65, 0x73, 0x70, 0x12, 0x21, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01,
|
|
0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x44, 0x42, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67,
|
|
0x65, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x75, 0x72, 0x69, 0x6e,
|
|
0x74, 0x65, 0x67, 0x72, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x63, 0x75,
|
|
0x72, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x6c, 0x12, 0x21, 0x0a, 0x06, 0x72, 0x65, 0x77,
|
|
0x61, 0x72, 0x64, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x55, 0x73, 0x65, 0x72,
|
|
0x41, 0x74, 0x6e, 0x6f, 0x52, 0x06, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x22, 0x59, 0x0a, 0x13,
|
|
0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65,
|
|
0x52, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x69, 0x64, 0x18, 0x01,
|
|
0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x69, 0x64, 0x12, 0x28, 0x0a,
|
|
0x06, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x18, 0x02, 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, 0x51, 0x0a, 0x14, 0x53, 0x74, 0x6f, 0x6e, 0x65,
|
|
0x68, 0x65, 0x6e, 0x67, 0x65, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12,
|
|
0x18, 0x0a, 0x07, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05,
|
|
0x52, 0x07, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x69, 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, 0x52, 0x0a, 0x12, 0x53, 0x74,
|
|
0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x79, 0x52, 0x65, 0x71,
|
|
0x12, 0x10, 0x0a, 0x03, 0x63, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x63,
|
|
0x69, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x70, 0x6f, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52,
|
|
0x03, 0x70, 0x6f, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x69, 0x64, 0x18,
|
|
0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x69, 0x64, 0x22, 0x80,
|
|
0x01, 0x0a, 0x13, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x53, 0x74, 0x6f,
|
|
0x72, 0x79, 0x52, 0x65, 0x73, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x18,
|
|
0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x12, 0x1a, 0x0a, 0x08,
|
|
0x6e, 0x65, 0x77, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08,
|
|
0x6e, 0x65, 0x77, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x12, 0x1d, 0x0a, 0x04, 0x72, 0x6f, 0x6f, 0x6d,
|
|
0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x52, 0x6f, 0x6f, 0x6d, 0x44, 0x61, 0x74,
|
|
0x61, 0x52, 0x04, 0x72, 0x6f, 0x6f, 0x6d, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x75, 0x72, 0x62, 0x75,
|
|
0x66, 0x66, 0x18, 0x04, 0x20, 0x03, 0x28, 0x05, 0x52, 0x07, 0x63, 0x75, 0x72, 0x62, 0x75, 0x66,
|
|
0x66, 0x22, 0x2e, 0x0a, 0x12, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x53,
|
|
0x74, 0x6f, 0x72, 0x65, 0x52, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x74, 0x6f, 0x72, 0x65,
|
|
0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x49,
|
|
0x64, 0x22, 0xbb, 0x01, 0x0a, 0x13, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65,
|
|
0x53, 0x74, 0x6f, 0x72, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x74, 0x6f,
|
|
0x72, 0x65, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x73, 0x74, 0x6f, 0x72,
|
|
0x65, 0x49, 0x64, 0x12, 0x32, 0x0a, 0x04, 0x73, 0x68, 0x6f, 0x70, 0x18, 0x02, 0x20, 0x03, 0x28,
|
|
0x0b, 0x32, 0x1e, 0x2e, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x53, 0x74,
|
|
0x6f, 0x72, 0x65, 0x52, 0x65, 0x73, 0x70, 0x2e, 0x53, 0x68, 0x6f, 0x70, 0x45, 0x6e, 0x74, 0x72,
|
|
0x79, 0x52, 0x04, 0x73, 0x68, 0x6f, 0x70, 0x12, 0x1d, 0x0a, 0x04, 0x72, 0x6f, 0x6f, 0x6d, 0x18,
|
|
0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x52, 0x6f, 0x6f, 0x6d, 0x44, 0x61, 0x74, 0x61,
|
|
0x52, 0x04, 0x72, 0x6f, 0x6f, 0x6d, 0x1a, 0x37, 0x0a, 0x09, 0x53, 0x68, 0x6f, 0x70, 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, 0x05, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22,
|
|
0x31, 0x0a, 0x1b, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x41, 0x63, 0x74,
|
|
0x69, 0x76, 0x61, 0x74, 0x65, 0x54, 0x61, 0x6c, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x12, 0x12,
|
|
0x0a, 0x04, 0x6e, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x6e, 0x6f,
|
|
0x64, 0x65, 0x22, 0x82, 0x03, 0x0a, 0x1c, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67,
|
|
0x65, 0x41, 0x63, 0x74, 0x69, 0x76, 0x61, 0x74, 0x65, 0x54, 0x61, 0x6c, 0x65, 0x6e, 0x74, 0x52,
|
|
0x65, 0x73, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
0x05, 0x52, 0x04, 0x6e, 0x6f, 0x64, 0x65, 0x12, 0x41, 0x0a, 0x06, 0x74, 0x61, 0x6c, 0x65, 0x6e,
|
|
0x74, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68,
|
|
0x65, 0x6e, 0x67, 0x65, 0x41, 0x63, 0x74, 0x69, 0x76, 0x61, 0x74, 0x65, 0x54, 0x61, 0x6c, 0x65,
|
|
0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x2e, 0x54, 0x61, 0x6c, 0x65, 0x6e, 0x74, 0x45, 0x6e, 0x74,
|
|
0x72, 0x79, 0x52, 0x06, 0x74, 0x61, 0x6c, 0x65, 0x6e, 0x74, 0x12, 0x59, 0x0a, 0x0e, 0x74, 0x61,
|
|
0x6c, 0x65, 0x6e, 0x74, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x79, 0x18, 0x03, 0x20, 0x03,
|
|
0x28, 0x0b, 0x32, 0x31, 0x2e, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x41,
|
|
0x63, 0x74, 0x69, 0x76, 0x61, 0x74, 0x65, 0x54, 0x61, 0x6c, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73,
|
|
0x70, 0x2e, 0x54, 0x61, 0x6c, 0x65, 0x6e, 0x74, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x79,
|
|
0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0e, 0x74, 0x61, 0x6c, 0x65, 0x6e, 0x74, 0x70, 0x72, 0x6f,
|
|
0x70, 0x65, 0x72, 0x74, 0x79, 0x12, 0x32, 0x0a, 0x09, 0x70, 0x72, 0x69, 0x76, 0x69, 0x6c, 0x65,
|
|
0x67, 0x65, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0e, 0x32, 0x14, 0x2e, 0x53, 0x74, 0x6f, 0x6e, 0x65,
|
|
0x68, 0x65, 0x6e, 0x67, 0x65, 0x50, 0x72, 0x69, 0x76, 0x69, 0x6c, 0x65, 0x67, 0x65, 0x52, 0x09,
|
|
0x70, 0x72, 0x69, 0x76, 0x69, 0x6c, 0x65, 0x67, 0x65, 0x1a, 0x39, 0x0a, 0x0b, 0x54, 0x61, 0x6c,
|
|
0x65, 0x6e, 0x74, 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, 0x1a, 0x41, 0x0a, 0x13, 0x54, 0x61, 0x6c, 0x65, 0x6e, 0x74, 0x70, 0x72,
|
|
0x6f, 0x70, 0x65, 0x72, 0x74, 0x79, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b,
|
|
0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a,
|
|
0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x76, 0x61,
|
|
0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x17, 0x0a, 0x15, 0x53, 0x74, 0x6f, 0x6e, 0x65,
|
|
0x68, 0x65, 0x6e, 0x67, 0x65, 0x42, 0x6f, 0x6f, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71,
|
|
0x22, 0x3f, 0x0a, 0x16, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x42, 0x6f,
|
|
0x6f, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x12, 0x25, 0x0a, 0x04, 0x69, 0x6e,
|
|
0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x44, 0x42, 0x53, 0x74, 0x6f,
|
|
0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x42, 0x6f, 0x6f, 0x6b, 0x52, 0x04, 0x69, 0x6e, 0x66,
|
|
0x6f, 0x22, 0x44, 0x0a, 0x16, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x42,
|
|
0x6f, 0x6f, 0x6b, 0x41, 0x77, 0x61, 0x72, 0x64, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x62,
|
|
0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x62, 0x74, 0x79, 0x70,
|
|
0x65, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05,
|
|
0x52, 0x05, 0x73, 0x74, 0x61, 0x67, 0x65, 0x22, 0x68, 0x0a, 0x17, 0x53, 0x74, 0x6f, 0x6e, 0x65,
|
|
0x68, 0x65, 0x6e, 0x67, 0x65, 0x42, 0x6f, 0x6f, 0x6b, 0x41, 0x77, 0x61, 0x72, 0x64, 0x52, 0x65,
|
|
0x73, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
0x05, 0x52, 0x05, 0x62, 0x74, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x67,
|
|
0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x73, 0x74, 0x61, 0x67, 0x65, 0x12, 0x21,
|
|
0x0a, 0x05, 0x61, 0x77, 0x61, 0x72, 0x64, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0b, 0x2e,
|
|
0x55, 0x73, 0x65, 0x72, 0x41, 0x73, 0x73, 0x65, 0x74, 0x73, 0x52, 0x05, 0x61, 0x77, 0x61, 0x72,
|
|
0x64, 0x22, 0x28, 0x0a, 0x16, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x57,
|
|
0x65, 0x65, 0x6b, 0x41, 0x77, 0x61, 0x72, 0x64, 0x52, 0x65, 0x71, 0x12, 0x0e, 0x0a, 0x02, 0x69,
|
|
0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x69, 0x64, 0x22, 0xdd, 0x01, 0x0a, 0x17,
|
|
0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x57, 0x65, 0x65, 0x6b, 0x41, 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, 0x4e, 0x0a, 0x0c, 0x77, 0x65, 0x65, 0x6b, 0x6c,
|
|
0x79, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2a, 0x2e,
|
|
0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x57, 0x65, 0x65, 0x6b, 0x41, 0x77,
|
|
0x61, 0x72, 0x64, 0x52, 0x65, 0x73, 0x70, 0x2e, 0x57, 0x65, 0x65, 0x6b, 0x6c, 0x79, 0x72, 0x65,
|
|
0x77, 0x61, 0x72, 0x64, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0c, 0x77, 0x65, 0x65, 0x6b, 0x6c,
|
|
0x79, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x12, 0x21, 0x0a, 0x05, 0x61, 0x77, 0x61, 0x72, 0x64,
|
|
0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x73, 0x73,
|
|
0x65, 0x74, 0x73, 0x52, 0x05, 0x61, 0x77, 0x61, 0x72, 0x64, 0x1a, 0x3f, 0x0a, 0x11, 0x57, 0x65,
|
|
0x65, 0x6b, 0x6c, 0x79, 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, 0x22, 0x17, 0x0a, 0x15, 0x53,
|
|
0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x54, 0x61, 0x73, 0x6b, 0x49, 0x6e, 0x66,
|
|
0x6f, 0x52, 0x65, 0x71, 0x22, 0xaf, 0x01, 0x0a, 0x16, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65,
|
|
0x6e, 0x67, 0x65, 0x54, 0x61, 0x73, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x12,
|
|
0x25, 0x0a, 0x06, 0x63, 0x6f, 0x6e, 0x6c, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32,
|
|
0x0d, 0x2e, 0x43, 0x6f, 0x6e, 0x49, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x06,
|
|
0x63, 0x6f, 0x6e, 0x6c, 0x64, 0x73, 0x12, 0x35, 0x0a, 0x04, 0x74, 0x61, 0x73, 0x6b, 0x18, 0x02,
|
|
0x20, 0x03, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67,
|
|
0x65, 0x54, 0x61, 0x73, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x2e, 0x54, 0x61,
|
|
0x73, 0x6b, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04, 0x74, 0x61, 0x73, 0x6b, 0x1a, 0x37, 0x0a,
|
|
0x09, 0x54, 0x61, 0x73, 0x6b, 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, 0x22, 0x32, 0x0a, 0x18, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68,
|
|
0x65, 0x6e, 0x67, 0x65, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x52,
|
|
0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x61, 0x73, 0x6b, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
|
|
0x28, 0x05, 0x52, 0x06, 0x74, 0x61, 0x73, 0x6b, 0x69, 0x64, 0x22, 0xb1, 0x01, 0x0a, 0x19, 0x53,
|
|
0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x63,
|
|
0x65, 0x69, 0x76, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x38, 0x0a, 0x04, 0x74, 0x61, 0x73, 0x6b,
|
|
0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65,
|
|
0x6e, 0x67, 0x65, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x52, 0x65,
|
|
0x73, 0x70, 0x2e, 0x54, 0x61, 0x73, 0x6b, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04, 0x74, 0x61,
|
|
0x73, 0x6b, 0x12, 0x21, 0x0a, 0x05, 0x61, 0x77, 0x61, 0x72, 0x64, 0x18, 0x02, 0x20, 0x03, 0x28,
|
|
0x0b, 0x32, 0x0b, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x73, 0x73, 0x65, 0x74, 0x73, 0x52, 0x05,
|
|
0x61, 0x77, 0x61, 0x72, 0x64, 0x1a, 0x37, 0x0a, 0x09, 0x54, 0x61, 0x73, 0x6b, 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, 0x22, 0x32,
|
|
0x0a, 0x16, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x73, 0x65,
|
|
0x74, 0x42, 0x75, 0x66, 0x66, 0x52, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x76, 0x65, 0x6e,
|
|
0x74, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x65, 0x76, 0x65, 0x6e, 0x74,
|
|
0x69, 0x64, 0x22, 0x39, 0x0a, 0x17, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x68, 0x65, 0x6e, 0x67, 0x65,
|
|
0x52, 0x65, 0x73, 0x65, 0x74, 0x42, 0x75, 0x66, 0x66, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1e, 0x0a,
|
|
0x0a, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x62, 0x75, 0x66, 0x66, 0x18, 0x01, 0x20, 0x03, 0x28,
|
|
0x05, 0x52, 0x0a, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x62, 0x75, 0x66, 0x66, 0x42, 0x06, 0x5a,
|
|
0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
}
|
|
|
|
var (
|
|
file_stonehenge_stonehenge_msg_proto_rawDescOnce sync.Once
|
|
file_stonehenge_stonehenge_msg_proto_rawDescData = file_stonehenge_stonehenge_msg_proto_rawDesc
|
|
)
|
|
|
|
func file_stonehenge_stonehenge_msg_proto_rawDescGZIP() []byte {
|
|
file_stonehenge_stonehenge_msg_proto_rawDescOnce.Do(func() {
|
|
file_stonehenge_stonehenge_msg_proto_rawDescData = protoimpl.X.CompressGZIP(file_stonehenge_stonehenge_msg_proto_rawDescData)
|
|
})
|
|
return file_stonehenge_stonehenge_msg_proto_rawDescData
|
|
}
|
|
|
|
var file_stonehenge_stonehenge_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 41)
|
|
var file_stonehenge_stonehenge_msg_proto_goTypes = []interface{}{
|
|
(*StonehengeGetListReq)(nil), // 0: StonehengeGetListReq
|
|
(*StonehengeGetListResp)(nil), // 1: StonehengeGetListResp
|
|
(*StonehengeEnterLevelReq)(nil), // 2: StonehengeEnterLevelReq
|
|
(*StonehengeEnterLevelResp)(nil), // 3: StonehengeEnterLevelResp
|
|
(*StonehengeGotoRoomReq)(nil), // 4: StonehengeGotoRoomReq
|
|
(*StonehengeGotoRoomResp)(nil), // 5: StonehengeGotoRoomResp
|
|
(*StonehengeEventReq)(nil), // 6: StonehengeEventReq
|
|
(*StonehengeEventResp)(nil), // 7: StonehengeEventResp
|
|
(*StonehengeGetRoomInfoReq)(nil), // 8: StonehengeGetRoomInfoReq
|
|
(*StonehengeGetRoomInfoResp)(nil), // 9: StonehengeGetRoomInfoResp
|
|
(*StonehengeFinishReq)(nil), // 10: StonehengeFinishReq
|
|
(*StonehengeFinishResp)(nil), // 11: StonehengeFinishResp
|
|
(*StonehengeBattleReq)(nil), // 12: StonehengeBattleReq
|
|
(*StonehengeBattleResp)(nil), // 13: StonehengeBattleResp
|
|
(*StonehengeStoryReq)(nil), // 14: StonehengeStoryReq
|
|
(*StonehengeStoryResp)(nil), // 15: StonehengeStoryResp
|
|
(*StonehengeStoreReq)(nil), // 16: StonehengeStoreReq
|
|
(*StonehengeStoreResp)(nil), // 17: StonehengeStoreResp
|
|
(*StonehengeActivateTalentReq)(nil), // 18: StonehengeActivateTalentReq
|
|
(*StonehengeActivateTalentResp)(nil), // 19: StonehengeActivateTalentResp
|
|
(*StonehengeBookInfoReq)(nil), // 20: StonehengeBookInfoReq
|
|
(*StonehengeBookInfoResp)(nil), // 21: StonehengeBookInfoResp
|
|
(*StonehengeBookAwardReq)(nil), // 22: StonehengeBookAwardReq
|
|
(*StonehengeBookAwardResp)(nil), // 23: StonehengeBookAwardResp
|
|
(*StonehengeWeekAwardReq)(nil), // 24: StonehengeWeekAwardReq
|
|
(*StonehengeWeekAwardResp)(nil), // 25: StonehengeWeekAwardResp
|
|
(*StonehengeTaskInfoReq)(nil), // 26: StonehengeTaskInfoReq
|
|
(*StonehengeTaskInfoResp)(nil), // 27: StonehengeTaskInfoResp
|
|
(*StonehengeTaskReceiveReq)(nil), // 28: StonehengeTaskReceiveReq
|
|
(*StonehengeTaskReceiveResp)(nil), // 29: StonehengeTaskReceiveResp
|
|
(*StonehengeResetBuffReq)(nil), // 30: StonehengeResetBuffReq
|
|
(*StonehengeResetBuffResp)(nil), // 31: StonehengeResetBuffResp
|
|
nil, // 32: StonehengeEnterLevelResp.HeroEntry
|
|
nil, // 33: StonehengeEventResp.HeroEntry
|
|
nil, // 34: StonehengeEventResp.UserbuffEntry
|
|
nil, // 35: StonehengeStoreResp.ShopEntry
|
|
nil, // 36: StonehengeActivateTalentResp.TalentEntry
|
|
nil, // 37: StonehengeActivateTalentResp.TalentpropertyEntry
|
|
nil, // 38: StonehengeWeekAwardResp.WeeklyrewardEntry
|
|
nil, // 39: StonehengeTaskInfoResp.TaskEntry
|
|
nil, // 40: StonehengeTaskReceiveResp.TaskEntry
|
|
(*DBStonehenge)(nil), // 41: DBStonehenge
|
|
(*DBStoneBoss)(nil), // 42: DBStoneBoss
|
|
(*RoomData)(nil), // 43: RoomData
|
|
(*BattleReport)(nil), // 44: BattleReport
|
|
(*UserAtno)(nil), // 45: UserAtno
|
|
(*BattleFormation)(nil), // 46: BattleFormation
|
|
(*BattleInfo)(nil), // 47: BattleInfo
|
|
(StonehengePrivilege)(0), // 48: StonehengePrivilege
|
|
(*DBStonehengeBook)(nil), // 49: DBStonehengeBook
|
|
(*UserAssets)(nil), // 50: UserAssets
|
|
(*ConIProgress)(nil), // 51: ConIProgress
|
|
(*BattleRole)(nil), // 52: BattleRole
|
|
}
|
|
var file_stonehenge_stonehenge_msg_proto_depIdxs = []int32{
|
|
41, // 0: StonehengeGetListResp.data:type_name -> DBStonehenge
|
|
42, // 1: StonehengeGetListResp.boss:type_name -> DBStoneBoss
|
|
32, // 2: StonehengeEnterLevelResp.hero:type_name -> StonehengeEnterLevelResp.HeroEntry
|
|
43, // 3: StonehengeEnterLevelResp.room:type_name -> RoomData
|
|
43, // 4: StonehengeGotoRoomResp.room:type_name -> RoomData
|
|
44, // 5: StonehengeEventReq.report:type_name -> BattleReport
|
|
43, // 6: StonehengeEventResp.room:type_name -> RoomData
|
|
45, // 7: StonehengeEventResp.reward:type_name -> UserAtno
|
|
33, // 8: StonehengeEventResp.hero:type_name -> StonehengeEventResp.HeroEntry
|
|
34, // 9: StonehengeEventResp.userbuff:type_name -> StonehengeEventResp.UserbuffEntry
|
|
43, // 10: StonehengeGetRoomInfoResp.room:type_name -> RoomData
|
|
41, // 11: StonehengeFinishResp.data:type_name -> DBStonehenge
|
|
45, // 12: StonehengeFinishResp.reward:type_name -> UserAtno
|
|
46, // 13: StonehengeBattleReq.battle:type_name -> BattleFormation
|
|
47, // 14: StonehengeBattleResp.info:type_name -> BattleInfo
|
|
43, // 15: StonehengeStoryResp.room:type_name -> RoomData
|
|
35, // 16: StonehengeStoreResp.shop:type_name -> StonehengeStoreResp.ShopEntry
|
|
43, // 17: StonehengeStoreResp.room:type_name -> RoomData
|
|
36, // 18: StonehengeActivateTalentResp.talent:type_name -> StonehengeActivateTalentResp.TalentEntry
|
|
37, // 19: StonehengeActivateTalentResp.talentproperty:type_name -> StonehengeActivateTalentResp.TalentpropertyEntry
|
|
48, // 20: StonehengeActivateTalentResp.privilege:type_name -> StonehengePrivilege
|
|
49, // 21: StonehengeBookInfoResp.info:type_name -> DBStonehengeBook
|
|
50, // 22: StonehengeBookAwardResp.award:type_name -> UserAssets
|
|
38, // 23: StonehengeWeekAwardResp.weeklyreward:type_name -> StonehengeWeekAwardResp.WeeklyrewardEntry
|
|
50, // 24: StonehengeWeekAwardResp.award:type_name -> UserAssets
|
|
51, // 25: StonehengeTaskInfoResp.conlds:type_name -> ConIProgress
|
|
39, // 26: StonehengeTaskInfoResp.task:type_name -> StonehengeTaskInfoResp.TaskEntry
|
|
40, // 27: StonehengeTaskReceiveResp.task:type_name -> StonehengeTaskReceiveResp.TaskEntry
|
|
50, // 28: StonehengeTaskReceiveResp.award:type_name -> UserAssets
|
|
52, // 29: StonehengeEnterLevelResp.HeroEntry.value:type_name -> BattleRole
|
|
52, // 30: StonehengeEventResp.HeroEntry.value:type_name -> BattleRole
|
|
31, // [31:31] is the sub-list for method output_type
|
|
31, // [31:31] is the sub-list for method input_type
|
|
31, // [31:31] is the sub-list for extension type_name
|
|
31, // [31:31] is the sub-list for extension extendee
|
|
0, // [0:31] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_stonehenge_stonehenge_msg_proto_init() }
|
|
func file_stonehenge_stonehenge_msg_proto_init() {
|
|
if File_stonehenge_stonehenge_msg_proto != nil {
|
|
return
|
|
}
|
|
file_stonehenge_stonehenge_db_proto_init()
|
|
file_battle_battle_db_proto_init()
|
|
file_battle_battle_msg_proto_init()
|
|
file_buried_buried_db_proto_init()
|
|
file_comm_proto_init()
|
|
if !protoimpl.UnsafeEnabled {
|
|
file_stonehenge_stonehenge_msg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*StonehengeGetListReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_stonehenge_stonehenge_msg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*StonehengeGetListResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_stonehenge_stonehenge_msg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*StonehengeEnterLevelReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_stonehenge_stonehenge_msg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*StonehengeEnterLevelResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_stonehenge_stonehenge_msg_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*StonehengeGotoRoomReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_stonehenge_stonehenge_msg_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*StonehengeGotoRoomResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_stonehenge_stonehenge_msg_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*StonehengeEventReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_stonehenge_stonehenge_msg_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*StonehengeEventResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_stonehenge_stonehenge_msg_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*StonehengeGetRoomInfoReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_stonehenge_stonehenge_msg_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*StonehengeGetRoomInfoResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_stonehenge_stonehenge_msg_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*StonehengeFinishReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_stonehenge_stonehenge_msg_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*StonehengeFinishResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_stonehenge_stonehenge_msg_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*StonehengeBattleReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_stonehenge_stonehenge_msg_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*StonehengeBattleResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_stonehenge_stonehenge_msg_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*StonehengeStoryReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_stonehenge_stonehenge_msg_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*StonehengeStoryResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_stonehenge_stonehenge_msg_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*StonehengeStoreReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_stonehenge_stonehenge_msg_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*StonehengeStoreResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_stonehenge_stonehenge_msg_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*StonehengeActivateTalentReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_stonehenge_stonehenge_msg_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*StonehengeActivateTalentResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_stonehenge_stonehenge_msg_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*StonehengeBookInfoReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_stonehenge_stonehenge_msg_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*StonehengeBookInfoResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_stonehenge_stonehenge_msg_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*StonehengeBookAwardReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_stonehenge_stonehenge_msg_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*StonehengeBookAwardResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_stonehenge_stonehenge_msg_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*StonehengeWeekAwardReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_stonehenge_stonehenge_msg_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*StonehengeWeekAwardResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_stonehenge_stonehenge_msg_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*StonehengeTaskInfoReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_stonehenge_stonehenge_msg_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*StonehengeTaskInfoResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_stonehenge_stonehenge_msg_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*StonehengeTaskReceiveReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_stonehenge_stonehenge_msg_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*StonehengeTaskReceiveResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_stonehenge_stonehenge_msg_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*StonehengeResetBuffReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_stonehenge_stonehenge_msg_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*StonehengeResetBuffResp); 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_stonehenge_stonehenge_msg_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumMessages: 41,
|
|
NumExtensions: 0,
|
|
NumServices: 0,
|
|
},
|
|
GoTypes: file_stonehenge_stonehenge_msg_proto_goTypes,
|
|
DependencyIndexes: file_stonehenge_stonehenge_msg_proto_depIdxs,
|
|
MessageInfos: file_stonehenge_stonehenge_msg_proto_msgTypes,
|
|
}.Build()
|
|
File_stonehenge_stonehenge_msg_proto = out.File
|
|
file_stonehenge_stonehenge_msg_proto_rawDesc = nil
|
|
file_stonehenge_stonehenge_msg_proto_goTypes = nil
|
|
file_stonehenge_stonehenge_msg_proto_depIdxs = nil
|
|
}
|