Versions in this module Expand all Collapse all v0 v0.1.1 Jul 6, 2023 v0.1.0 Jun 18, 2023 v0.0.1 Feb 6, 2022 Changes in this version + func New(host, username, password string, opts ...Option) (*promHttpClient, error) + type HttpDoer interface + Do func(req *http.Request) (*http.Response, error) + type Option interface + func WithHttpClient(c HttpDoer) Option