Skip to content

Commit

Permalink
创建需求
Browse files Browse the repository at this point in the history
  • Loading branch information
flc1125 committed Aug 26, 2024
1 parent 0e0fe5f commit 9b11d42
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions client_options_http_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ import (

type RetryableHTTPClientOption func(client *retryablehttp.Client)

// Logger
// RetryWaitMin
// RetryWaitMax
// RetryMax
// CheckRetry
// Backoff

func WithRetryableHTTPClientLogger(logger retryablehttp.Logger) RetryableHTTPClientOption {
return func(client *retryablehttp.Client) {
client.Logger = logger
Expand Down

0 comments on commit 9b11d42

Please sign in to comment.