Documentation ¶
Overview ¶
Package mock_retry is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockBackoff ¶
type MockBackoff struct {
// contains filtered or unexported fields
}
MockBackoff is a mock of Backoff interface
func NewMockBackoff ¶
func NewMockBackoff(ctrl *gomock.Controller) *MockBackoff
NewMockBackoff creates a new mock instance
func (*MockBackoff) Duration ¶
func (m *MockBackoff) Duration() time.Duration
Duration mocks base method
func (*MockBackoff) EXPECT ¶
func (m *MockBackoff) EXPECT() *MockBackoffMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockBackoffMockRecorder ¶
type MockBackoffMockRecorder struct {
// contains filtered or unexported fields
}
MockBackoffMockRecorder is the mock recorder for MockBackoff
func (*MockBackoffMockRecorder) Duration ¶
func (mr *MockBackoffMockRecorder) Duration() *gomock.Call
Duration indicates an expected call of Duration
func (*MockBackoffMockRecorder) Reset ¶
func (mr *MockBackoffMockRecorder) Reset() *gomock.Call
Reset indicates an expected call of Reset
Click to show internal directories.
Click to hide internal directories.