Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CECKey ¶
type CECKey struct{}
CECKey is used to associate the CloudEventClient inside the context.Context
type CEClient ¶
type CEClient cloudevents.Client
CEClient matches the `Client` interface from github.com/cloudevents/sdk-go/v2/cloudevents
type Resource ¶
type Resource struct { EventID string EventType string TargetURI string Client CEClient Logger *zap.SugaredLogger Data []byte EL triggersv1.EventListener }
Resource structure defines parameters needed to send cloudEvents
func (Resource) SendCloudEvents ¶
func (r Resource) SendCloudEvents()
SendCloudEvents is used by the EventListener to send cloud events status of trigger processing
Click to show internal directories.
Click to hide internal directories.