package
Version:
v0.0.0-...-41e512e
Opens a new window with list of versions in this module.
Published: Jan 10, 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 User struct {
ID primitive.ObjectID `json:"_id" bson:"_id"`
EMail string `json:"email" bson:"email"`
Hash []byte `json:"hash" bson:"hash"`
Admin bool `json:"admin" bson:"admin"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.