type github.com/cenkalti/backoff/v4.PermanentError
7 uses
github.com/cenkalti/backoff/v4 (current package)
retry.go#L93: var permanent *PermanentError
retry.go#L121: type PermanentError struct {
retry.go#L125: func (e *PermanentError) Error() string {
retry.go#L129: func (e *PermanentError) Unwrap() error {
retry.go#L133: func (e *PermanentError) Is(target error) bool {
retry.go#L134: _, ok := target.(*PermanentError)
retry.go#L143: return &PermanentError{
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |