package gname type DomainsResponse []Domain type Domain struct { Id string `json:"id"` Name string `json:"name"` Status string `json:"status"` }