tasksdo

package
v0.0.0-...-48a28c7 Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2018 License: MIT Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Count

func Count(c context.Context) (int, error)

func Store

func Store(c context.Context, task *Task) error

Types

type Task

type Task struct {
	TaskID string `datastore:"-"`
	Title  string `datastore:"title"`
}

func Get

func Get(c context.Context, taskID string) (*Task, error)

func GetAll

func GetAll(c context.Context) ([]*Task, error)

Jump to

Keyboard shortcuts

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