Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CfgManager ¶
type CfgManager interface {
GetValue(ctx context.Context, key string) (string, error)
GetValueOfDomainService(ctx context.Context, domain string, service string, key string) (string, error)
}
func NewConfigManager ¶
func NewConfigManager() (CfgManager, error)
type ConfigManager ¶
type ConfigManager struct {
// contains filtered or unexported fields
}
func (ConfigManager) GetValueOfDomainService ¶
Click to show internal directories.
Click to hide internal directories.