(ctx context.Context, arg GetTemplatesWithFilterParams)
| 739 | GetTemplateVersionsCreatedAfter(ctx context.Context, createdAt time.Time) ([]TemplateVersion, error) |
| 740 | GetTemplates(ctx context.Context) ([]Template, error) |
| 741 | GetTemplatesWithFilter(ctx context.Context, arg GetTemplatesWithFilterParams) ([]Template, error) |
| 742 | // Gets the total number of managed agents created between two dates. Uses the |
| 743 | // aggregate table to avoid large scans or a complex index on the usage_events |
| 744 | // table. |
no outgoing calls