overflow_probes/config/probe.go
crusader 6fb6bc66d8 ing
2017-09-22 18:20:07 +09:00

10 lines
145 B
Go

package config
const (
ProbeConfigFileName = "probe.json"
)
type ProbeConfig struct {
ID *string `json:"id,omitempty" yaml:"id" toml:"id"`
}