Documentation
¶
Index ¶
- func All() map[string]string
- func Get(key string) (string, error)
- func GetBool(key string) (bool, error)
- func GetBoolOr(key string, defaultValue bool) (bool, error)
- func GetBoolOrDefault(key string, defaultValue bool) bool
- func GetFloat(key string) (float64, error)
- func GetFloatOr(key string, defaultValue float64) (float64, error)
- func GetInt(key string) (int, error)
- func GetIntOr(key string, defaultValue int) (int, error)
- func GetIntOrDefault(key string, defaultValue int) int
- func GetList(key string, separator string) ([]string, error)
- func GetListOr(key string, separator string, defaultValue []string) []string
- func GetOr(key string, defaultValue string) string
- func IsSet(key string) bool
- func IsSetAndNotEmpty(key string) bool
- func ParseBool(value string) (bool, error)
- func Set(key string, value string) error
- func SplitAndTrim(value string, separator string) []string
- func Unset(key string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBoolOrDefault ¶
func GetIntOrDefault ¶
func IsSetAndNotEmpty ¶
func SplitAndTrim ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.