package
Version:
v0.0.9
Opens a new window with list of versions in this module.
Published: Mar 5, 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
¶
Repository defines the interface for task storage
type Task struct {
ID string `json:"id"`
Title string `json:"title"`
Status string `json:"status"`
StartTime time.Time `json:"startTime"`
ParentID *string `json:"parentId,omitempty"`
SubTasks []Task `json:"subTasks,omitempty"`
}
Task represents a task in the system
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.