github.com/newrelic/newrelic-client-go@v1.1.0/pkg/config/doc.go (about) 1 /* 2 Package config provides a configuration surface area for configuring the underlying 3 client. 4 5 Authentication 6 7 You will need a valid Personal API key to communicate with the backend New Relic 8 APIs that power the client. See the API key documentation below for more 9 information on how to locate this key: 10 11 https://docs.newrelic.com/docs/apis/get-started/intro-apis/types-new-relic-api-keys 12 13 */ 14 package config