package probe type Config struct { Central CentralConfig `json:"central" yaml:"central" toml:"central"` Probe ProbeConfig `json:"probe" yaml:"probe" toml:"probe"` }