Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processor ¶
type Processor interface {
Process(
template *resource.Template,
messageInput map[string]interface{},
) (
requesterInput map[string]interface{},
requesterOutput map[string]interface{},
err error,
)
}
Processor defines a template processor.
type TemplateProcessor ¶
type TemplateProcessor struct {
}
TemplateProcessor defines a template processor.
func NewTemplateProcessor ¶
func NewTemplateProcessor() *TemplateProcessor
New creates a processor that uses templates to generate content.
Click to show internal directories.
Click to hide internal directories.