Documentation ¶
Index ¶
- func GetBool(key string, def bool) (bool, error)
- func GetBools(key string) ([]bool, error)
- func GetFloat32(key string, def float32) (float32, error)
- func GetFloat32s(key string) ([]float32, error)
- func GetFloat64(key string, def float64) (float64, error)
- func GetFloat64s(key string) ([]float64, error)
- func GetInt(key string, def int) (int, error)
- func GetInt16(key string, def int16) (int16, error)
- func GetInt16s(key string) ([]int16, error)
- func GetInt32(key string, def int32) (int32, error)
- func GetInt32s(key string) ([]int32, error)
- func GetInt64(key string, def int64) (int64, error)
- func GetInt64s(key string) ([]int64, error)
- func GetInt8(key string, def int8) (int8, error)
- func GetInt8s(key string) ([]int8, error)
- func GetInts(key string) ([]int, error)
- func GetString(key string, def string) string
- func GetStrings(key string) []string
- func GetUint(key string, def uint) (uint, error)
- func GetUint16(key string, def uint16) (uint16, error)
- func GetUint16s(key string) ([]uint16, error)
- func GetUint32(key string, def uint32) (uint32, error)
- func GetUint32s(key string) ([]uint32, error)
- func GetUint64(key string, def uint64) (uint64, error)
- func GetUint64s(key string) ([]uint64, error)
- func GetUint8(key string, def uint8) (uint8, error)
- func GetUint8s(key string) ([]uint8, error)
- func GetUints(key string) ([]uint, error)
- func Lookup(key string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFloat32s ¶
func GetFloat64s ¶
func GetStrings ¶
func GetUint16s ¶
func GetUint32s ¶
func GetUint64s ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.