MCPcopy Index your code
hub / github.com/coder/coder / TemplateExamples

Method TemplateExamples

codersdk/templates.go:511–513  ·  view source on GitHub ↗

TemplateExamples lists example templates available in Coder. Deprecated: Use StarterTemplates instead.

(ctx context.Context, _ uuid.UUID)

Source from the content-addressed store, hash-verified

509//
510// Deprecated: Use StarterTemplates instead.
511func (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.
516func (c *Client) StarterTemplates(ctx context.Context) ([]TemplateExample, error) {

Callers

nothing calls this directly

Calls 1

StarterTemplatesMethod · 0.95

Tested by

no test coverage detected