Versions in this module Expand all Collapse all v1 v1.1.0 Dec 14, 2018 Changes in this version + type Config struct + Debug DebugConfig + EntitlementToServiceIDs map[string][]ServiceID + FetchInterval time.Duration + FetchIntervalString string + GroupToServiceIDs map[string][]ServiceID + Hostname string + Password string + RabbitMQConfig RabbitMQConfig + ReconnectTimeout time.Duration + ReconnectTimeoutString string + Services map[ServiceID]Service + Site string + Username string + func ReadConfig(configFile string) (conf *Config, err error) + func (conf *Config) GetServices(sids []ServiceID) (services []Service, err error) + func (conf *Config) Sync() (err error) + type DebugConfig struct + Backend bool + Scripts bool + Sequential bool + type RabbitMQConfig struct + Exchanges []string + Vhost string + type Service struct + Command string + Description string + Name string + func (s Service) String() string + type ServiceID string