package
Version:
v0.0.0-...-c21d715
Opens a new window with list of versions in this module.
Published: Nov 13, 2021
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
ROLE_DB_SEPERATOR = ":"
ROLES_SEPERATOR = ","
)
type Role struct {
Role string `bson:"role"`
DB string `bson:"db"`
}
type User struct {
User string `bson:"user"`
DB string `bson:"db"`
Roles []Role `bson:"roles"`
Mechanisms []string `bson:"mechanisms"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.