Documentation ¶
Overview ¶
Code generated by minotaur-config-export. DO NOT EDIT.
Code generated by minotaur-config-export. DO NOT EDIT.
Index ¶
- func DefaultLoad(filepath string)
- func LoadConfig(handle func(filename string, config any) error)
- func Refresh()
- type EasyConfig
- type EasyConfigInfo
- type EasyConfigInfoInfo
- type EasyConfigInfoInfoExp
- type EasyConfigOther
- type IndexConfig
- type IndexConfigInfo
- type IndexConfigInfoInfo
- type IndexConfigInfoInfoExp
- type IndexConfigOther
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultLoad ¶
func DefaultLoad(filepath string)
func LoadConfig ¶
Types ¶
type EasyConfig ¶
type EasyConfig struct { Id int // 任务ID Count string // 次数 Info *EasyConfigInfo // 信息 Other map[int]*EasyConfigOther // 信息2 }
EasyConfig 无索引
var ( IIndexConfig map[int]map[string]*IndexConfig IEasyConfig *EasyConfig )
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 IndexConfig ¶
type IndexConfig struct { Id int // 任务ID Count string // 次数 Info *IndexConfigInfo // 信息 Other map[int]*IndexConfigOther // 信息2 }
IndexConfig 有索引
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.