Documentation ¶
Index ¶
- type PgStore
- func (p PgStore) AddOrUpdateTask(t togo.Task) error
- func (p PgStore) All() ([]togo.Task, error)
- func (p PgStore) Count() (int, error)
- func (p PgStore) FindOverdueTasks() ([]togo.Task, error)
- func (p PgStore) FindTaskByName(name string) (togo.Task, error)
- func (p PgStore) FindTasksByDueDate(d time.Time) ([]togo.Task, error)
- func (p PgStore) RemoveTask(taskName string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PgStore ¶
type PgStore struct {
// contains filtered or unexported fields
}
func NewPgStore ¶
func (PgStore) FindTasksByDueDate ¶
func (PgStore) RemoveTask ¶
Click to show internal directories.
Click to hide internal directories.