(ctx context.Context, templateVersionID uuid.UUID)
| 623 | // The number of failed builds is used downstream to determine the backoff duration. |
| 624 | GetPresetsBackoff(ctx context.Context, lookback time.Time) ([]GetPresetsBackoffRow, error) |
| 625 | GetPresetsByTemplateVersionID(ctx context.Context, templateVersionID uuid.UUID) ([]TemplateVersionPreset, error) |
| 626 | GetPreviousTemplateVersion(ctx context.Context, arg GetPreviousTemplateVersionParams) (TemplateVersion, error) |
| 627 | GetProvisionerDaemons(ctx context.Context) ([]ProvisionerDaemon, error) |
| 628 | GetProvisionerDaemonsByOrganization(ctx context.Context, arg GetProvisionerDaemonsByOrganizationParams) ([]ProvisionerDaemon, error) |
no outgoing calls