Documentation ¶ Index ¶ type User Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type User ¶ 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"` } User data Source Files ¶ View all Source files users.go Click to show internal directories. Click to hide internal directories.