package discourse // APIConfig - configuration to make an API call to discourse type APIConfig struct { Endpoint string APIKey string APIUsername string }