package
Version:
v0.0.0-...-acf5c38
Opens a new window with list of versions in this module.
Published: Jul 14, 2024
License: MIT
Opens a new window with license information.
Imports: 1
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 string `bson:"_id"`
Email string `bson:"_email"`
Password string `bson:"password"`
Name string `bson:"name"`
BirthDate string `bson:"birthDate"`
CreatedAt string `bson:"createdAt"`
UpdatedAt string `bson:"updatedAt"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.