go vendor

This commit is contained in:
lealife
2017-11-30 19:55:33 +08:00
parent 2856da6888
commit 0fb92efbf3
670 changed files with 199010 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# NewRelic
This module is the for [NewRelic](http://newrelic.com) it wraps the Go
http server and inserts a filter to track each requests.
###App.conf
- **server.engine** You must set this to `newrelic` in order to use this server engine
- **server.newrelic.license** The license key for NewRelic
- **server.newrelic.addfilter** Defauls `true` When true a filter is inserted
into `revel.Filters` at position 2. This filter logs every request.
###Other Notes
There is a controller called RelicController which contains a single method
to return a `newrelic.Application` object. If you want to access this object
you can extend that class.