Versions in this module Expand all Collapse all v1 v1.0.0 Mar 31, 2023 Changes in this version + func NewConfigBuilder() *servicesConfigBuilder + type Config interface + GetCertificatesPath func() string + GetContext func() context.Context + GetHttpClient func() *http.Client + GetHttpRetries func() int + GetHttpRetryWaitMilliSecs func() int + GetHttpTimeout func() time.Duration + GetLogger func() log.Log + GetServiceDetails func() auth.ServiceDetails + GetThreads func() int + IsDryRun func() bool + IsInsecureTls func() bool