package
Version:
v0.0.0-...-cc206ec
Opens a new window with list of versions in this module.
Published: Mar 18, 2023
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func LoadConfigFromEnv() error
LoadConfigFromEnv 从环境变量中加载配置
LoadConfigFromToml 从toml中添加配置文件, 并初始化全局对象
type Config struct {
App *app `toml:"app"`
Mongo *mongodb `toml:"mongodb"`
Mcenter *rpc.Config `toml:"mcenter"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.