Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Task ¶
type Task struct { Key *datastore.Key `json:"id" datastore:"-"` Name string `json:"name" endpoints:"req"` Description string `json:"description" datastore:",noindex" endpoints:"req"` CreatedOn time.Time `json:"createdon,omitempty"` }
Task is a datastore entity
type TaskService ¶
type TaskService struct { }
Struct is used to add API method
Click to show internal directories.
Click to hide internal directories.