()
| 30 | type Renderer interface { |
| 31 | Render(ctx context.Context, ownerID uuid.UUID, values map[string]string) (*preview.Output, hcl.Diagnostics) |
| 32 | Close() |
| 33 | } |
| 34 | |
| 35 | var ErrTemplateVersionNotReady = xerrors.New("template version job not finished") |
no outgoing calls
no test coverage detected