package
Version:
v0.0.0-...-5e12377
Opens a new window with list of versions in this module.
Published: Jun 4, 2015
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func GetLogger() *logging.Logger
type Config struct {
Database DbConfig
}
type DbConfig struct {
Name string `toml:"name"`
Port int `toml:"port"`
Username string `toml:"username"`
Password string `toml:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.