type Router struct {
*chi.Mux
// contains filtered or unexported fields
}
Router implements the router for the Grafana plugin, which can be registered in the router for our rest api. It contains
the api routes for the Grafana plugin and it's configuration.