overflow_probes/config/domain.go

6 lines
104 B
Go
Raw Normal View History

2017-09-21 08:38:05 +00:00
package config
type DomainConfig struct {
APIKey string `json:"apiKey" yaml:"apiKey" toml:"apiKey"`
}