Documentation ¶
Index ¶
- Variables
- func LoadLocalJson(path, name string, config any)
- func LoadLocalProps(path, name string, config any)
- func LoadLocalToml(path, name string, config any)
- func LoadLocalWithTypeName(path, name, typeName string, config any)
- func LoadLocalYaml(path, name string, config any)
- func MustLoadLocal(path string, config any)
Constants ¶
This section is empty.
Variables ¶
View Source
var LoadType = map[string]func(path, name string, config any){ ".yaml": LoadLocalYaml, ".yml": LoadLocalYaml, ".toml": LoadLocalToml, ".json": LoadLocalJson, ".properties": LoadLocalProps, ".props": LoadLocalProps, ".prop": LoadLocalProps, }
Functions ¶
func LoadLocalJson ¶
func LoadLocalProps ¶
func LoadLocalToml ¶
func LoadLocalWithTypeName ¶
func LoadLocalYaml ¶
func MustLoadLocal ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.