package constants type apiKey string const APIKey apiKey = "api-key" func (t apiKey) String() string { return string(APIKey) }