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.
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 any) *gomock.Call
Init indicates an expected call of Init.
Click to show internal directories.
Click to hide internal directories.