Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
ContextPipeline *Pipeline
DataPipeline *Pipeline
// contains filtered or unexported fields
}
Handler contains Pipelines for CE transformations and CloudEvents client.
func NewHandler ¶
NewHandler creates Handler instance.
type Pipeline ¶
type Pipeline struct {
Transformers []transformer.Transformer
}
Pipeline is a set of Transformations that are sequentially applied to JSON data.
Click to show internal directories.
Click to hide internal directories.