Documentation ¶
Index ¶
Constants ¶
View Source
const ( EngineComponent = "template_engine" EngineRequestPort = "request" EngineResponsePort = "response" EngineErrorPort = "error" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Engine ¶
type Engine struct {
// contains filtered or unexported fields
}
func (*Engine) GetInfo ¶
func (h *Engine) GetInfo() module.ComponentInfo
type Input ¶
type Input struct { Context Context `` /* 153-byte string literal not displayed */ RenderContext RenderContext `` /* 144-byte string literal not displayed */ Template string `json:"template,omitempty" required:"true" title:"Template" description:"Template to render" propertyOrder:"3"` }
type RenderContext ¶
type RenderContext any
Click to show internal directories.
Click to hide internal directories.