Documentation ¶
Index ¶
- func InitConfig(fpath string, config interface{}) (toml.MetaData, error)
- func InitConfigData(data []byte, config interface{}) (toml.MetaData, error)
- func InitConfigSecure(fpath string, config interface{}, key []byte) (toml.MetaData, error)
- func SaveConfig(fpath string, config interface{}) error
- func SaveConfigSecure(fpath string, config interface{}, key []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitConfig ¶
InitConfig initConfig
func InitConfigData ¶
InitConfigData initConfig using byte array
func InitConfigSecure ¶
InitConfigSecure - Init Config Secure
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.