7 lines
172 B
Go
7 lines
172 B
Go
package probe
|
|
|
|
type Config struct {
|
|
Central CentralConfig `json:"central" yaml:"central" toml:"central"`
|
|
Probe ProbeConfig `json:"probe" yaml:"probe" toml:"probe"`
|
|
}
|