type Router struct {
*chi.Mux// contains filtered or unexported fields
}
Router implements the router for the Elasticsearch plugin, which can be registered in the router for our rest api.
Next to the routes for the Elasticsearch plugin it also contains a list of all configured Elasticsearch instances.