Versions in this module Expand all Collapse all v0 v0.2.0 Feb 15, 2024 v0.1.0 Dec 9, 2019 Changes in this version + type Config struct + func NewConfig(ctx context.Context) *Config + func (bc *Config) DumpConfigMap(ctx context.Context) + func (bc *Config) GetConfigValue(ctx context.Context, key string) string + func (bc *Config) LoadConfigMap(ctx context.Context, valset map[string]string) + func (bc *Config) SetConfigValue(ctx context.Context, key, value string) + type ConfigSetting interface + DumpConfigMap func(ctx context.Context) + GetConfigValue func(ctx context.Context, key string) string + LoadConfigMap func(ctx context.Context, valset map[string]string) + SetConfigValue func(ctx context.Context, key, value string)