Documentation ¶ Index ¶ type UserEntity Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type UserEntity ¶ type UserEntity struct { ID primitive.ObjectID `bson:"_id,omitempty"` Name string `bson:"name"` Email string `bson:"email"` Password string `bson:"password"` Age int8 `bson:"age"` } Source Files ¶ View all Source files user_entity.go Directories ¶ Show internal Expand all Path Synopsis converter Click to show internal directories. Click to hide internal directories.