package
0.9.4
Repository: https://github.com/prometheus/client_golang.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

DoGetFallback will attempt to do the request as-is, and on a 405 it will fallback to a GET request.
NewClient returns a new Client.
No description provided by the author

# Variables

DefaultRoundTripper is used if no RoundTripper is set in Config.

# Structs

Config defines configuration parameters for a new client.
No description provided by the author

# Interfaces

Client is the interface for an API client.
Error encapsulates an error + warning.