Versions in this module Expand all Collapse all v1 v1.0.0 Sep 14, 2024 Changes in this version + type Config struct + ConfigFile string + HTMLReportDir string + HTMLReportFile string + JSONReportDir string + JSONReportFile string + ResultsDir string + Services []Service + func NewConfig() (Config, error) + func (c *Config) GetJSONReportFile() string + func (c *Config) GetResultsDir() string + func (c *Config) PrintConfig() + type Service struct + Host ServiceHost + Name string + Repository string + type ServiceHost string + func (h ServiceHost) String() string + type Variable string + const HTMLReportDir + const JSONReportDir + const JSONReportFile + func (v Variable) String() string