package
Version:
v0.0.0-...-ca1caaa
Opens a new window with list of versions in this module.
Published: Mar 29, 2024
License: MIT
Opens a new window with license information.
Imports: 2
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"`
Activated bool `json:"-" bson:"activated"`
Name string `json:"name" bson:"name"`
Password string `json:"-" bson:"password"`
CreatedAt time.Time `json:"created_at" bson:"created_at"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.