(ctx context.Context, params *LeaderInsertParams)
| 237 | LeaderDeleteExpired(ctx context.Context, params *LeaderDeleteExpiredParams) (int, error) |
| 238 | LeaderGetElectedLeader(ctx context.Context, params *LeaderGetElectedLeaderParams) (*Leader, error) |
| 239 | LeaderInsert(ctx context.Context, params *LeaderInsertParams) (*Leader, error) |
| 240 | LeaderResign(ctx context.Context, params *LeaderResignParams) (bool, error) |
| 241 | |
| 242 | // MigrationDeleteAssumingMainMany deletes many migrations assuming |
no outgoing calls