todo

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2018 License: Apache-2.0 Imports: 0 Imported by: 4

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

Jump to

Keyboard shortcuts

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