Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAdapter ¶
func NewAdapter(ctx context.Context, envAcc pkgadapter.EnvConfigAccessor, ceClient cloudevents.Client) pkgadapter.Adapter
func NewEnvConfig ¶
func NewEnvConfig() pkgadapter.EnvConfigAccessor
NewEnvConfig satisfies pkgadapter.EnvConfigConstructor.
Types ¶
type Pipeline ¶
type Pipeline struct { Transformers []transformer.Transformer Storage *storage.Storage }
Pipeline is a set of Transformations that are sequentially applied to JSON data.
Click to show internal directories.
Click to hide internal directories.