Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateUserInfoInput ¶
type UpdateUserInfoInput ¶
type UserInfo ¶
type UserInfo struct { UserId string `json:"userId" bson:"_id"` Email string `json:"email" bson:"email"` FirstName string `json:"firstName" bson:"firstName"` LastName string `json:"lastName" bson:"lastName"` Bio string `json:"bio" bson:"bio"` ProfileImgUrl string `json:"profileImgUrl" bson:"profileImgUrl"` CreatedAt time.Time `json:"createdAt" bson:"createdAt"` ModifiedAt time.Time `json:"modifiedAt" bson:"modifiedAt"` }
Click to show internal directories.
Click to hide internal directories.