Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DB *gorm.DB
View Source
var SF *utils.Snowflake
Functions ¶
func GetVideoIDByUid ¶
func GetWorkCountByUid ¶
Types ¶
type Video ¶
type Video struct { Id int64 `json:"id"` UserID int64 `json:"user_id"` PlayUrl string `json:"play_url"` CoverUrl string `json:"cover_url"` Title string `json:"title"` CreatedAt time.Time UpdatedAt time.Time DeletedAt gorm.DeletedAt `gorm:"index"` }
func GetVideoInfoByID ¶
func GetVideoInfoByTime ¶
Click to show internal directories.
Click to hide internal directories.