Skip to content

Commit

Permalink
fix: Expose agent library (#1229)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahmmcgivern authored Oct 3, 2024
1 parent feb0924 commit 0283e47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions newrelic/newrelic.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (

"github.com/newrelic/newrelic-client-go/v2/pkg/accountmanagement"
"github.com/newrelic/newrelic-client-go/v2/pkg/accounts"
"github.com/newrelic/newrelic-client-go/v2/pkg/agent"
"github.com/newrelic/newrelic-client-go/v2/pkg/agentapplications"
"github.com/newrelic/newrelic-client-go/v2/pkg/alerts"
"github.com/newrelic/newrelic-client-go/v2/pkg/apiaccess"
Expand Down Expand Up @@ -43,6 +44,7 @@ import (
type NewRelic struct {
AccountManagement accountmanagement.Accountmanagement
AgentApplications agentapplications.AgentApplications
Agent agent.Agent
Accounts accounts.Accounts
Alerts alerts.Alerts
APIAccess apiaccess.APIAccess
Expand Down

0 comments on commit 0283e47

Please sign in to comment.