Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Task ¶
type Task struct { TaskLogID LogID TaskID ID Title string Detail *string Done bool Deadline *time.Time }
func (Task) Validate ¶
func (t Task) Validate() (*ValidatedTask, error)
type ValidatedTask ¶
type ValidatedTask struct {
*Task
}
Click to show internal directories.
Click to hide internal directories.