Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// Location of the actual files.
CacheDir string
// TLS will be enabled if set.
TLSCertsDir string
// Path and name of the metadata database.
DBFilename string
ServerAddr string
Hosts map[string]Host
DefaultHostAccessKey string
DefaultHostSecretKey string
SecretKey string
}
func LoadConfig ¶
func (Config) CreateLogger ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.