Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserGroupsGetter ¶
UserGroupsGetter is the interface that wraps the GetUserGroups method.
GetUserGroups gets the groups that the user specified by username is a member of.
type UserInfo ¶
type UserInfo interface { UserGroupsGetter }
UserInfo is the interface that wraps multiple methods which yield information about a user.
type UsersInGroupGetter ¶ added in v0.0.3
UsersInGroupGetter is the interface that wraps the GetUsersInGroup method.
GetUsersInGroup gets the list of users which are members of the group.