Versions in this module Expand all Collapse all v0 v0.1.0 Jan 23, 2017 Changes in this version + func Enabled(iface interface{}, ctx Context) []interface + func GetBool(name string) bool + func GetInt(name string) int + func GetString(name string) string + func Option(name string, dfault interface{}, description string) interface + func Register(name string, com interface{}, options ...interface{}) + func Select(name string, iface interface{}) interface + func SetConfig(c ConfigProvider) + type ConfigProvider interface + GetBool func(key string) (bool, bool) + GetInt func(key string) (int, bool) + GetString func(key string) (string, bool) + type Context interface + ComponentEnabled func(name string) bool