package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jul 17, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Entry struct {
ID string `db:"id"`
Name string `db:"name"`
Description string `db:"description"`
TenantID string `db:"tenant_id"`
}
Entry is a single todo entry
type RelatedEntry struct {
ID string `db:"id"`
EntryID string `db:"entry_id"`
Name string `db:"name"`
}
RelatedEntry is a relation to existing entry
Source Files
¶
Click to show internal directories.
Click to hide internal directories.