TemplateExamples lists example templates available in Coder. Deprecated: Use StarterTemplates instead.
(ctx context.Context, _ uuid.UUID)
| 509 | // |
| 510 | // Deprecated: Use StarterTemplates instead. |
| 511 | func (c *Client) TemplateExamples(ctx context.Context, _ uuid.UUID) ([]TemplateExample, error) { |
| 512 | return c.StarterTemplates(ctx) |
| 513 | } |
| 514 | |
| 515 | // StarterTemplates lists example templates available in Coder. |
| 516 | func (c *Client) StarterTemplates(ctx context.Context) ([]TemplateExample, error) { |
nothing calls this directly
no test coverage detected