Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type File ¶
type File struct { ID uint `gorm:"primarykey"` UserID uint ToUserID uint FileName string FileSize int64 MediaType string URL string Status int32 MediaCate int32 Hash string CompleteAt time.Time CheckAt time.Time }
File 文件
Click to show internal directories.
Click to hide internal directories.