Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Calculator ¶
type Calculator struct {
// contains filtered or unexported fields
}
type TaskList ¶
type TaskList struct {
Tasks []*Task
}
func (*TaskList) CompleteTask ¶
func (*TaskList) CreateTask ¶
Create a new task
func (*TaskList) DeleteTask ¶
type TodoPageData ¶
Click to show internal directories.
Click to hide internal directories.