(ctx context.Context, id uuid.UUID)
| 473 | GetFailedWorkspaceBuildsByTemplateID(ctx context.Context, arg GetFailedWorkspaceBuildsByTemplateIDParams) ([]GetFailedWorkspaceBuildsByTemplateIDRow, error) |
| 474 | GetFileByHashAndCreator(ctx context.Context, arg GetFileByHashAndCreatorParams) (File, error) |
| 475 | GetFileByID(ctx context.Context, id uuid.UUID) (File, error) |
| 476 | // Get all templates that use a file. |
| 477 | GetFileTemplates(ctx context.Context, fileID uuid.UUID) ([]GetFileTemplatesRow, error) |
| 478 | // Fetches inbox notifications for a user filtered by templates and targets |
no outgoing calls