package cli type Response struct { Code int `json:"code"` Error string `json:"error"` Data []byte `json:"data"` }