mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-08 14:15:25 +08:00
9 lines
204 B
Go
9 lines
204 B
Go
package promodels
|
|
|
|
type Void struct{}
|
|
|
|
// UserGroupName - string representing a group name
|
|
type UserGroupName string
|
|
|
|
// UserGroups - groups type, holds group names
|
|
type UserGroups map[UserGroupName]Void
|