package
Version:
v0.0.11-20240719174942...
Opens a new window with list of versions in this module.
Published: Jul 19, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Role struct {
Name string `bson:"name,omitempty"`
Description string `bson:"description,omitempty"`
Team string `bson:"team,omitempty"`
Permissions []int `bson:"permissions,omitempty"`
CreationDate string `bson:"creationdate,omitempty"`
LastUpdate string `bson:"updatedate,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.