Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFileConfigManager ¶ added in v1.2.28
func GetFileConfigManager() (iConfig, error)
func GetSecretManager ¶ added in v1.2.28
func GetSecretManager(env string) iConfig
GetSecretManager ..
Types ¶
type ConfigManager ¶ added in v1.2.28
type ConfigManager interface { //This panics if no such config found MustGet(string) []byte //This panics if no such global config found MustGetGlobal(string) []byte // contains filtered or unexported methods }
var ConfManager ConfigManager
Click to show internal directories.
Click to hide internal directories.