Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigReader ¶
type ConfigReader interface {
Get(key string) interface{}
GetBool(name string) bool
GetFloat64(key string) float64
GetInt(key string) int
GetInt64(key string) int64
GetUint(key string) uint
GetUint64(key string) uint64
GetIntSlice(key string) []int
GetString(key string) string
GetStringMap(key string) map[string]interface{}
GetStringMapString(key string) map[string]string
GetStringSlice(key string) []string
GetTime(key string) time.Time
GetDuration(key string) time.Duration
IsSet(key string) bool
AllSettings() map[string]interface{}
}
ConfigReader defined a serial of interfaces
Click to show internal directories.
Click to hide internal directories.