package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Nov 5, 2020
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DbUser struct {
Name string `json:"name"`
Password string `json:"password"`
}
type Privilege struct {
Resource Resource `json:"resource"`
Actions []string `json:"actions"`
}
type PrivilegeDto struct {
Db string `json:"db"`
Collection string `json:"collection"`
Actions []string `json:"actions"`
}
type Resource struct {
Db string `json:"db"`
Collection string `json:"collection"`
}
type Role struct {
Role string `json:"role"`
Db string `json:"db"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.