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 { Id bson.ObjectId `json:"id" bson:"_id"` Name string `json:"name" bson:"name"` Age int `json:"age" bson:"age"` JobTitle string `json:"jobTitle" bson:"jobTitle"` } Source Files ¶ View all Source files User.go Click to show internal directories. Click to hide internal directories.