Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TextPrinter ¶
type TextPrinter struct{}
TextPrinter is the structure of the screen printer
func (*TextPrinter) PrintItem ¶
func (p *TextPrinter) PrintItem(task *task.Item)
PrintItem is printing detailed information on a task
func (*TextPrinter) PrintList ¶
func (p *TextPrinter) PrintList(tasks []*task.Item)
PrintList is printing general information on all tasks
Click to show internal directories.
Click to hide internal directories.