Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigProvider ¶
type YamlConfigProvider ¶
type YamlConfigProvider struct {
// contains filtered or unexported fields
}
func NewYamlConfigProvider ¶
func NewYamlConfigProvider(globalEnv *env.GlobalEnv) (*YamlConfigProvider, error)
func (YamlConfigProvider) GetIntSlice ¶
func (y YamlConfigProvider) GetIntSlice(key string) []int
func (YamlConfigProvider) GetValue ¶
func (y YamlConfigProvider) GetValue(key string) interface{}
func (YamlConfigProvider) PackConf ¶
func (y YamlConfigProvider) PackConf(cfgId string, obj interface{}) error
func (YamlConfigProvider) PackConfToMap ¶
func (y YamlConfigProvider) PackConfToMap(cfgId string) map[string]interface{}
Click to show internal directories.
Click to hide internal directories.