groups.go 93 B

123456
  1. package discourse
  2. type Group struct {
  3. ID int `json:"id"`
  4. name string `json:"name"`
  5. }