Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Receiver ¶
type Receiver struct { // Name is the name of this Receiver, used to filter if multiple observers. Name string // EventLogs is the list of EventLogger implementors to vent observed events. EventLogs *eventshub.EventLogs EnforceTLS bool // contains filtered or unexported fields }
Receiver is the entry point for sinking events into the event log.
Click to show internal directories.
Click to hide internal directories.