models

package
v0.0.0-...-4592d6e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 20, 2024 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CalRes

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

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL