NewNewRelicFramework creates a new New Relic framework instance
(ctx *common.Context)
| 18 | |
| 19 | // NewNewRelicFramework creates a new New Relic framework instance |
| 20 | func NewNewRelicFramework(ctx *common.Context) *NewRelicFramework { |
| 21 | return &NewRelicFramework{context: ctx} |
| 22 | } |
| 23 | |
| 24 | // Detect checks if New Relic should be included |
| 25 | func (n *NewRelicFramework) Detect() (string, error) { |
no outgoing calls
no test coverage detected