package config type Account struct { Name string `json:"name"` APIKey string `json:"apiKey"` }