Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Task ¶
type Task struct { Name string `json:"name"` IsUrgent bool `json:"isUrgent"` IsImportant bool `json:"isImportant"` Deadline time.Time `json:"deadline"` }
func FilterImportant ¶
func FilterNotImportant ¶
func FilterNotUrgent ¶
func FilterUrgent ¶
Click to show internal directories.
Click to hide internal directories.