package account import "encoding/json" type ReadResponse map[string]struct { Name string `json:"name"` Meta json.RawMessage `json:"meta"` }