MCPcopy Index your code
hub / github.com/riverqueue/river / JobDeleteBefore

Method JobDeleteBefore

riverdriver/river_driver_interface.go:216–216  ·  view source on GitHub ↗
(ctx context.Context, params *JobDeleteBeforeParams)

Source from the content-addressed store, hash-verified

214 JobCountByState(ctx context.Context, params *JobCountByStateParams) (int, error)
215 JobDelete(ctx context.Context, params *JobDeleteParams) (*rivertype.JobRow, error)
216 JobDeleteBefore(ctx context.Context, params *JobDeleteBeforeParams) (int, error)
217 JobDeleteMany(ctx context.Context, params *JobDeleteManyParams) ([]*rivertype.JobRow, error)
218 JobGetAvailable(ctx context.Context, params *JobGetAvailableParams) ([]*rivertype.JobRow, error)
219 JobGetByID(ctx context.Context, params *JobGetByIDParams) (*rivertype.JobRow, error)

Callers 5

JobDeleteBeforeMethod · 0.65
JobDeleteBeforeMethod · 0.65
JobDeleteBeforeMethod · 0.65
exerciseJobDeleteFunction · 0.65
runOnceMethod · 0.65

Implementers 3

Executorriverdriver/riverpgxv5/river_pgx_v5_dr
Executorriverdriver/riverdatabasesql/river_dat
Executorriverdriver/riversqlite/river_sqlite_d

Calls

no outgoing calls

Tested by

no test coverage detected