Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NoOpReply ¶
func NoOpReply(_ context.Context, writer http.ResponseWriter, _ recordevents.EventInfo)
func ReplyTransformerFunc ¶
func ReplyTransformerFunc(replyEventType string, replyEventSource string, replyEventData string, replyAppendData string) func(context.Context, http.ResponseWriter, recordevents.EventInfo)
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 *recordevents.EventLogs // contains filtered or unexported fields }
Receiver is the entry point for sinking events into the event log.
func NewFromEnv ¶
func NewFromEnv(ctx context.Context, eventLogs *recordevents.EventLogs) *Receiver
Click to show internal directories.
Click to hide internal directories.