Documentation
¶
Index ¶
- func GetConfig() apid.ConfigService
- type ConfigMgr
- func (c *ConfigMgr) Get(key string) interface{}
- func (c *ConfigMgr) GetBool(key string) bool
- func (c *ConfigMgr) GetDuration(key string) time.Duration
- func (c *ConfigMgr) GetFloat64(key string) float64
- func (c *ConfigMgr) GetInt(key string) int
- func (c *ConfigMgr) GetString(key string) string
- func (c *ConfigMgr) IsSet(key string) bool
- func (c *ConfigMgr) Set(key string, value interface{})
- func (c *ConfigMgr) SetDefault(key string, value interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.