v1

package
v0.0.0-...-74d770d Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2015 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GroupGetResponse

type GroupGetResponse struct {
	TodoGroup *model.TodoGroup  `json:"todoGroup"`
	TodoItems []*model.TodoItem `json:"todoItem,omitempty"`
}

type GroupListResponse

type GroupListResponse struct {
	TodoGroups []*model.TodoGroup `json:"todoGroups"`
}

type GroupsAPI

type GroupsAPI struct {
	*util.Context
}

func NewGroupsAPI

func NewGroupsAPI(ctx *util.Context) *GroupsAPI

func (*GroupsAPI) Register

func (g *GroupsAPI) Register()

type ItemGetResponse

type ItemGetResponse struct {
	TodoItem *model.TodoItem `json:"todoItem"`
}

type ItemListResponse

type ItemListResponse struct {
	TodoItems []*model.TodoItem `json:"todoItems"`
}

type ItemsAPI

type ItemsAPI struct {
	*util.Context
}

func NewItemsAPI

func NewItemsAPI(ctx *util.Context) *ItemsAPI

func (*ItemsAPI) Register

func (i *ItemsAPI) Register()

type ListGetResponse

type ListGetResponse struct {
	TodoList   *model.TodoList    `json:"todoList"`
	TodoGroups []*model.TodoGroup `json:"todoGroups,omitempty"`
	TodoItems  []*model.TodoItem  `json:"todoItems,omitempty"`
}

type ListListResponse

type ListListResponse struct {
	TodoLists []*model.TodoList `json:"todoLists"`
}

type ListsAPI

type ListsAPI struct {
	*util.Context
}

func NewListsAPI

func NewListsAPI(ctx *util.Context) *ListsAPI

func (*ListsAPI) Register

func (l *ListsAPI) Register()

Jump to

Keyboard shortcuts

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