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 Observer ¶
type Observer struct {
// Name is the name of this Observer, used to filter if multiple observers.
Name string
// EventLogs is the list of EventLog implementors to vent observed events.
EventLogs recordevents.EventLogs
// contains filtered or unexported fields
}
Observer is the entry point for sinking events into the event log.
func NewFromEnv ¶
func NewFromEnv(ctx context.Context, eventLogs ...recordevents.EventLog) *Observer
Click to show internal directories.
Click to hide internal directories.