Documentation
¶
Index ¶
- func GetUUID(pipelineIdentifier string) string
- type Event
- func (e *Event) AddToCloudEventData(additionalDataString string) error
- func (e Event) Create(data any, opts ...Option) Event
- func (e Event) CreateWithJSONData(data string, opts ...Option) (Event, error)
- func (e Event) ToBytes() ([]byte, error)
- func (e *Event) ToBytesWithoutEscapeHTML() ([]byte, error)
- type EventData
- type Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Event ¶
type Event struct {
// contains filtered or unexported fields
}
func (*Event) AddToCloudEventData ¶ added in v1.362.0
func (Event) CreateWithJSONData ¶
func (*Event) ToBytesWithoutEscapeHTML ¶ added in v1.455.0
Click to show internal directories.
Click to hide internal directories.