Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager handles task management
func NewManager ¶
NewManager creates a new task manager
type Task ¶
type Task struct {
Title string `json:"title"`
Description string `json:"description,omitempty"`
Category string `json:"category"`
Priority string `json:"priority"`
Status string `json:"status"`
EstimatedTime string `json:"estimated_time,omitempty"`
Assignee string `json:"assignee,omitempty"`
}
Task represents a community task
Click to show internal directories.
Click to hide internal directories.