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 EventPayload ¶
type EventPayload struct { Collection string `json:"collection"` Document string `json:"document"` Data map[string]interface{} `json:"data"` }
EventPayload is a structure of CloudEvents data payload processed by the event target.
Click to show internal directories.
Click to hide internal directories.