dbjobqueue: Add AllRootJobIDs implementation
Related: RHEL-60120
This commit is contained in:
parent
d8285a0b74
commit
5cddc4223d
6 changed files with 64 additions and 14 deletions
|
|
@ -97,7 +97,7 @@ type JobQueue interface {
|
|||
DeleteWorker(workerID uuid.UUID) error
|
||||
|
||||
// AllRootJobIDs returns a list of top level job UUIDs that the worker knows about
|
||||
AllRootJobIDs() ([]uuid.UUID, error)
|
||||
AllRootJobIDs(context.Context) ([]uuid.UUID, error)
|
||||
|
||||
// DeleteJob deletes a job and all of its dependencies
|
||||
DeleteJob(context.Context, uuid.UUID) error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue