We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472e63f commit f066f3fCopy full SHA for f066f3f
retry/mode.go
@@ -33,4 +33,6 @@ func (m retryMode) MustBackoff() bool { return m.backoff&backoff.TypeAny != 0 }
33
34
func (m retryMode) BackoffType() backoff.Type { return m.backoff }
35
36
+func (m retryMode) MustDeleteSession() bool { return !m.isRetryObjectValid }
37
+
38
func (m retryMode) IsRetryObjectValid() bool { return m.isRetryObjectValid }
0 commit comments