Documentation ¶
Index ¶
- func GenConfigTemplate() error
- func Get(key string) interface{}
- func GetBool(key string) bool
- func GetInt(key string) int
- func GetSlice(key string) []interface{}
- func GetSliceBool(key string) []bool
- func GetSliceInt(key string) []int
- func GetSliceString(key string) []string
- func GetString(key string) string
- func GetStringMap(key string) map[string]interface{}
- func GetStringMapBool(key string) map[string]bool
- func GetStringMapInt(key string) map[string]int
- func GetStringMapString(key string) map[string]string
- func SetConfigTemplate(newYamlFileContent []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenConfigTemplate ¶ added in v1.2.4
func GenConfigTemplate() error
func GetSliceBool ¶ added in v1.2.0
func GetSliceInt ¶ added in v1.2.0
func GetSliceString ¶ added in v1.2.0
func GetStringMap ¶ added in v1.2.0
func GetStringMapBool ¶ added in v1.2.0
func GetStringMapInt ¶ added in v1.2.0
func GetStringMapString ¶ added in v1.2.0
func SetConfigTemplate ¶ added in v1.2.2
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.