(ctx context.Context, templateID uuid.NullUUID)
| 697 | // in sync with GetTemplateAppInsights and UpsertTemplateUsageStats. |
| 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 |
no outgoing calls