Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct { Disable bool `toml:"disable,omitempty"` Expiration time.Duration `toml:"expiration,omitempty"` }
func (*Cache) ConfigName ¶
func (*Cache) InitDefaults ¶
func (cfg *Cache) InitDefaults()
type Config ¶
type Config struct { config.NoValidator Cache Cache `toml:"cache"` }
func (*Config) ConfigName ¶
func (*Config) InitDefaults ¶
func (cfg *Config) InitDefaults()
Click to show internal directories.
Click to hide internal directories.