overflow_commons_go/config/probe/Config.go
crusader 2ffbb7f711 ing
2017-12-01 18:44:28 +09:00

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"`
}