Documentation
¶
Index ¶
- func E2EFailHandler(correlationId func() string) func(string, ...int)
- func NewActualRestyResponse(response *resty.Response) actualRestyResponse
- type CorrelatedRestyClient
- func (c *CorrelatedRestyClient) R() *resty.Request
- func (c *CorrelatedRestyClient) SetAuthScheme(scheme string) *CorrelatedRestyClient
- func (c *CorrelatedRestyClient) SetAuthToken(token string) *CorrelatedRestyClient
- func (c *CorrelatedRestyClient) SetTLSClientConfig(config *tls.Config) *CorrelatedRestyClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func E2EFailHandler ¶
func NewActualRestyResponse ¶
func NewActualRestyResponse(response *resty.Response) actualRestyResponse
Types ¶
type CorrelatedRestyClient ¶
type CorrelatedRestyClient struct {
// contains filtered or unexported fields
}
func NewCorrelatedRestyClient ¶
func NewCorrelatedRestyClient(apiServerRoot string, getCorrelationId func() string) *CorrelatedRestyClient
func (*CorrelatedRestyClient) R ¶
func (c *CorrelatedRestyClient) R() *resty.Request
func (*CorrelatedRestyClient) SetAuthScheme ¶
func (c *CorrelatedRestyClient) SetAuthScheme(scheme string) *CorrelatedRestyClient
func (*CorrelatedRestyClient) SetAuthToken ¶
func (c *CorrelatedRestyClient) SetAuthToken(token string) *CorrelatedRestyClient
func (*CorrelatedRestyClient) SetTLSClientConfig ¶
func (c *CorrelatedRestyClient) SetTLSClientConfig(config *tls.Config) *CorrelatedRestyClient
Click to show internal directories.
Click to hide internal directories.