(ctx context.Context, ownerID uuid.UUID, values map[string]string)
| 29 | // Forgetting to do so will result in a memory leak. |
| 30 | type Renderer interface { |
| 31 | Render(ctx context.Context, ownerID uuid.UUID, values map[string]string) (*preview.Output, hcl.Diagnostics) |
| 32 | Close() |
| 33 | } |
| 34 |
no outgoing calls