Documentation ¶
Index ¶
- Variables
- func NewMTLSClient(key *rsa.PrivateKey, certificates []*x509.Certificate, skipVerify bool) *http.Client
- func Retry(config RetryConfig, shouldRetry func() (bool, error)) error
- func WaitForFunction(interval, timeout time.Duration, conditionalFunc func() bool) error
- type RetryConfig
- type TestConfig
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultRetryConfig = RetryConfig{ MaxRetries: 8, Duration: 2 * time.Second, Factor: 1.5, }
Functions ¶
func NewMTLSClient ¶
func NewMTLSClient(key *rsa.PrivateKey, certificates []*x509.Certificate, skipVerify bool) *http.Client
Types ¶
type TestConfig ¶
func ReadConfig ¶
func ReadConfig() (TestConfig, error)
Click to show internal directories.
Click to hide internal directories.