(ctx context.Context, arg GetTemplateByOrganizationAndNameParams)
| 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 |
| 704 | // usage_seconds all reflect any usage in the template, including apps. |
no outgoing calls