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"` Email string `bson:"email,omitempty"` Password string `bson:"password,omitempty"` Name string `bson:"name,omitempty"` Age int8 `bson:"age,omitempty"` } 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.