package
Version:
v0.0.0-...-69e0e94
Opens a new window with list of versions in this module.
Published: Jul 29, 2014
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type NoteJSON struct {
Note noteWithPersonIdJSON `json:"note"`
}
type NotesJSON struct {
Notes []noteWithPersonIdJSON `json:"notes"`
}
type PeopleJSON struct {
People []*personWithRelations `json:"people"`
}
type PersonJSON struct {
Person personWithRelations `json:"person"`
}
type TodoJSON struct {
Todo todoWithPersonIdJSON `json:"todo"`
}
type TodosJSON struct {
Todos []todoWithPersonIdJSON `json:"todos"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.