package digitalocean type Config struct { APIKey string `json:"api_key"` Private bool `json:"private"` }