Documentation ¶
Index ¶
- type Task
- func (t *Task) Create(ctx context.Context, params internal.CreateParams) (internal.Task, error)
- func (t *Task) Delete(ctx context.Context, id string) error
- func (t *Task) Find(ctx context.Context, id string) (internal.Task, error)
- func (t *Task) Update(ctx context.Context, id string, description string, priority internal.Priority, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Task ¶
type Task struct {
// contains filtered or unexported fields
}
Task represents the repository used for interacting with Task records.
Click to show internal directories.
Click to hide internal directories.