(ctx context.Context, id uuid.UUID)
| 652 | // was not initiated by the prebuild system user. |
| 653 | GetRegularWorkspaceCreateMetrics(ctx context.Context) ([]GetRegularWorkspaceCreateMetricsRow, error) |
| 654 | GetReplicaByID(ctx context.Context, id uuid.UUID) (Replica, error) |
| 655 | GetReplicasUpdatedAfter(ctx context.Context, updatedAt time.Time) ([]Replica, error) |
| 656 | GetRunningPrebuiltWorkspaces(ctx context.Context) ([]GetRunningPrebuiltWorkspacesRow, error) |
| 657 | GetRuntimeConfig(ctx context.Context, key string) (string, error) |
no outgoing calls