package config type DomainConfig struct { APIKey string `json:"apiKey" yaml:"apiKey" toml:"apiKey"` }