package
Version:
v0.0.0-...-10ac1cd
Opens a new window with list of versions in this module.
Published: Nov 11, 2023
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,omitempty"`
Username string `bson:"username"`
Email string `bson:"email"`
CreateAt time.Time `bson:"createdAt,omitempty"`
UpdatedAt time.Time `bson:"updatedAt,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.