Discover Packages
github.com/erdemozgen/go-learning-archive
GolangWebDevelopment
Udemy
02Server
042_mongodb
05_mongodb
03_update-user-controllers-post
models
package
Version:
v0.0.0-...-6ea799e
Opens a new window with list of versions in this module.
Published: May 26, 2022
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 {
Name string `json:"name" bson:"name"`
Gender string `json:"gender" bson:"gender"`
Age int `json:"age" bson:"age"`
Id bson .ObjectId `json:"id" bson:"_id"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.