package
module
Version:
v0.0.0-...-b1ac102
Opens a new window with list of versions in this module.
Published: Jun 23, 2024
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Claims struct {
Username string `json:"username"`
jwt.RegisteredClaims
}
type User struct {
UserName string `bson:"username,omitempty"`
PswdHash string `bson:"pswdhash,omitempty"`
UserGroup []string `bson:"usergroup,omitempty"`
}
type UserGroup struct {
GroupName string `bson:"groupname,omitempty"`
Users []string `bson:"users,omitempty"`
Permissions []string `bson:"permissions,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.