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 primitive.ObjectID `bson:"_id" json:"id"` Name string `bson:"name" json:"name"` Email string `bson:"email" json:"email"` Password []byte `bson:"password" json:"-"` Active bool `bson:"active" json:"active"` } Source Files ¶ View all Source files user.go Click to show internal directories. Click to hide internal directories.