Versions in this module Expand all Collapse all v0 v0.6.0-2 Oct 23, 2014 v0.5.0 Sep 30, 2014 Changes in this version + func AppendPair(k interface{}, v interface{}, hash interface{}) (map[string]string, error) + type Config struct + Routes map[string]Route + Variables map[string]string + func AddRoute(route interface{}, config interface{}) (Config, error) + func AddSet(set interface{}, config interface{}) (Config, error) + func NewConfig(vars interface{}, route interface{}) (Config, error) + type Route struct + Channel string + Config map[string]string + Name string + func NewRoute(name interface{}, channel interface{}, config interface{}) (Route, error)