Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
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 ¶
type RelatedEntry struct {
ID string `db:"id"`
EntryID string `db:"entry_id"`
Name string `db:"name"`
}
RelatedEntry is a relation to existing entry
Click to show internal directories.
Click to hide internal directories.