package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jul 9, 2022
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 `bson:"_id,omitempty" json:"id,omitempty"`
Name string `json:"name"`
Email string `json:"email"`
CreatedAt time.Time `bson:"created_At" json:"created_at"`
UpdatedAt time.Time `bson:"created_at" json:"updated_at,omitempty"`
}
User: data of user
Source Files
¶
Click to show internal directories.
Click to hide internal directories.