todoplanner

package
v0.0.0-...-d6a551f Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	TableName = "TodoPlanner"
)

Functions

func AddTask

func AddTask(s string) error

Types

type Task

type Task struct {
	Ref       string `json:"ref"`
	Name      string `json:"name"`
	Priority  int    `json:"priority"`
	Completed bool   `json:"completed"`
	Due       int    `json:"due"`
	Type      int    `json:"type"`
	Order     int    `json:"order"`
	Parent    string `json:"parent"`
}

func GetTask

func GetTask(ref string) (Task, error)

Jump to

Keyboard shortcuts

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