Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config interface { GetString(key string) string GetStringSlice(key string) []string GetStringMapString(key string) map[string]string GetInt(key string) int GetBool(key string) bool GetFloat64(key string) float64 IsSet(key string) bool }
Config interface to wrap external configuration object
Click to show internal directories.
Click to hide internal directories.