# Functions
NewEventParser validates and constructs an EventParser from provided the configs.
NewEventsEndpoint returns the endpoint for /events handler.
NewEventsEndpointDecode returns DecodeRequestFunc wrapper from the /events endpoint.
NewEventsEndpointEncode returns EncodeResponseFunc wrapper from the /events endpoint.
NewMeasures returns desired metrics.
Provide is an uber/fx style provider for this package's components.
ProvideMetrics is the metrics provider for eventParser.
# Constants
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
Measures describes the defined metrics that will be used by eventparser.
ParserConfig is the config provided to create a new EventParser.
ParserIn sets all the dependencies for this package's components.
No description provided by the author
# Type aliases
EventSenderFunc is the function type used pass events to manager.