Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // APIKey to authenticate API requests APIKey string // PersonalAPIKey to authenticate API requests PersonalAPIKey string // Region of the New Relic platform to use // Valid values are: US, EU Region string // HTTP Timeout *time.Duration HTTPTransport *http.RoundTripper UserAgent string BaseURL string SyntheticsBaseURL string InfrastructureBaseURL string NerdGraphBaseURL string // LogLevel can be one of the following values: // "panic", "fatal", "error", "warn", "info", "debug", "trace" LogLevel string LogJSON bool Logger logging.Logger }
Config contains all the configuration data for the API Client.
Click to show internal directories.
Click to hide internal directories.