Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RenderInput ¶
type RenderInput struct {
Entrypoint string // Entrypoint is the path to the main template file.
Props map[string]any // Props contains the properties to be passed to the template.
}
RenderInput contains the input data required for rendering a template.
Click to show internal directories.
Click to hide internal directories.