package
19.12.2+incompatible
Repository: https://github.com/joshsziegler/zauth.git
Documentation: pkg.go.dev

# Functions

AddUserToGroup adds the User to a Group.
GetAll Users and Groups, WITH membership info populated.
GetUsersMembership takes a User ID, and returns a slice of Groups, indicating whether that User is a member or not.
RemoveUserFromGroup removes the User from a Group.

# Structs

Group indicates the name and whether the User is a member or not.