Versions in this module Expand all Collapse all v1 v1.3.0 Jun 19, 2014 v1.2.0 May 16, 2014 Changes in this version + func ReadYmlReader(path string) (cnf map[string]interface{}, err error) + type YAMLConfig struct + func (yaml *YAMLConfig) Parse(filename string) (config.ConfigContainer, error) + type YAMLConfigContainer struct + func (c *YAMLConfigContainer) Bool(key string) (bool, error) + func (c *YAMLConfigContainer) DIY(key string) (v interface{}, err error) + func (c *YAMLConfigContainer) Float(key string) (float64, error) + func (c *YAMLConfigContainer) Int(key string) (int, error) + func (c *YAMLConfigContainer) Int64(key string) (int64, error) + func (c *YAMLConfigContainer) Set(key, val string) error + func (c *YAMLConfigContainer) String(key string) string + func (c *YAMLConfigContainer) Strings(key string) []string