usergroups.go 204 B

123456789
  1. package promodels
  2. type Void struct{}
  3. // UserGroupName - string representing a group name
  4. type UserGroupName string
  5. // UserGroups - groups type, holds group names
  6. type UserGroups map[UserGroupName]Void