Documentation ¶
Index ¶
- func CreateEvent(request protocols.Request, outputEvent output.InternalEvent, ...) *output.InternalWrappedEvent
- func CreateEventWithAdditionalOptions(request protocols.Request, outputEvent output.InternalEvent, ...) *output.InternalWrappedEvent
- func CreateEventWithOperatorResults(request protocols.Request, internalEvent output.InternalEvent, ...) *output.InternalWrappedEvent
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateEvent ¶
func CreateEvent(request protocols.Request, outputEvent output.InternalEvent, isResponseDebug bool) *output.InternalWrappedEvent
CreateEvent wraps the outputEvent with the result of the operators defined on the request
func CreateEventWithAdditionalOptions ¶
func CreateEventWithAdditionalOptions(request protocols.Request, outputEvent output.InternalEvent, isResponseDebug bool, addAdditionalOptions func(internalWrappedEvent *output.InternalWrappedEvent)) *output.InternalWrappedEvent
CreateEventWithAdditionalOptions wraps the outputEvent with the result of the operators defined on the request and enables extending the resulting event with additional attributes or values.
func CreateEventWithOperatorResults ¶
func CreateEventWithOperatorResults(request protocols.Request, internalEvent output.InternalEvent, operatorResult *operators.Result) *output.InternalWrappedEvent
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.