package
Version:
v0.0.0-...-55e1567
Opens a new window with list of versions in this module.
Published: Mar 24, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Video struct {
ID int64 `gorm:"primarykey"`
AuthorId int64 `gorm:"column:author_id; not null"`
PlayUrl string `gorm:"not null; type: varchar(255)"`
CoverUrl string `gorm:"not null; type: varchar(255)"`
Title string `gorm:"not null; type: varchar(255)"`
CreateTime int64 `gorm:"not null;"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.