# Functions

DecodeListFindingEventsRequest returns a decoder for requests sent to the events List finding events endpoint.
EncodeListFindingEventsResponse returns an encoder for responses returned by the events List finding events endpoint.
ListFindingEventsEventsPath returns the URL path to the events service List finding events HTTP endpoint.
Mount configures the mux to serve the events endpoints.
MountListFindingEventsHandler configures the mux to serve the "events" service "List finding events" endpoint.
New instantiates HTTP handlers for all the events service endpoints using the provided encoder and decoder.
NewEventResponseCollection builds the HTTP response body from the result of the "List finding events" endpoint of the "events" service.
NewListFindingEventsHandler creates a HTTP handler which loads the HTTP request and calls the "events" service "List finding events" endpoint.
NewListFindingEventsPayload builds a events service List finding events endpoint payload.

# Structs

EventResponse is used to define fields on response body types.
MountPoint holds information about the mounted endpoints.
Server lists the events service endpoint HTTP handlers.

# Type aliases

EventResponseCollection is the type of the "events" service "List finding events" endpoint HTTP response body.