Documentation ¶
Index ¶
- type Language
- func (l *Language) Predicate(ctx context.Context, camelContext camel.Context) (camel.Predicate, error)
- func (l *Language) Processor(ctx context.Context, camelContext camel.Context) (camel.Processor, error)
- func (l *Language) Transformer(ctx context.Context, camelContext camel.Context) (camel.Transformer, error)
- type OptionFn
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Language ¶
type Language struct { Jq *jq.Jq `yaml:"jq,omitempty"` Mustache *mustache.Mustache `yaml:"mustache,omitempty"` Wasm *wasm.Wasm `yaml:"wasm,omitempty"` Constant *constant.Constant `yaml:"constant,omitempty"` }
func (*Language) Transformer ¶
type OptionFn ¶
type OptionFn func(language *Language)
func WithConstant ¶
func WithConstantExpression ¶
func WithJqExpression ¶
func WithMustache ¶
func WithMustacheExpression ¶
Click to show internal directories.
Click to hide internal directories.