package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Aug 21, 2021
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type RequsetAuthGRPC struct {
Jwt string `json:"jwt"`
Roles []helper.Role `json:"role"`
}
type UserModel struct {
ID primitive.ObjectID `bson:"_id,omitempty"`
Login string `bson:"login" json:"login"`
Password string `bson:"password" json:"password"`
Role helper.Role `bson:"role" json:"role"`
}
Модель пользователя в БД
Source Files
¶
Click to show internal directories.
Click to hide internal directories.