tasks

package
v0.0.0-...-e9556e3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 9, 2024 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Todo status = iota
	InProgress
	Done
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Task

type Task struct {
	ID          int
	Title       string
	Description string
	Status      status
	Due         int64
	Subtasks    []Task
}

func (Task) Bullet

func (t Task) Bullet() string

func (Task) StatusIcon

func (t Task) StatusIcon() string

func (Task) View

func (t Task) View() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL