(ctx context.Context, id uuid.UUID)
| 58 | type templateQuerier interface { |
| 59 | GetAuthorizedTemplates(ctx context.Context, arg GetTemplatesWithFilterParams, prepared rbac.PreparedAuthorized) ([]Template, error) |
| 60 | GetTemplateGroupRoles(ctx context.Context, id uuid.UUID) ([]TemplateGroup, error) |
| 61 | GetTemplateUserRoles(ctx context.Context, id uuid.UUID) ([]TemplateUser, error) |
| 62 | } |
| 63 |
no outgoing calls