Versions in this module Expand all Collapse all v0 v0.1.2 May 9, 2016 Changes in this version + type ConfigManager struct + func (cm *ConfigManager) Load() (*Config, error) v0.1.1 May 6, 2016 Changes in this version + func NewConfig(file string) *config + type Config struct + DB DB + Debug bool + Host Host + type DB struct + Database string + Host string + Port string + UserName string + UserPassword string + type Host struct + IP string + Port string