api

package
v0.0.0-...-69e0e94 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2014 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RunWebUi

func RunWebUi(dbh *db.DBHandle)

Types

type NoteJSON

type NoteJSON struct {
	Note noteWithPersonIdJSON `json:"note"`
}

type NotesJSON

type NotesJSON struct {
	Notes []noteWithPersonIdJSON `json:"notes"`
}

type PeopleJSON

type PeopleJSON struct {
	People []*personWithRelations `json:"people"`
}

type PersonJSON

type PersonJSON struct {
	Person personWithRelations `json:"person"`
}

type TodoJSON

type TodoJSON struct {
	Todo todoWithPersonIdJSON `json:"todo"`
}

type TodosJSON

type TodosJSON struct {
	Todos []todoWithPersonIdJSON `json:"todos"`
}

Jump to

Keyboard shortcuts

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