overflow_probes/config/probe.go
crusader 5a9359c3af ing
2017-09-21 20:04:30 +09:00

6 lines
87 B
Go

package config
type ProbeConfig struct {
ID string `json:"id" yaml:"id" toml:"id"`
}