Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultRetry = RetryConfig{ MaxRetries: 3, InitialBackoff: 1 * time.Second, MaxBackoff: 30 * time.Second, }
Functions ¶
Types ¶
type AuthRecovery ¶
type AuthRecovery struct {
// contains filtered or unexported fields
}
func NewAuthRecovery ¶
func NewAuthRecovery(cliPath string) *AuthRecovery
func (*AuthRecovery) HandleError ¶
func (r *AuthRecovery) HandleError(ctx context.Context, err error) error
func (*AuthRecovery) IsDegraded ¶
func (r *AuthRecovery) IsDegraded() bool
Click to show internal directories.
Click to hide internal directories.