(ctx context.Context, params *JobGetByIDParams)
| 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) |
| 221 | JobGetByKindMany(ctx context.Context, params *JobGetByKindManyParams) ([]*rivertype.JobRow, error) |
| 222 | JobGetStuck(ctx context.Context, params *JobGetStuckParams) ([]*rivertype.JobRow, error) |
no outgoing calls