overflow_probes/config/noauth.go
crusader 726b24f878 ing
2017-09-21 17:38:05 +09:00

6 lines
109 B
Go

package config
type NoAuthProbeConfig struct {
TempID string `json:"tempID" yaml:"tempID" toml:"tempID"`
}