Documentation
¶
Index ¶
- type DB
- func (db DB) GetTaskByID(taskID string) (taskentity.Task, error)
- func (db DB) GetTaskByIDWithContext(ctx context.Context, taskID string) (taskentity.Task, error)
- func (db DB) UpsertTask(taskID string, request param.UpsertTaskRequest) error
- func (db DB) UpsertTaskWithContext(ctx context.Context, taskID string, request param.UpsertTaskRequest) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
type DB struct {
// contains filtered or unexported fields
}
func (DB) GetTaskByID ¶
func (db DB) GetTaskByID(taskID string) (taskentity.Task, error)
func (DB) GetTaskByIDWithContext ¶
func (DB) UpsertTask ¶
func (db DB) UpsertTask(taskID string, request param.UpsertTaskRequest) error
func (DB) UpsertTaskWithContext ¶
Click to show internal directories.
Click to hide internal directories.