Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockDebouncer ¶
type MockDebouncer struct {
// contains filtered or unexported fields
}
MockDebouncer is a mock of Debouncer interface.
func NewMockDebouncer ¶
func NewMockDebouncer(ctrl *gomock.Controller) *MockDebouncer
NewMockDebouncer creates a new mock instance.
func (*MockDebouncer) EXPECT ¶
func (m *MockDebouncer) EXPECT() *MockDebouncerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockDebouncerMockRecorder ¶
type MockDebouncerMockRecorder struct {
// contains filtered or unexported fields
}
MockDebouncerMockRecorder is the mock recorder for MockDebouncer.
func (*MockDebouncerMockRecorder) Add ¶
func (mr *MockDebouncerMockRecorder) Add(res interface{}) *gomock.Call
Add indicates an expected call of Add.
func (*MockDebouncerMockRecorder) Start ¶
func (mr *MockDebouncerMockRecorder) Start(ctx, managedBy interface{}) *gomock.Call
Start indicates an expected call of Start.
Click to show internal directories.
Click to hide internal directories.