excel

package
v0.7.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 11, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ConfType_name = map[int32]string{
		0: "CONF_TYPE_UNKNOWN",
		1: "CONF_TYPE_CLOUD",
		2: "CONF_TYPE_LOCAL",
		3: "CONF_TYPE_REMOTE",
	}
	ConfType_value = map[string]int32{
		"CONF_TYPE_UNKNOWN": 0,
		"CONF_TYPE_CLOUD":   1,
		"CONF_TYPE_LOCAL":   2,
		"CONF_TYPE_REMOTE":  3,
	}
)

Enum value maps for ConfType.

View Source
var (
	ServerType_name = map[int32]string{
		0: "SERVER_TYPE_UNKNOWN",
		1: "SERVER_TYPE_GAME",
		2: "SERVER_TYPE_ACTIVITY",
		3: "SERVER_TYPE_MATCH",
	}
	ServerType_value = map[string]int32{
		"SERVER_TYPE_UNKNOWN":  0,
		"SERVER_TYPE_GAME":     1,
		"SERVER_TYPE_ACTIVITY": 2,
		"SERVER_TYPE_MATCH":    3,
	}
)

Enum value maps for ServerType.

View Source
var (
	DurationType_name = map[int32]string{
		0: "DURATION_TYPE_UNKNOWN",
		1: "DURATION_TYPE_ABSOLUTE",
		2: "DURATION_TYPE_REGISTER",
		3: "DURATION_TYPE_OPEN_SERVER",
	}
	DurationType_value = map[string]int32{
		"DURATION_TYPE_UNKNOWN":     0,
		"DURATION_TYPE_ABSOLUTE":    1,
		"DURATION_TYPE_REGISTER":    2,
		"DURATION_TYPE_OPEN_SERVER": 3,
	}
)

Enum value maps for DurationType.

View Source
var File_common_proto protoreflect.FileDescriptor
View Source
var File_hero__test_conf_proto protoreflect.FileDescriptor
View Source
var File_test_conf_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Activity

type Activity struct {
	ActivityMap map[uint32]*Activity_Activity `` /* 183-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Activity) Descriptor deprecated

func (*Activity) Descriptor() ([]byte, []int)

Deprecated: Use Activity.ProtoReflect.Descriptor instead.

func (*Activity) GetActivityMap

func (x *Activity) GetActivityMap() map[uint32]*Activity_Activity

func (*Activity) ProtoMessage

func (*Activity) ProtoMessage()

func (*Activity) ProtoReflect

func (x *Activity) ProtoReflect() protoreflect.Message

func (*Activity) Reset

func (x *Activity) Reset()

func (*Activity) String

func (x *Activity) String() string

type Activity_Activity

type Activity_Activity struct {
	ActivityId   uint32                                `protobuf:"varint,1,opt,name=activity_id,json=activityId,proto3" json:"activity_id,omitempty"`
	ActivityName string                                `protobuf:"bytes,2,opt,name=activity_name,json=activityName,proto3" json:"activity_name,omitempty"`
	ChapterMap   map[uint32]*Activity_Activity_Chapter `` /* 180-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Activity_Activity) Descriptor deprecated

func (*Activity_Activity) Descriptor() ([]byte, []int)

Deprecated: Use Activity_Activity.ProtoReflect.Descriptor instead.

func (*Activity_Activity) GetActivityId

func (x *Activity_Activity) GetActivityId() uint32

func (*Activity_Activity) GetActivityName

func (x *Activity_Activity) GetActivityName() string

func (*Activity_Activity) GetChapterMap

func (x *Activity_Activity) GetChapterMap() map[uint32]*Activity_Activity_Chapter

func (*Activity_Activity) ProtoMessage

func (*Activity_Activity) ProtoMessage()

func (*Activity_Activity) ProtoReflect

func (x *Activity_Activity) ProtoReflect() protoreflect.Message

func (*Activity_Activity) Reset

func (x *Activity_Activity) Reset()

func (*Activity_Activity) String

func (x *Activity_Activity) String() string

type Activity_Activity_Chapter

type Activity_Activity_Chapter struct {
	ChapterId   uint32                               `protobuf:"varint,1,opt,name=chapter_id,json=chapterId,proto3" json:"chapter_id,omitempty"`
	ChapterName string                               `protobuf:"bytes,2,opt,name=chapter_name,json=chapterName,proto3" json:"chapter_name,omitempty"`
	SectionList []*Activity_Activity_Chapter_Section `protobuf:"bytes,3,rep,name=section_list,json=sectionList,proto3" json:"section_list,omitempty"`
	// contains filtered or unexported fields
}

func (*Activity_Activity_Chapter) Descriptor deprecated

func (*Activity_Activity_Chapter) Descriptor() ([]byte, []int)

Deprecated: Use Activity_Activity_Chapter.ProtoReflect.Descriptor instead.

func (*Activity_Activity_Chapter) GetChapterId

func (x *Activity_Activity_Chapter) GetChapterId() uint32

func (*Activity_Activity_Chapter) GetChapterName

func (x *Activity_Activity_Chapter) GetChapterName() string

func (*Activity_Activity_Chapter) GetSectionList

func (*Activity_Activity_Chapter) ProtoMessage

func (*Activity_Activity_Chapter) ProtoMessage()

func (*Activity_Activity_Chapter) ProtoReflect

func (*Activity_Activity_Chapter) Reset

func (x *Activity_Activity_Chapter) Reset()

func (*Activity_Activity_Chapter) String

func (x *Activity_Activity_Chapter) String() string

type Activity_Activity_Chapter_Section

type Activity_Activity_Chapter_Section struct {
	SectionId       uint32                                    `protobuf:"varint,1,opt,name=section_id,json=sectionId,proto3" json:"section_id,omitempty"`
	SectionName     string                                    `protobuf:"bytes,2,opt,name=section_name,json=sectionName,proto3" json:"section_name,omitempty"`
	SectionItemList []*Activity_Activity_Chapter_Section_Item `protobuf:"bytes,3,rep,name=section_item_list,json=sectionItemList,proto3" json:"section_item_list,omitempty"`
	Duration        *Duration                                 `protobuf:"bytes,4,opt,name=duration,proto3" json:"duration,omitempty"`
	Timespan        *durationpb.Duration                      `protobuf:"bytes,5,opt,name=timespan,proto3" json:"timespan,omitempty"`
	Task            *Activity_Activity_Chapter_Section_Task   `protobuf:"bytes,6,opt,name=task,proto3" json:"task,omitempty"`
	WarnInfo        *Activity_Activity_Chapter_Section_Info   `protobuf:"bytes,7,opt,name=warn_info,json=warnInfo,proto3" json:"warn_info,omitempty"`
	IncellStruct    *Activity_Activity_Chapter_Section_Info   `protobuf:"bytes,8,opt,name=incell_struct,json=incellStruct,proto3" json:"incell_struct,omitempty"`
	IntParams       []int32                                   `protobuf:"varint,9,rep,packed,name=int_params,json=intParams,proto3" json:"int_params,omitempty"`
	Tips            map[int32]string                          `` /* 151-byte string literal not displayed */
	ClientParamList []string                                  `protobuf:"bytes,11,rep,name=client_param_list,json=clientParamList,proto3" json:"client_param_list,omitempty"`
	// contains filtered or unexported fields
}

func (*Activity_Activity_Chapter_Section) Descriptor deprecated

func (*Activity_Activity_Chapter_Section) Descriptor() ([]byte, []int)

Deprecated: Use Activity_Activity_Chapter_Section.ProtoReflect.Descriptor instead.

func (*Activity_Activity_Chapter_Section) GetClientParamList

func (x *Activity_Activity_Chapter_Section) GetClientParamList() []string

func (*Activity_Activity_Chapter_Section) GetDuration

func (x *Activity_Activity_Chapter_Section) GetDuration() *Duration

func (*Activity_Activity_Chapter_Section) GetIncellStruct

func (*Activity_Activity_Chapter_Section) GetIntParams

func (x *Activity_Activity_Chapter_Section) GetIntParams() []int32

func (*Activity_Activity_Chapter_Section) GetSectionId

func (x *Activity_Activity_Chapter_Section) GetSectionId() uint32

func (*Activity_Activity_Chapter_Section) GetSectionItemList

func (*Activity_Activity_Chapter_Section) GetSectionName

func (x *Activity_Activity_Chapter_Section) GetSectionName() string

func (*Activity_Activity_Chapter_Section) GetTask

func (*Activity_Activity_Chapter_Section) GetTimespan

func (*Activity_Activity_Chapter_Section) GetTips

func (*Activity_Activity_Chapter_Section) GetWarnInfo

func (*Activity_Activity_Chapter_Section) ProtoMessage

func (*Activity_Activity_Chapter_Section) ProtoMessage()

func (*Activity_Activity_Chapter_Section) ProtoReflect

func (*Activity_Activity_Chapter_Section) Reset

func (*Activity_Activity_Chapter_Section) String

type Activity_Activity_Chapter_Section_Info

type Activity_Activity_Chapter_Section_Info struct {
	Id    int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Desc  string `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc,omitempty"`
	Value int32  `protobuf:"varint,3,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Activity_Activity_Chapter_Section_Info) Descriptor deprecated

func (*Activity_Activity_Chapter_Section_Info) Descriptor() ([]byte, []int)

Deprecated: Use Activity_Activity_Chapter_Section_Info.ProtoReflect.Descriptor instead.

func (*Activity_Activity_Chapter_Section_Info) GetDesc

func (*Activity_Activity_Chapter_Section_Info) GetId

func (*Activity_Activity_Chapter_Section_Info) GetValue

func (*Activity_Activity_Chapter_Section_Info) ProtoMessage

func (*Activity_Activity_Chapter_Section_Info) ProtoReflect

func (*Activity_Activity_Chapter_Section_Info) Reset

func (*Activity_Activity_Chapter_Section_Info) String

type Activity_Activity_Chapter_Section_Item

type Activity_Activity_Chapter_Section_Item struct {
	Id  int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Num int32 `protobuf:"varint,2,opt,name=num,proto3" json:"num,omitempty"`
	// contains filtered or unexported fields
}

func (*Activity_Activity_Chapter_Section_Item) Descriptor deprecated

func (*Activity_Activity_Chapter_Section_Item) Descriptor() ([]byte, []int)

Deprecated: Use Activity_Activity_Chapter_Section_Item.ProtoReflect.Descriptor instead.

func (*Activity_Activity_Chapter_Section_Item) GetId

func (*Activity_Activity_Chapter_Section_Item) GetNum

func (*Activity_Activity_Chapter_Section_Item) ProtoMessage

func (*Activity_Activity_Chapter_Section_Item) ProtoReflect

func (*Activity_Activity_Chapter_Section_Item) Reset

func (*Activity_Activity_Chapter_Section_Item) String

type Activity_Activity_Chapter_Section_Task

type Activity_Activity_Chapter_Section_Task struct {
	Type        int32           `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	Param_1     int32           `protobuf:"varint,2,opt,name=param_1,json=param1,proto3" json:"param_1,omitempty"`
	Param_2     int32           `protobuf:"varint,3,opt,name=param_2,json=param2,proto3" json:"param_2,omitempty"`
	Param_3     int32           `protobuf:"varint,4,opt,name=param_3,json=param3,proto3" json:"param_3,omitempty"`
	ParamList_1 []int32         `protobuf:"varint,5,rep,packed,name=param_list_1,json=paramList1,proto3" json:"param_list_1,omitempty"`
	ParamList_2 []int32         `protobuf:"varint,6,rep,packed,name=param_list_2,json=paramList2,proto3" json:"param_list_2,omitempty"`
	ParamList_3 []int32         `protobuf:"varint,7,rep,packed,name=param_list_3,json=paramList3,proto3" json:"param_list_3,omitempty"`
	ParamMap_1  map[int32]int32 `` /* 180-byte string literal not displayed */
	ParamMap_2  map[int32]int32 `` /* 180-byte string literal not displayed */
	Target      int32           `protobuf:"varint,10,opt,name=target,proto3" json:"target,omitempty"`
	// contains filtered or unexported fields
}

func (*Activity_Activity_Chapter_Section_Task) Descriptor deprecated

func (*Activity_Activity_Chapter_Section_Task) Descriptor() ([]byte, []int)

Deprecated: Use Activity_Activity_Chapter_Section_Task.ProtoReflect.Descriptor instead.

func (*Activity_Activity_Chapter_Section_Task) GetParamList_1

func (x *Activity_Activity_Chapter_Section_Task) GetParamList_1() []int32

func (*Activity_Activity_Chapter_Section_Task) GetParamList_2

func (x *Activity_Activity_Chapter_Section_Task) GetParamList_2() []int32

func (*Activity_Activity_Chapter_Section_Task) GetParamList_3

func (x *Activity_Activity_Chapter_Section_Task) GetParamList_3() []int32

func (*Activity_Activity_Chapter_Section_Task) GetParamMap_1

func (x *Activity_Activity_Chapter_Section_Task) GetParamMap_1() map[int32]int32

func (*Activity_Activity_Chapter_Section_Task) GetParamMap_2

func (x *Activity_Activity_Chapter_Section_Task) GetParamMap_2() map[int32]int32

func (*Activity_Activity_Chapter_Section_Task) GetParam_1

func (*Activity_Activity_Chapter_Section_Task) GetParam_2

func (*Activity_Activity_Chapter_Section_Task) GetParam_3

func (*Activity_Activity_Chapter_Section_Task) GetTarget

func (*Activity_Activity_Chapter_Section_Task) GetType

func (*Activity_Activity_Chapter_Section_Task) ProtoMessage

func (*Activity_Activity_Chapter_Section_Task) ProtoReflect

func (*Activity_Activity_Chapter_Section_Task) Reset

func (*Activity_Activity_Chapter_Section_Task) String

type ConfType

type ConfType int32
const (
	ConfType_CONF_TYPE_UNKNOWN ConfType = 0
	ConfType_CONF_TYPE_CLOUD   ConfType = 1
	ConfType_CONF_TYPE_LOCAL   ConfType = 2
	ConfType_CONF_TYPE_REMOTE  ConfType = 3
)

func (ConfType) Descriptor

func (ConfType) Descriptor() protoreflect.EnumDescriptor

func (ConfType) Enum

func (x ConfType) Enum() *ConfType

func (ConfType) EnumDescriptor deprecated

func (ConfType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ConfType.Descriptor instead.

func (ConfType) Number

func (x ConfType) Number() protoreflect.EnumNumber

func (ConfType) String

func (x ConfType) String() string

func (ConfType) Type

type Duration

type Duration struct {
	Type        DurationType           `protobuf:"varint,1,opt,name=type,proto3,enum=testexcel.DurationType" json:"type,omitempty"`
	Begin       *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=begin,proto3" json:"begin,omitempty"`
	End         *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=end,proto3" json:"end,omitempty"`
	DelayedDays int32                  `protobuf:"varint,4,opt,name=delayed_days,json=delayedDays,proto3" json:"delayed_days,omitempty"`
	Params      []int32                `protobuf:"varint,5,rep,packed,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

func (*Duration) Descriptor deprecated

func (*Duration) Descriptor() ([]byte, []int)

Deprecated: Use Duration.ProtoReflect.Descriptor instead.

func (*Duration) GetBegin

func (x *Duration) GetBegin() *timestamppb.Timestamp

func (*Duration) GetDelayedDays

func (x *Duration) GetDelayedDays() int32

func (*Duration) GetEnd

func (x *Duration) GetEnd() *timestamppb.Timestamp

func (*Duration) GetParams

func (x *Duration) GetParams() []int32

func (*Duration) GetType

func (x *Duration) GetType() DurationType

func (*Duration) ProtoMessage

func (*Duration) ProtoMessage()

func (*Duration) ProtoReflect

func (x *Duration) ProtoReflect() protoreflect.Message

func (*Duration) Reset

func (x *Duration) Reset()

func (*Duration) String

func (x *Duration) String() string

type DurationType

type DurationType int32
const (
	DurationType_DURATION_TYPE_UNKNOWN     DurationType = 0
	DurationType_DURATION_TYPE_ABSOLUTE    DurationType = 1
	DurationType_DURATION_TYPE_REGISTER    DurationType = 2
	DurationType_DURATION_TYPE_OPEN_SERVER DurationType = 3
)

func (DurationType) Descriptor

func (DurationType) Enum

func (x DurationType) Enum() *DurationType

func (DurationType) EnumDescriptor deprecated

func (DurationType) EnumDescriptor() ([]byte, []int)

Deprecated: Use DurationType.Descriptor instead.

func (DurationType) Number

func (DurationType) String

func (x DurationType) String() string

func (DurationType) Type

type ExchangeInfo

type ExchangeInfo struct {
	RewardMap map[uint32]*ExchangeInfo_Reward `` /* 177-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ExchangeInfo) Descriptor deprecated

func (*ExchangeInfo) Descriptor() ([]byte, []int)

Deprecated: Use ExchangeInfo.ProtoReflect.Descriptor instead.

func (*ExchangeInfo) GetRewardMap

func (x *ExchangeInfo) GetRewardMap() map[uint32]*ExchangeInfo_Reward

func (*ExchangeInfo) ProtoMessage

func (*ExchangeInfo) ProtoMessage()

func (*ExchangeInfo) ProtoReflect

func (x *ExchangeInfo) ProtoReflect() protoreflect.Message

func (*ExchangeInfo) Reset

func (x *ExchangeInfo) Reset()

func (*ExchangeInfo) String

func (x *ExchangeInfo) String() string

type ExchangeInfo_Reward

type ExchangeInfo_Reward struct {
	Id        uint32                 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Desc      string                 `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc,omitempty"`
	BeginTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=begin_time,json=beginTime,proto3" json:"begin_time,omitempty"`
	Date      *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=date,proto3" json:"date,omitempty"`
	Time      *durationpb.Duration   `protobuf:"bytes,5,opt,name=time,proto3" json:"time,omitempty"`
	// contains filtered or unexported fields
}

func (*ExchangeInfo_Reward) Descriptor deprecated

func (*ExchangeInfo_Reward) Descriptor() ([]byte, []int)

Deprecated: Use ExchangeInfo_Reward.ProtoReflect.Descriptor instead.

func (*ExchangeInfo_Reward) GetBeginTime

func (x *ExchangeInfo_Reward) GetBeginTime() *timestamppb.Timestamp

func (*ExchangeInfo_Reward) GetDate

func (*ExchangeInfo_Reward) GetDesc

func (x *ExchangeInfo_Reward) GetDesc() string

func (*ExchangeInfo_Reward) GetId

func (x *ExchangeInfo_Reward) GetId() uint32

func (*ExchangeInfo_Reward) GetTime

func (x *ExchangeInfo_Reward) GetTime() *durationpb.Duration

func (*ExchangeInfo_Reward) ProtoMessage

func (*ExchangeInfo_Reward) ProtoMessage()

func (*ExchangeInfo_Reward) ProtoReflect

func (x *ExchangeInfo_Reward) ProtoReflect() protoreflect.Message

func (*ExchangeInfo_Reward) Reset

func (x *ExchangeInfo_Reward) Reset()

func (*ExchangeInfo_Reward) String

func (x *ExchangeInfo_Reward) String() string

type Hero

type Hero struct {
	RewardMap map[uint32]*Hero_Reward `` /* 177-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Hero) Descriptor deprecated

func (*Hero) Descriptor() ([]byte, []int)

Deprecated: Use Hero.ProtoReflect.Descriptor instead.

func (*Hero) GetRewardMap

func (x *Hero) GetRewardMap() map[uint32]*Hero_Reward

func (*Hero) ProtoMessage

func (*Hero) ProtoMessage()

func (*Hero) ProtoReflect

func (x *Hero) ProtoReflect() protoreflect.Message

func (*Hero) Reset

func (x *Hero) Reset()

func (*Hero) String

func (x *Hero) String() string

type Hero_Reward

type Hero_Reward struct {
	Id   uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Desc string `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc,omitempty"`
	// contains filtered or unexported fields
}

func (*Hero_Reward) Descriptor deprecated

func (*Hero_Reward) Descriptor() ([]byte, []int)

Deprecated: Use Hero_Reward.ProtoReflect.Descriptor instead.

func (*Hero_Reward) GetDesc

func (x *Hero_Reward) GetDesc() string

func (*Hero_Reward) GetId

func (x *Hero_Reward) GetId() uint32

func (*Hero_Reward) ProtoMessage

func (*Hero_Reward) ProtoMessage()

func (*Hero_Reward) ProtoReflect

func (x *Hero_Reward) ProtoReflect() protoreflect.Message

func (*Hero_Reward) Reset

func (x *Hero_Reward) Reset()

func (*Hero_Reward) String

func (x *Hero_Reward) String() string

type Item

type Item struct {
	Id  int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Num int32 `protobuf:"varint,2,opt,name=num,proto3" json:"num,omitempty"`
	// contains filtered or unexported fields
}

func (*Item) Descriptor deprecated

func (*Item) Descriptor() ([]byte, []int)

Deprecated: Use Item.ProtoReflect.Descriptor instead.

func (*Item) GetId

func (x *Item) GetId() int32

func (*Item) GetNum

func (x *Item) GetNum() int32

func (*Item) ProtoMessage

func (*Item) ProtoMessage()

func (*Item) ProtoReflect

func (x *Item) ProtoReflect() protoreflect.Message

func (*Item) Reset

func (x *Item) Reset()

func (*Item) String

func (x *Item) String() string

type Loader

type Loader struct {
	ServerMap map[int32]*Loader_Server `` /* 177-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Loader) Descriptor deprecated

func (*Loader) Descriptor() ([]byte, []int)

Deprecated: Use Loader.ProtoReflect.Descriptor instead.

func (*Loader) GetServerMap

func (x *Loader) GetServerMap() map[int32]*Loader_Server

func (*Loader) ProtoMessage

func (*Loader) ProtoMessage()

func (*Loader) ProtoReflect

func (x *Loader) ProtoReflect() protoreflect.Message

func (*Loader) Reset

func (x *Loader) Reset()

func (*Loader) String

func (x *Loader) String() string

type Loader_Server

type Loader_Server struct {
	Type     ServerType            `protobuf:"varint,1,opt,name=type,proto3,enum=testexcel.ServerType" json:"type,omitempty"`
	ConfList []*Loader_Server_Conf `protobuf:"bytes,2,rep,name=conf_list,json=confList,proto3" json:"conf_list,omitempty"`
	// contains filtered or unexported fields
}

func (*Loader_Server) Descriptor deprecated

func (*Loader_Server) Descriptor() ([]byte, []int)

Deprecated: Use Loader_Server.ProtoReflect.Descriptor instead.

func (*Loader_Server) GetConfList

func (x *Loader_Server) GetConfList() []*Loader_Server_Conf

func (*Loader_Server) GetType

func (x *Loader_Server) GetType() ServerType

func (*Loader_Server) ProtoMessage

func (*Loader_Server) ProtoMessage()

func (*Loader_Server) ProtoReflect

func (x *Loader_Server) ProtoReflect() protoreflect.Message

func (*Loader_Server) Reset

func (x *Loader_Server) Reset()

func (*Loader_Server) String

func (x *Loader_Server) String() string

type Loader_Server_Conf

type Loader_Server_Conf struct {
	Type          ConfType                        `protobuf:"varint,1,opt,name=type,proto3,enum=testexcel.ConfType" json:"type,omitempty"`
	ConditionList []*Loader_Server_Conf_Condition `protobuf:"bytes,2,rep,name=condition_list,json=conditionList,proto3" json:"condition_list,omitempty"`
	// contains filtered or unexported fields
}

func (*Loader_Server_Conf) Descriptor deprecated

func (*Loader_Server_Conf) Descriptor() ([]byte, []int)

Deprecated: Use Loader_Server_Conf.ProtoReflect.Descriptor instead.

func (*Loader_Server_Conf) GetConditionList

func (x *Loader_Server_Conf) GetConditionList() []*Loader_Server_Conf_Condition

func (*Loader_Server_Conf) GetType

func (x *Loader_Server_Conf) GetType() ConfType

func (*Loader_Server_Conf) ProtoMessage

func (*Loader_Server_Conf) ProtoMessage()

func (*Loader_Server_Conf) ProtoReflect

func (x *Loader_Server_Conf) ProtoReflect() protoreflect.Message

func (*Loader_Server_Conf) Reset

func (x *Loader_Server_Conf) Reset()

func (*Loader_Server_Conf) String

func (x *Loader_Server_Conf) String() string

type Loader_Server_Conf_Condition

type Loader_Server_Conf_Condition struct {
	Type  int32 `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	Value int32 `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Loader_Server_Conf_Condition) Descriptor deprecated

func (*Loader_Server_Conf_Condition) Descriptor() ([]byte, []int)

Deprecated: Use Loader_Server_Conf_Condition.ProtoReflect.Descriptor instead.

func (*Loader_Server_Conf_Condition) GetType

func (x *Loader_Server_Conf_Condition) GetType() int32

func (*Loader_Server_Conf_Condition) GetValue

func (x *Loader_Server_Conf_Condition) GetValue() int32

func (*Loader_Server_Conf_Condition) ProtoMessage

func (*Loader_Server_Conf_Condition) ProtoMessage()

func (*Loader_Server_Conf_Condition) ProtoReflect

func (*Loader_Server_Conf_Condition) Reset

func (x *Loader_Server_Conf_Condition) Reset()

func (*Loader_Server_Conf_Condition) String

type MatchConf

type MatchConf struct {
	Interval  int32                       `protobuf:"varint,1,opt,name=interval,proto3" json:"interval,omitempty"`
	Timeout   int32                       `protobuf:"varint,2,opt,name=timeout,proto3" json:"timeout,omitempty"`
	FactorMap map[int32]*MatchConf_Factor `` /* 177-byte string literal not displayed */
	ModeMap   map[uint32]*MatchConf_Mode  `` /* 171-byte string literal not displayed */
	Task      *MatchConf_Task             `protobuf:"bytes,5,opt,name=task,proto3" json:"task,omitempty"`
	Robot     *MatchConf_Robot            `protobuf:"bytes,6,opt,name=robot,proto3" json:"robot,omitempty"`
	// contains filtered or unexported fields
}

func (*MatchConf) Descriptor deprecated

func (*MatchConf) Descriptor() ([]byte, []int)

Deprecated: Use MatchConf.ProtoReflect.Descriptor instead.

func (*MatchConf) GetFactorMap

func (x *MatchConf) GetFactorMap() map[int32]*MatchConf_Factor

func (*MatchConf) GetInterval

func (x *MatchConf) GetInterval() int32

func (*MatchConf) GetModeMap

func (x *MatchConf) GetModeMap() map[uint32]*MatchConf_Mode

func (*MatchConf) GetRobot

func (x *MatchConf) GetRobot() *MatchConf_Robot

func (*MatchConf) GetTask

func (x *MatchConf) GetTask() *MatchConf_Task

func (*MatchConf) GetTimeout

func (x *MatchConf) GetTimeout() int32

func (*MatchConf) ProtoMessage

func (*MatchConf) ProtoMessage()

func (*MatchConf) ProtoReflect

func (x *MatchConf) ProtoReflect() protoreflect.Message

func (*MatchConf) Reset

func (x *MatchConf) Reset()

func (*MatchConf) String

func (x *MatchConf) String() string

type MatchConf_Factor

type MatchConf_Factor struct {
	Type  int32 `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	Value int32 `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*MatchConf_Factor) Descriptor deprecated

func (*MatchConf_Factor) Descriptor() ([]byte, []int)

Deprecated: Use MatchConf_Factor.ProtoReflect.Descriptor instead.

func (*MatchConf_Factor) GetType

func (x *MatchConf_Factor) GetType() int32

func (*MatchConf_Factor) GetValue

func (x *MatchConf_Factor) GetValue() int32

func (*MatchConf_Factor) ProtoMessage

func (*MatchConf_Factor) ProtoMessage()

func (*MatchConf_Factor) ProtoReflect

func (x *MatchConf_Factor) ProtoReflect() protoreflect.Message

func (*MatchConf_Factor) Reset

func (x *MatchConf_Factor) Reset()

func (*MatchConf_Factor) String

func (x *MatchConf_Factor) String() string

type MatchConf_Mode

type MatchConf_Mode struct {
	Id         uint32               `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Difficulty int32                `protobuf:"varint,2,opt,name=difficulty,proto3" json:"difficulty,omitempty"`
	Desc       string               `protobuf:"bytes,3,opt,name=desc,proto3" json:"desc,omitempty"`
	AiList     []*MatchConf_Mode_AI `protobuf:"bytes,4,rep,name=ai_list,json=aiList,proto3" json:"ai_list,omitempty"`
	// contains filtered or unexported fields
}

func (*MatchConf_Mode) Descriptor deprecated

func (*MatchConf_Mode) Descriptor() ([]byte, []int)

Deprecated: Use MatchConf_Mode.ProtoReflect.Descriptor instead.

func (*MatchConf_Mode) GetAiList

func (x *MatchConf_Mode) GetAiList() []*MatchConf_Mode_AI

func (*MatchConf_Mode) GetDesc

func (x *MatchConf_Mode) GetDesc() string

func (*MatchConf_Mode) GetDifficulty

func (x *MatchConf_Mode) GetDifficulty() int32

func (*MatchConf_Mode) GetId

func (x *MatchConf_Mode) GetId() uint32

func (*MatchConf_Mode) ProtoMessage

func (*MatchConf_Mode) ProtoMessage()

func (*MatchConf_Mode) ProtoReflect

func (x *MatchConf_Mode) ProtoReflect() protoreflect.Message

func (*MatchConf_Mode) Reset

func (x *MatchConf_Mode) Reset()

func (*MatchConf_Mode) String

func (x *MatchConf_Mode) String() string

type MatchConf_Mode_AI

type MatchConf_Mode_AI struct {
	Type    int32 `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	Ability int32 `protobuf:"varint,2,opt,name=ability,proto3" json:"ability,omitempty"`
	// contains filtered or unexported fields
}

func (*MatchConf_Mode_AI) Descriptor deprecated

func (*MatchConf_Mode_AI) Descriptor() ([]byte, []int)

Deprecated: Use MatchConf_Mode_AI.ProtoReflect.Descriptor instead.

func (*MatchConf_Mode_AI) GetAbility

func (x *MatchConf_Mode_AI) GetAbility() int32

func (*MatchConf_Mode_AI) GetType

func (x *MatchConf_Mode_AI) GetType() int32

func (*MatchConf_Mode_AI) ProtoMessage

func (*MatchConf_Mode_AI) ProtoMessage()

func (*MatchConf_Mode_AI) ProtoReflect

func (x *MatchConf_Mode_AI) ProtoReflect() protoreflect.Message

func (*MatchConf_Mode_AI) Reset

func (x *MatchConf_Mode_AI) Reset()

func (*MatchConf_Mode_AI) String

func (x *MatchConf_Mode_AI) String() string

type MatchConf_Robot

type MatchConf_Robot struct {
	Type    int32 `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	Ability int32 `protobuf:"varint,2,opt,name=ability,proto3" json:"ability,omitempty"`
	// contains filtered or unexported fields
}

func (*MatchConf_Robot) Descriptor deprecated

func (*MatchConf_Robot) Descriptor() ([]byte, []int)

Deprecated: Use MatchConf_Robot.ProtoReflect.Descriptor instead.

func (*MatchConf_Robot) GetAbility

func (x *MatchConf_Robot) GetAbility() int32

func (*MatchConf_Robot) GetType

func (x *MatchConf_Robot) GetType() int32

func (*MatchConf_Robot) ProtoMessage

func (*MatchConf_Robot) ProtoMessage()

func (*MatchConf_Robot) ProtoReflect

func (x *MatchConf_Robot) ProtoReflect() protoreflect.Message

func (*MatchConf_Robot) Reset

func (x *MatchConf_Robot) Reset()

func (*MatchConf_Robot) String

func (x *MatchConf_Robot) String() string

type MatchConf_Task

type MatchConf_Task struct {
	Type      int32                             `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	ParamList []int32                           `protobuf:"varint,2,rep,packed,name=param_list,json=paramList,proto3" json:"param_list,omitempty"`
	FilterMap map[uint32]*MatchConf_Task_Filter `` /* 177-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MatchConf_Task) Descriptor deprecated

func (*MatchConf_Task) Descriptor() ([]byte, []int)

Deprecated: Use MatchConf_Task.ProtoReflect.Descriptor instead.

func (*MatchConf_Task) GetFilterMap

func (x *MatchConf_Task) GetFilterMap() map[uint32]*MatchConf_Task_Filter

func (*MatchConf_Task) GetParamList

func (x *MatchConf_Task) GetParamList() []int32

func (*MatchConf_Task) GetType

func (x *MatchConf_Task) GetType() int32

func (*MatchConf_Task) ProtoMessage

func (*MatchConf_Task) ProtoMessage()

func (*MatchConf_Task) ProtoReflect

func (x *MatchConf_Task) ProtoReflect() protoreflect.Message

func (*MatchConf_Task) Reset

func (x *MatchConf_Task) Reset()

func (*MatchConf_Task) String

func (x *MatchConf_Task) String() string

type MatchConf_Task_Filter

type MatchConf_Task_Filter struct {
	Type        uint32                           `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	Open        bool                             `protobuf:"varint,2,opt,name=open,proto3" json:"open,omitempty"`
	JobList     []*MatchConf_Task_Filter_Job     `protobuf:"bytes,3,rep,name=job_list,json=jobList,proto3" json:"job_list,omitempty"`
	SectionList []*MatchConf_Task_Filter_Section `protobuf:"bytes,4,rep,name=section_list,json=sectionList,proto3" json:"section_list,omitempty"`
	// contains filtered or unexported fields
}

func (*MatchConf_Task_Filter) Descriptor deprecated

func (*MatchConf_Task_Filter) Descriptor() ([]byte, []int)

Deprecated: Use MatchConf_Task_Filter.ProtoReflect.Descriptor instead.

func (*MatchConf_Task_Filter) GetJobList

func (*MatchConf_Task_Filter) GetOpen

func (x *MatchConf_Task_Filter) GetOpen() bool

func (*MatchConf_Task_Filter) GetSectionList

func (*MatchConf_Task_Filter) GetType

func (x *MatchConf_Task_Filter) GetType() uint32

func (*MatchConf_Task_Filter) ProtoMessage

func (*MatchConf_Task_Filter) ProtoMessage()

func (*MatchConf_Task_Filter) ProtoReflect

func (x *MatchConf_Task_Filter) ProtoReflect() protoreflect.Message

func (*MatchConf_Task_Filter) Reset

func (x *MatchConf_Task_Filter) Reset()

func (*MatchConf_Task_Filter) String

func (x *MatchConf_Task_Filter) String() string

type MatchConf_Task_Filter_Job

type MatchConf_Task_Filter_Job struct {
	Type  int32 `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	Count int32 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*MatchConf_Task_Filter_Job) Descriptor deprecated

func (*MatchConf_Task_Filter_Job) Descriptor() ([]byte, []int)

Deprecated: Use MatchConf_Task_Filter_Job.ProtoReflect.Descriptor instead.

func (*MatchConf_Task_Filter_Job) GetCount

func (x *MatchConf_Task_Filter_Job) GetCount() int32

func (*MatchConf_Task_Filter_Job) GetType

func (x *MatchConf_Task_Filter_Job) GetType() int32

func (*MatchConf_Task_Filter_Job) ProtoMessage

func (*MatchConf_Task_Filter_Job) ProtoMessage()

func (*MatchConf_Task_Filter_Job) ProtoReflect

func (*MatchConf_Task_Filter_Job) Reset

func (x *MatchConf_Task_Filter_Job) Reset()

func (*MatchConf_Task_Filter_Job) String

func (x *MatchConf_Task_Filter_Job) String() string

type MatchConf_Task_Filter_Section

type MatchConf_Task_Filter_Section struct {
	Id       uint32                                `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name     string                                `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ItemList []*MatchConf_Task_Filter_Section_Item `protobuf:"bytes,3,rep,name=item_list,json=itemList,proto3" json:"item_list,omitempty"`
	// contains filtered or unexported fields
}

func (*MatchConf_Task_Filter_Section) Descriptor deprecated

func (*MatchConf_Task_Filter_Section) Descriptor() ([]byte, []int)

Deprecated: Use MatchConf_Task_Filter_Section.ProtoReflect.Descriptor instead.

func (*MatchConf_Task_Filter_Section) GetId

func (*MatchConf_Task_Filter_Section) GetItemList

func (*MatchConf_Task_Filter_Section) GetName

func (*MatchConf_Task_Filter_Section) ProtoMessage

func (*MatchConf_Task_Filter_Section) ProtoMessage()

func (*MatchConf_Task_Filter_Section) ProtoReflect

func (*MatchConf_Task_Filter_Section) Reset

func (x *MatchConf_Task_Filter_Section) Reset()

func (*MatchConf_Task_Filter_Section) String

type MatchConf_Task_Filter_Section_Item

type MatchConf_Task_Filter_Section_Item struct {
	Id  int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Num int32 `protobuf:"varint,2,opt,name=num,proto3" json:"num,omitempty"`
	// contains filtered or unexported fields
}

func (*MatchConf_Task_Filter_Section_Item) Descriptor deprecated

func (*MatchConf_Task_Filter_Section_Item) Descriptor() ([]byte, []int)

Deprecated: Use MatchConf_Task_Filter_Section_Item.ProtoReflect.Descriptor instead.

func (*MatchConf_Task_Filter_Section_Item) GetId

func (*MatchConf_Task_Filter_Section_Item) GetNum

func (*MatchConf_Task_Filter_Section_Item) ProtoMessage

func (*MatchConf_Task_Filter_Section_Item) ProtoMessage()

func (*MatchConf_Task_Filter_Section_Item) ProtoReflect

func (*MatchConf_Task_Filter_Section_Item) Reset

func (*MatchConf_Task_Filter_Section_Item) String

type ServerType

type ServerType int32
const (
	ServerType_SERVER_TYPE_UNKNOWN  ServerType = 0
	ServerType_SERVER_TYPE_GAME     ServerType = 1
	ServerType_SERVER_TYPE_ACTIVITY ServerType = 2
	ServerType_SERVER_TYPE_MATCH    ServerType = 3
)

func (ServerType) Descriptor

func (ServerType) Descriptor() protoreflect.EnumDescriptor

func (ServerType) Enum

func (x ServerType) Enum() *ServerType

func (ServerType) EnumDescriptor deprecated

func (ServerType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ServerType.Descriptor instead.

func (ServerType) Number

func (x ServerType) Number() protoreflect.EnumNumber

func (ServerType) String

func (x ServerType) String() string

func (ServerType) Type

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL