package
0.0.0-20230222102729-d92d8b1a5cb4
Repository: https://github.com/alveona/go-events-enricher.git
Documentation: pkg.go.dev

# Functions

NewEventsEnricherAPI creates a new EventsEnricher instance.
NewProduceEvents creates a new http.Handler for the produce events operation.
NewProduceEventsInternalServerError creates ProduceEventsInternalServerError with default headers values.
NewProduceEventsOK creates ProduceEventsOK with default headers values.
NewProduceEventsParams creates a new ProduceEventsParams object no default values defined in spec.
NewProduceEventsUnprocessableEntity creates ProduceEventsUnprocessableEntity with default headers values.

# Constants

ProduceEventsInternalServerErrorCode is the HTTP code returned for type ProduceEventsInternalServerError.
ProduceEventsOKCode is the HTTP code returned for type ProduceEventsOK.
ProduceEventsUnprocessableEntityCode is the HTTP code returned for type ProduceEventsUnprocessableEntity.

# Structs

EventsEnricherAPI Clickhouse proxy events microservice */.
ProduceEvents swagger:route POST /v1/events/produce produceEvents Produce new events */.
ProduceEventsInternalServerError Internal Server Error swagger:response produceEventsInternalServerError */.
ProduceEventsOK Success swagger:response produceEventsOK */.
ProduceEventsParams contains all the bound params for the produce events operation typically these are obtained from a http.Request swagger:parameters produceEvents.
ProduceEventsUnprocessableEntity Unprocessable Entity swagger:response produceEventsUnprocessableEntity */.
ProduceEventsURL generates an URL for the produce events operation.

# Interfaces

ProduceEventsHandler interface for that can handle valid produce events params.

# Type aliases

ProduceEventsHandlerFunc turns a function with the right signature into a produce events handler.