overflow_probes/config/probe.go

6 lines
87 B
Go
Raw Normal View History

2017-09-21 11:04:30 +00:00
package config
type ProbeConfig struct {
ID string `json:"id" yaml:"id" toml:"id"`
}