overflow_commons_go/config/probe/Config.go
crusader 966568f542 ing
2017-12-08 14:38:29 +09:00

8 lines
248 B
Go

package probe
type Config struct {
Central CentralConfig `json:"central" yaml:"central" toml:"central"`
Probe ProbeConfig `json:"probe" yaml:"probe" toml:"probe"`
Paths map[string]string `json:"paths" yaml:"paths" toml:"paths"`
}