6 lines
104 B
Go
6 lines
104 B
Go
|
package config
|
||
|
|
||
|
type DomainConfig struct {
|
||
|
APIKey string `json:"apiKey" yaml:"apiKey" toml:"apiKey"`
|
||
|
}
|