package
Version:
v0.0.0-...-4592d6e
Opens a new window with list of versions in this module.
Published: Feb 20, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CalRes struct {
gorm.Model
RId string `gorm:"type:varchar(65);unique"`
Expression string `gorm:"type:varchar(500)"`
Res string `gorm:"type:string"`
Err string `gorm:"type:string"`
ToDoTime int `gorm:"type:integer"`
}
type Task struct {
gorm.Model
Expression string `gorm:"type:varchar(500)"`
Req_id string `gorm:"type:varchar(65);unique"`
Status bool `gorm:"default:false"`
ToDoTime int `gorm:"type:integer"`
Res string `gorm:"type:string"`
Err string `gorm:"type:string"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.