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

Method JobDeleteMany

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

Source from the content-addressed store, hash-verified

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)
220 JobGetByIDMany(ctx context.Context, params *JobGetByIDManyParams) ([]*rivertype.JobRow, error)

Callers 7

jobDeleteManyMethod · 0.65
JobDeleteManyMethod · 0.65
JobDeleteManyMethod · 0.65
JobDeleteManyMethod · 0.65
exerciseJobDeleteFunction · 0.65
ExerciseClientFunction · 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 2

ExerciseClientFunction · 0.52