backoff

package
v74.0.2+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 16, 2017 License: Apache-2.0, BSD-3-Clause, MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Connect

func Connect(adapter Adapter, backoffStrategy retrystrategy.RetryStrategy, maxRetries int) error

Types

type Adapter

type Adapter interface {
	Connect() error
}

type MockAdapter

type MockAdapter struct {
	sync.Mutex
	// contains filtered or unexported fields
}

func NewMockAdapter

func NewMockAdapter() *MockAdapter

func (*MockAdapter) Connect

func (m *MockAdapter) Connect() error

func (*MockAdapter) ConnectErr

func (m *MockAdapter) ConnectErr(err string)

func (*MockAdapter) Reset

func (m *MockAdapter) Reset()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL