Documentation ¶ Index ¶ func GetProbeNames(pms []modules.Prober) []string func SetupConfig(config []byte) ([]modules.Prober, error) type Probes Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetProbeNames ¶ func GetProbeNames(pms []modules.Prober) []string func SetupConfig ¶ func SetupConfig(config []byte) ([]modules.Prober, error) Types ¶ type Probes ¶ type Probes struct { ProbeType string `json:"probe_type"` ProbeConfig json.RawMessage `json:"probe_config"` // Here we branch to the respective probe type config. } Source Files ¶ View all Source files config.go Click to show internal directories. Click to hide internal directories.