(ctx context.Context, params *JobUpdateParams)
| 231 | JobSchedule(ctx context.Context, params *JobScheduleParams) ([]*JobScheduleResult, error) |
| 232 | JobSetStateIfRunningMany(ctx context.Context, params *JobSetStateIfRunningManyParams) ([]*rivertype.JobRow, error) |
| 233 | JobUpdate(ctx context.Context, params *JobUpdateParams) (*rivertype.JobRow, error) |
| 234 | JobUpdateFull(ctx context.Context, params *JobUpdateFullParams) (*rivertype.JobRow, error) |
| 235 | LeaderAttemptElect(ctx context.Context, params *LeaderElectParams) (*Leader, error) |
| 236 | LeaderAttemptReelect(ctx context.Context, params *LeaderReelectParams) (*Leader, error) |
no outgoing calls