Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConfigBuilder ¶
func NewConfigBuilder() *servicesConfigBuilder
Types ¶
type Config ¶
type Config interface { GetCertificatesPath() string GetThreads() int IsDryRun() bool GetServiceDetails() auth.ServiceDetails GetLogger() log.Log IsInsecureTls() bool GetContext() context.Context GetHttpTimeout() time.Duration GetHttpRetries() int GetHttpRetryWaitMilliSecs() int GetHttpClient() *http.Client }
Click to show internal directories.
Click to hide internal directories.