package
Version:
v1.2.6
Opens a new window with list of versions in this module.
Published: May 9, 2025
License: MIT
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
¶
View Source
const (
STATUS_CREATED = 0
STATUS_PENDING = 1
STATUS_INPROGRESS = 2
STATUS_DONE = 3
)
type Status struct {
Status int `json:"status"`
Timestamp time.Time `json:"timestamp"`
}
type Task struct {
Id int64 `json:"id"`
Name string `json:"name"`
Difficulty int `json:"difficulty"`
StatusHistory []Status `json:"status_history"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.