Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TodoItemPriority ¶
type TodoItemPriority int
const ( LOW TodoItemPriority = 1 MEDIUM TodoItemPriority = 2 HIGH TodoItemPriority = 3 )
type TodoItemStatus ¶
type TodoItemStatus int
const ( DEFINED TodoItemStatus = 1 IN_PROGRESS TodoItemStatus = 2 COMPLETED TodoItemStatus = 3 )
Click to show internal directories.
Click to hide internal directories.