Versions in this module Expand all Collapse all v0 v0.1.0 Sep 25, 2024 Changes in this version + func NewHTTPClient(ctx context.Context, authService Provider) (*http.Client, error) + type BasicTransport struct + Password string + Username string + func (t *BasicTransport) RoundTrip(req *http.Request) (*http.Response, error) + func (t BasicTransport) BasicRoundTripper(_ context.Context, transport http.RoundTripper) (http.RoundTripper, error) + type Provider struct + BasicAuth BasicTransport