Documentation ¶
Index ¶
- type Clock
- type ConfigReader
- func (_m *ConfigReader) BoolVal(key string, dflt bool) bool
- func (_m *ConfigReader) GetConfigValues() map[string]utils.ConfigValue
- func (_m *ConfigReader) IntVal(key string, dflt int) int
- func (_m *ConfigReader) StringNumberedList(key string, dflt []string) []string
- func (_m *ConfigReader) StringSlice(key string, dflt []string) []string
- func (_m *ConfigReader) StringVal(key string, dflt string) string
- type MountProc
- type TTL
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigReader ¶
func (*ConfigReader) GetConfigValues ¶
func (_m *ConfigReader) GetConfigValues() map[string]utils.ConfigValue
func (*ConfigReader) StringNumberedList ¶
func (_m *ConfigReader) StringNumberedList(key string, dflt []string) []string
func (*ConfigReader) StringSlice ¶
func (_m *ConfigReader) StringSlice(key string, dflt []string) []string
Click to show internal directories.
Click to hide internal directories.