Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config interface {
Raw() []byte
Unmarshal(v interface{}) error
Get(key string) (interface{}, bool)
GetString(key string) (string, bool)
GetBool(key string) (bool, bool)
GetInt(key string) (int64, bool)
GetFloat(key string) (float64, bool)
GetDuration(key string) (time.Duration, bool)
GetTime(key string) (time.Time, bool)
}
Config is config interface
Click to show internal directories.
Click to hide internal directories.