Documentation ¶
Overview ¶
Package model provides pure(without any method) data structures to be used across the boundary.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FormAddTask ¶
type FormAddTask struct { Title string Due time.Time Description string Type TaskType ParentID int64 Order uint64 }
FormAddTask represents the input from user while adding a new task.
type Task ¶
type Task struct { ID int64 Title string Type TaskType State TaskState Due time.Time Description string Order uint64 }
Task is the response of a task to user.
Click to show internal directories.
Click to hide internal directories.