Documentation ¶ Index ¶ type Mustache func (l *Mustache) Predicate(_ context.Context, _ camel.Context) (camel.Predicate, error) func (l *Mustache) Processor(_ context.Context, _ camel.Context) (camel.Processor, error) func (l *Mustache) Transformer(_ context.Context, _ camel.Context) (camel.Transformer, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Mustache ¶ type Mustache struct { Template string `yaml:"template"` } func (*Mustache) Predicate ¶ func (l *Mustache) Predicate(_ context.Context, _ camel.Context) (camel.Predicate, error) func (*Mustache) Processor ¶ func (l *Mustache) Processor(_ context.Context, _ camel.Context) (camel.Processor, error) func (*Mustache) Transformer ¶ func (l *Mustache) Transformer(_ context.Context, _ camel.Context) (camel.Transformer, error) Source Files ¶ View all Source files language_mustache.go Click to show internal directories. Click to hide internal directories.