Documentation
¶
Index ¶
Constants ¶
View Source
const ( None Priority = 0 Low = 1 Medium = 2 High = 3 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Task ¶
type Task struct { Name string Description string Priority Priority Created time.Time Completed *time.Time DueDate *time.Time }
func (*Task) AddDueDate ¶
AddDueDate strips off the time component and stores the result as the due date
func (*Task) CompletionDate ¶
func (*Task) IsCompleted ¶
Click to show internal directories.
Click to hide internal directories.