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

Method JobList

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

Source from the content-addressed store, hash-verified

226 JobInsertFullMany(ctx context.Context, jobs *JobInsertFullManyParams) ([]*rivertype.JobRow, error)
227 JobKindList(ctx context.Context, params *JobKindListParams) ([]string, error)
228 JobList(ctx context.Context, params *JobListParams) ([]*rivertype.JobRow, error)
229 JobRescueMany(ctx context.Context, params *JobRescueManyParams) (*struct{}, error)
230 JobRetry(ctx context.Context, params *JobRetryParams) (*rivertype.JobRow, error)
231 JobSchedule(ctx context.Context, params *JobScheduleParams) ([]*JobScheduleResult, error)

Callers 12

Test_Client_Stop_CommonFunction · 0.65
Test_Client_JobListFunction · 0.65
JobListMethod · 0.65
JobListTxMethod · 0.65
JobListMethod · 0.65
JobListMethod · 0.65
JobListMethod · 0.65
exerciseJobReadFunction · 0.65
exerciseSQLFragmentsFunction · 0.65
ExerciseClientFunction · 0.65
TestJobListNoJobsFunction · 0.65
TestJobListWithJobsFunction · 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 5

Test_Client_Stop_CommonFunction · 0.52
Test_Client_JobListFunction · 0.52
ExerciseClientFunction · 0.52
TestJobListNoJobsFunction · 0.52
TestJobListWithJobsFunction · 0.52