# README
v3/integrations/nrecho-v4 
Package nrecho
instruments applications using https://github.com/labstack/echo v4.
import "github.com/newrelic/go-agent/v3/integrations/nrecho-v4"
For more information, see godocs.
# Packages
No description provided by the author
# Functions
FromContext returns the Transaction from the context if present, and nil otherwise.
Middleware creates Echo middleware with provided config that instruments requests.
No description provided by the author
WrapRouter extracts API endpoints from the echo instance passed to it which is used to detect application URL mapping(api-endpoints) for provable security.
# Type aliases
No description provided by the author
Skipper defines a function to skip middleware.