Versions in this module Expand all Collapse all v1 v1.0.0 Oct 18, 2016 Changes in this version + type Task struct + CreatedOn time.Time + Description string + Key *datastore.Key + Name string + type TaskService struct + func (ts *TaskService) Add(c context.Context, t *Task) error + func (ts *TaskService) List(c context.Context) (*Tasks, error) + type Tasks struct + Tasks []Task