Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListActiveUserIDsAfter ¶
func SaveOrCreateById ¶
Types ¶
type Entity ¶
type Entity struct {
Id uint64 `gorm:"primaryKey;column:id;autoIncrement;not null;" json:"id"`
UserId uint64 `` /* 201-byte string literal not displayed */
ArticleId uint64 `` /* 170-byte string literal not displayed */
Status int `` /* 141-byte string literal not displayed */
CreatedAt time.Time `gorm:"column:created_at;autoCreateTime;<-:create;" json:"createdAt"`
UpdatedAt time.Time `gorm:"column:updated_at;autoUpdateTime;index;index:idx_user_watch_list,priority:3" json:"updatedAt"`
}
func GetByArticleId ¶
Click to show internal directories.
Click to hide internal directories.