Versions in this module Expand all Collapse all v0 v0.6.0 Aug 14, 2024 Changes in this version + func GetConfigBySign[C any](sign ConfigSign) C + func GetIndexConfig() map[int]map[string]*IndexConfig + func LoadConfigBySign(sign ConfigSign) + func LoadEasyConfig() + func LoadIndexConfig() + func SetConfigBySign[C any](sign ConfigSign, config C) + func SetEasyConfig(config *EasyConfig) + func SetIndexConfig(config map[int]map[string]*IndexConfig) + type ConfigSign = string + var EasyConfigSign ConfigSign = "EasyConfig" + var IndexConfigSign ConfigSign = "IndexConfig" + func GetConfigSigns() []ConfigSign + type EasyConfig struct + Award []string + Count string + Id int + Info *EasyConfigInfo + Other []*EasyConfigOther + func GetEasyConfig() *EasyConfig + type EasyConfigInfo struct + Id int + Info *EasyConfigInfoInfo + Name string + type EasyConfigInfoInfo struct + Exp *EasyConfigInfoInfoExp + Lv int + type EasyConfigInfoInfoExp struct + Count int + Mux int + type EasyConfigOther struct + Id int + Name string + type IndexConfig struct + Award []string + Count string + Id int + Info *IndexConfigInfo + Other []*IndexConfigOther + type IndexConfigInfo struct + Id int + Info *IndexConfigInfoInfo + Name string + type IndexConfigInfoInfo struct + Exp *IndexConfigInfoInfoExp + Lv int + type IndexConfigInfoInfoExp struct + Count int + Mux int + type IndexConfigOther struct + Id int + Name string