package
Version:
v0.0.0-...-9188d2c
Opens a new window with list of versions in this module.
Published: Jul 4, 2022
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
JSONTime format json time field by myself
MarshalJSON on JSONTime format Time field with %Y-%m-%d %H:%M:%S
Value insert timestamp into mysql need this function.
type VideoEditData struct {
Id int64 `gorm:"primaryKey; type:bigint(20) AUTO_INCREMENT"`
UserId int64 `gorm:"index:idx_userId; type:bigint(20) NOT NULL "`
FileName string `gorm:"type:varchar(255) NOT NULL"`
ResultVideoURL string `gorm:"type:varchar(255) NOT NULL"`
CreatedAt JSONTime
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.