package discourse type Group struct { ID int `json:"id"` name string `json:"name"` }