Versions in this module Expand all Collapse all v0 v0.0.1 Jun 13, 2023 Changes in this version + type NetworkAccess interface + AddHeaderField func(key, value string) + AddHeaders func(request *http.Request) error + AddRootCAs func(pemFileLocation string) error + GetAuthenticator func() auth.Authenticator + GetHttpClient func() *http.Client + GetRoundTripper func() http.RoundTripper + GetUnauthorizedHttpClient func() *http.Client + SetLogger func(logger *zerolog.Logger) + func NewNetworkAccess(config configuration.Configuration) NetworkAccess