We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f4c0a6 + 583446e commit 99271bbCopy full SHA for 99271bb
main.go
@@ -109,8 +109,8 @@ func NewExtendedClient(hc *http.Client) *Client {
109
return c
110
}
111
112
-// PrintErrStrategy is used to log attempts as they happen.
113
-// You know, more visible
+// LogHook is used to log attempts as they happen. This function is never called,
+// however, if KeepLog is set to true.
114
type LogHook func(e ErrEntry)
115
116
// BackoffStrategy is used to determine how long a retry request should wait until attempted
0 commit comments