7 lines
172 B
Go
Raw Normal View History

2017-12-01 18:44:28 +09:00
package probe
type Config struct {
Central CentralConfig `json:"central" yaml:"central" toml:"central"`
Probe ProbeConfig `json:"probe" yaml:"probe" toml:"probe"`
}