package
Version:
v0.0.0-...-dfa43ee
Opens a new window with list of versions in this module.
Published: Jun 14, 2016
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Address string `yaml:"address"`
Templates string `yaml:"templates"`
Connect Connect `yaml:"connect"`
Loglevel string `yaml:"loglevel"`
}
type Connect struct {
Host string `yaml:"host"`
Port uint32 `yaml:"port"`
Username string `yaml:"username"`
Password string `yaml:"password"`
Database string `yaml:"database"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.