(ctx context.Context, id uuid.UUID)
| 698 | GetTemplateAppInsightsByTemplate(ctx context.Context, arg GetTemplateAppInsightsByTemplateParams) ([]GetTemplateAppInsightsByTemplateRow, error) |
| 699 | GetTemplateAverageBuildTime(ctx context.Context, templateID uuid.NullUUID) (GetTemplateAverageBuildTimeRow, error) |
| 700 | GetTemplateByID(ctx context.Context, id uuid.UUID) (Template, error) |
| 701 | GetTemplateByOrganizationAndName(ctx context.Context, arg GetTemplateByOrganizationAndNameParams) (Template, error) |
| 702 | // GetTemplateInsights returns the aggregate user-produced usage of all |
| 703 | // workspaces in a given timeframe. The template IDs, active users, and |
no outgoing calls