(ctx context.Context, hashedSecret []byte)
| 643 | // To avoid repeatedly attempting to reap the same jobs, we randomly order and limit to @max_jobs. |
| 644 | GetProvisionerJobsToBeReaped(ctx context.Context, arg GetProvisionerJobsToBeReapedParams) ([]ProvisionerJob, error) |
| 645 | GetProvisionerKeyByHashedSecret(ctx context.Context, hashedSecret []byte) (ProvisionerKey, error) |
| 646 | GetProvisionerKeyByID(ctx context.Context, id uuid.UUID) (ProvisionerKey, error) |
| 647 | GetProvisionerKeyByName(ctx context.Context, arg GetProvisionerKeyByNameParams) (ProvisionerKey, error) |
| 648 | GetProvisionerLogsAfterID(ctx context.Context, arg GetProvisionerLogsAfterIDParams) ([]ProvisionerJobLog, error) |
no outgoing calls