Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFloat64 ¶
GetFloat64 returns the float64 value of the key.
Types ¶
type Config ¶
type Config interface {
Set(key string, value interface{}) error
Get(key string) (interface{}, error)
GetBool(key string) (bool, error)
GetInt64(key string) (int64, error)
GetString(key string) (string, error)
GetFloat64(key string) (float64, error)
}
Config interface defining of a config implementation.
Click to show internal directories.
Click to hide internal directories.