(ctx context.Context, params *JobUpdateFullParams)
| 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) |
| 237 | LeaderDeleteExpired(ctx context.Context, params *LeaderDeleteExpiredParams) (int, error) |
no outgoing calls