Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New( wrapped aurestclientapi.Client, repeatCount uint8, condition aurestclientapi.RetryConditionCallback, beforeRetryOrNil aurestclientapi.BeforeRetryCallback, ) aurestclientapi.Client
Types ¶
type RetryImpl ¶
type RetryImpl struct {
Wrapped aurestclientapi.Client
RepeatCount uint8
RetryCondition aurestclientapi.RetryConditionCallback
BeforeRetry aurestclientapi.BeforeRetryCallback
}
func (*RetryImpl) Perform ¶
func (c *RetryImpl) Perform(ctx context.Context, method string, requestUrl string, requestBody interface{}, response *aurestclientapi.ParsedResponse) error
Click to show internal directories.
Click to hide internal directories.