package api type ApiError struct { Error string `json:"error"` }