Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIWatcher ¶
type MockIWatcher struct {
// contains filtered or unexported fields
}
MockIWatcher is a mock of IWatcher interface.
func NewMockIWatcher ¶
func NewMockIWatcher(ctrl *gomock.Controller) *MockIWatcher
NewMockIWatcher creates a new mock instance.
func (*MockIWatcher) EXPECT ¶
func (m *MockIWatcher) EXPECT() *MockIWatcherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIWatcher) Init ¶
func (m *MockIWatcher) Init(ctx context.Context) error
Init mocks base method.
type MockIWatcherManager ¶
type MockIWatcherManager struct {
// contains filtered or unexported fields
}
MockIWatcherManager is a mock of IWatcherManager interface.
func NewMockIWatcherManager ¶
func NewMockIWatcherManager(ctrl *gomock.Controller) *MockIWatcherManager
NewMockIWatcherManager creates a new mock instance.
func (*MockIWatcherManager) EXPECT ¶
func (m *MockIWatcherManager) EXPECT() *MockIWatcherManagerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockIWatcherManagerMockRecorder ¶
type MockIWatcherManagerMockRecorder struct {
// contains filtered or unexported fields
}
MockIWatcherManagerMockRecorder is the mock recorder for MockIWatcherManager.
func (*MockIWatcherManagerMockRecorder) Start ¶
func (mr *MockIWatcherManagerMockRecorder) Start(ctx interface{}) *gomock.Call
Start indicates an expected call of Start.
func (*MockIWatcherManagerMockRecorder) Stop ¶
func (mr *MockIWatcherManagerMockRecorder) Stop(ctx interface{}) *gomock.Call
Stop indicates an expected call of Stop.
type MockIWatcherMockRecorder ¶
type MockIWatcherMockRecorder struct {
// contains filtered or unexported fields
}
MockIWatcherMockRecorder is the mock recorder for MockIWatcher.
func (*MockIWatcherMockRecorder) Init ¶
func (mr *MockIWatcherMockRecorder) Init(ctx interface{}) *gomock.Call
Init indicates an expected call of Init.
func (*MockIWatcherMockRecorder) Refresh ¶
func (mr *MockIWatcherMockRecorder) Refresh(ctx interface{}) *gomock.Call
Refresh indicates an expected call of Refresh.
func (*MockIWatcherMockRecorder) Stop ¶
func (mr *MockIWatcherMockRecorder) Stop(ctx interface{}) *gomock.Call
Stop indicates an expected call of Stop.