Documentation ¶
Overview ¶
Code generated by minotaur-config-export. DO NOT EDIT.
Code generated by minotaur-config-export. DO NOT EDIT.
Index ¶
- Variables
- func DefaultLoad(filepath string)
- func GetFull() map[string]any
- func LoadConfig(handle func(filename string, config any) error)
- func Refresh()
- type EasyConfigDefine
- type EasyConfigInfo
- type EasyConfigInfoInfo
- type EasyConfigInfoInfoExp
- type EasyConfigOther
- type IndexConfigDefine
- type IndexConfigInfo
- type IndexConfigInfoInfo
- type IndexConfigInfoInfoExp
- type IndexConfigOther
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // IndexConfig 有索引 IndexConfigSign = "IndexConfig" IndexConfig map[int]map[string]*IndexConfigDefine // EasyConfig 无索引 EasyConfigSign = "EasyConfig" EasyConfig *EasyConfigDefine )
Functions ¶
func LoadConfig ¶
Types ¶
type EasyConfigDefine ¶ added in v0.0.4
type EasyConfigDefine struct { Id int // 任务ID Info *EasyConfigInfo // 信息 Other map[int]*EasyConfigOther // 信息2 }
EasyConfigDefine 无索引
func (*EasyConfigDefine) String ¶ added in v0.0.4
func (slf *EasyConfigDefine) String() string
type EasyConfigInfo ¶
type EasyConfigInfo struct { Id int Name string Info *EasyConfigInfoInfo }
type EasyConfigInfoInfo ¶
type EasyConfigInfoInfo struct { Lv int Exp *EasyConfigInfoInfoExp }
type EasyConfigInfoInfoExp ¶
type EasyConfigOther ¶
type IndexConfigDefine ¶ added in v0.0.4
type IndexConfigDefine struct { Id int // 任务ID Count string // 次数 Info *IndexConfigInfo // 信息 Other map[int]*IndexConfigOther // 信息2 }
IndexConfigDefine 有索引
func (*IndexConfigDefine) String ¶ added in v0.0.4
func (slf *IndexConfigDefine) String() string
type IndexConfigInfo ¶
type IndexConfigInfo struct { Id int Name string Info *IndexConfigInfoInfo }
type IndexConfigInfoInfo ¶
type IndexConfigInfoInfo struct { Lv int Exp *IndexConfigInfoInfoExp }
type IndexConfigInfoInfoExp ¶
type IndexConfigOther ¶
Click to show internal directories.
Click to hide internal directories.