Documentation ¶
Index ¶
Constants ¶
View Source
const ( LikeAction = "like" CommentAction = "comment" FollowAction = "follow" )
View Source
const MaxLimitPasswordResetPerDay = 3
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notification ¶
type User ¶
type User struct { Name string Email string Password string Icon string SelfIntroduction string PostingCount int64 // int64 because of openapi-generator LikeCount int64 // int64 because of openapi-generator LikedCount int64 // int64 because of openapi-generator FollowCount int64 // int64 because of openapi-generator FollowedCount int64 // int64 because of openapi-generator ActivationKey string EmailVerified bool PasswordResetEmailCount uint8 PasswordResetKey string PasswordResetKeyExpiresAt time.Time CreatedAt time.Time UpdatedAt time.Time }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.