Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnvAccessorCtor ¶
func EnvAccessorCtor() pkgadapter.EnvConfigAccessor
EnvAccessorCtor for configuration parameters
func NewTarget ¶
func NewTarget(ctx context.Context, envAcc pkgadapter.EnvConfigAccessor, ceClient cloudevents.Client) pkgadapter.Adapter
NewTarget adapter implementation
Types ¶
type DataWeaveTransformationStructuredRequest ¶ added in v1.18.0
type DataWeaveTransformationStructuredRequest struct { InputData string `json:"input_data"` Spell string `json:"spell,omitempty"` InputContentType string `json:"input_content_type"` OutputContentType string `json:"output_content_type"` }
DataWeaveTransformationStructuredRequest contains an opinionated structure that informs both the InputData and Spell to transform.
Click to show internal directories.
Click to hide internal directories.