package
Version:
v0.0.0-...-0a789b5
Opens a new window with list of versions in this module.
Published: Dec 18, 2023
License: MIT
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 Task struct {
TaskID int64 `gorm:"primarykey"`
UserID int64 `gorm:"index"`
Status int `gorm:"default:0"`
Title string
Content string `gorm:"type:longtext"`
StartTime int64
EndTime int64
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.