Discover Packages
github.com/aditya43/golang-core
118-MongoDB-REST
05-mongodb
05-update-user-controllers-delete
models
package
Version:
v0.0.0-...-228c668
Opens a new window with list of versions in this module.
Published: Aug 18, 2021
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
Documentation
¶
type User struct {
Id bson .ObjectId `json:"id" bson:"_id"`
Name string `json:"name" bson:"name"`
Gender string `json:"gender" bson:"gender"`
Age int `json:"age" bson:"age"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.