Documentation ¶
Overview ¶
Package workqueue is a generated GoMock package.
Index ¶
- type MockRateLimitingInterface
- func (m *MockRateLimitingInterface) Add(arg0 interface{})
- func (m *MockRateLimitingInterface) AddAfter(arg0 interface{}, arg1 time.Duration)
- func (m *MockRateLimitingInterface) AddRateLimited(arg0 interface{})
- func (m *MockRateLimitingInterface) Done(arg0 interface{})
- func (m *MockRateLimitingInterface) EXPECT() *MockRateLimitingInterfaceMockRecorder
- func (m *MockRateLimitingInterface) Forget(arg0 interface{})
- func (m *MockRateLimitingInterface) Get() (interface{}, bool)
- func (m *MockRateLimitingInterface) Len() int
- func (m *MockRateLimitingInterface) NumRequeues(arg0 interface{}) int
- func (m *MockRateLimitingInterface) ShutDown()
- func (m *MockRateLimitingInterface) ShuttingDown() bool
- type MockRateLimitingInterfaceMockRecorder
- func (mr *MockRateLimitingInterfaceMockRecorder) Add(arg0 interface{}) *gomock.Call
- func (mr *MockRateLimitingInterfaceMockRecorder) AddAfter(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRateLimitingInterfaceMockRecorder) AddRateLimited(arg0 interface{}) *gomock.Call
- func (mr *MockRateLimitingInterfaceMockRecorder) Done(arg0 interface{}) *gomock.Call
- func (mr *MockRateLimitingInterfaceMockRecorder) Forget(arg0 interface{}) *gomock.Call
- func (mr *MockRateLimitingInterfaceMockRecorder) Get() *gomock.Call
- func (mr *MockRateLimitingInterfaceMockRecorder) Len() *gomock.Call
- func (mr *MockRateLimitingInterfaceMockRecorder) NumRequeues(arg0 interface{}) *gomock.Call
- func (mr *MockRateLimitingInterfaceMockRecorder) ShutDown() *gomock.Call
- func (mr *MockRateLimitingInterfaceMockRecorder) ShuttingDown() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockRateLimitingInterface ¶
type MockRateLimitingInterface struct {
// contains filtered or unexported fields
}
MockRateLimitingInterface is a mock of RateLimitingInterface interface.
func NewMockRateLimitingInterface ¶
func NewMockRateLimitingInterface(ctrl *gomock.Controller) *MockRateLimitingInterface
NewMockRateLimitingInterface creates a new mock instance.
func (*MockRateLimitingInterface) Add ¶
func (m *MockRateLimitingInterface) Add(arg0 interface{})
Add mocks base method.
func (*MockRateLimitingInterface) AddAfter ¶
func (m *MockRateLimitingInterface) AddAfter(arg0 interface{}, arg1 time.Duration)
AddAfter mocks base method.
func (*MockRateLimitingInterface) AddRateLimited ¶
func (m *MockRateLimitingInterface) AddRateLimited(arg0 interface{})
AddRateLimited mocks base method.
func (*MockRateLimitingInterface) Done ¶
func (m *MockRateLimitingInterface) Done(arg0 interface{})
Done mocks base method.
func (*MockRateLimitingInterface) EXPECT ¶
func (m *MockRateLimitingInterface) EXPECT() *MockRateLimitingInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRateLimitingInterface) Forget ¶
func (m *MockRateLimitingInterface) Forget(arg0 interface{})
Forget mocks base method.
func (*MockRateLimitingInterface) Get ¶
func (m *MockRateLimitingInterface) Get() (interface{}, bool)
Get mocks base method.
func (*MockRateLimitingInterface) Len ¶
func (m *MockRateLimitingInterface) Len() int
Len mocks base method.
func (*MockRateLimitingInterface) NumRequeues ¶
func (m *MockRateLimitingInterface) NumRequeues(arg0 interface{}) int
NumRequeues mocks base method.
func (*MockRateLimitingInterface) ShutDown ¶
func (m *MockRateLimitingInterface) ShutDown()
ShutDown mocks base method.
func (*MockRateLimitingInterface) ShuttingDown ¶
func (m *MockRateLimitingInterface) ShuttingDown() bool
ShuttingDown mocks base method.
type MockRateLimitingInterfaceMockRecorder ¶
type MockRateLimitingInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockRateLimitingInterfaceMockRecorder is the mock recorder for MockRateLimitingInterface.
func (*MockRateLimitingInterfaceMockRecorder) Add ¶
func (mr *MockRateLimitingInterfaceMockRecorder) Add(arg0 interface{}) *gomock.Call
Add indicates an expected call of Add.
func (*MockRateLimitingInterfaceMockRecorder) AddAfter ¶
func (mr *MockRateLimitingInterfaceMockRecorder) AddAfter(arg0, arg1 interface{}) *gomock.Call
AddAfter indicates an expected call of AddAfter.
func (*MockRateLimitingInterfaceMockRecorder) AddRateLimited ¶
func (mr *MockRateLimitingInterfaceMockRecorder) AddRateLimited(arg0 interface{}) *gomock.Call
AddRateLimited indicates an expected call of AddRateLimited.
func (*MockRateLimitingInterfaceMockRecorder) Done ¶
func (mr *MockRateLimitingInterfaceMockRecorder) Done(arg0 interface{}) *gomock.Call
Done indicates an expected call of Done.
func (*MockRateLimitingInterfaceMockRecorder) Forget ¶
func (mr *MockRateLimitingInterfaceMockRecorder) Forget(arg0 interface{}) *gomock.Call
Forget indicates an expected call of Forget.
func (*MockRateLimitingInterfaceMockRecorder) Get ¶
func (mr *MockRateLimitingInterfaceMockRecorder) Get() *gomock.Call
Get indicates an expected call of Get.
func (*MockRateLimitingInterfaceMockRecorder) Len ¶
func (mr *MockRateLimitingInterfaceMockRecorder) Len() *gomock.Call
Len indicates an expected call of Len.
func (*MockRateLimitingInterfaceMockRecorder) NumRequeues ¶
func (mr *MockRateLimitingInterfaceMockRecorder) NumRequeues(arg0 interface{}) *gomock.Call
NumRequeues indicates an expected call of NumRequeues.
func (*MockRateLimitingInterfaceMockRecorder) ShutDown ¶
func (mr *MockRateLimitingInterfaceMockRecorder) ShutDown() *gomock.Call
ShutDown indicates an expected call of ShutDown.
func (*MockRateLimitingInterfaceMockRecorder) ShuttingDown ¶
func (mr *MockRateLimitingInterfaceMockRecorder) ShuttingDown() *gomock.Call
ShuttingDown indicates an expected call of ShuttingDown.