Versions in this module Expand all Collapse all v0 v0.0.2 Apr 5, 2021 v0.0.1 Mar 11, 2021 Changes in this version + type Bots struct + CACert string + PeerToken string + PublicCert string + type Config struct + APIOptions *RestAPIOptions + Bots *Bots + HealthCheck *HealthCheck + JobsFromConfig []*JobsFromConfig + func GetConfig(file string) (*Config, error) + func (config *Config) GetJobMap(logger log.Logger) map[string]*Job + type FailureType string + const CPU + const Docker + const Network + const Server + const Service + type HealthCheck struct + Active bool + Report bool + type Job struct + ComponentName string + FailureType FailureType + Target []string + type JobsFromConfig struct + ComponentName string + FailureType FailureType + JobName string + Targets []string + type RestAPIOptions struct + Port string + Scheme string