Documentation
¶
Overview ¶
Package watch is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MockWatcher ¶
type MockWatcher struct {
// contains filtered or unexported fields
}
MockWatcher is a mock of Watcher interface.
func NewMockWatcher ¶
func NewMockWatcher(ctrl *gomock.Controller) *MockWatcher
NewMockWatcher creates a new mock instance.
func (*MockWatcher) EXPECT ¶
func (m *MockWatcher) EXPECT() *MockWatcherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockWatcherMockRecorder ¶
type MockWatcherMockRecorder struct {
// contains filtered or unexported fields
}
MockWatcherMockRecorder is the mock recorder for MockWatcher.
func (*MockWatcherMockRecorder) Stop ¶
func (mr *MockWatcherMockRecorder) Stop() *gomock.Call
Stop indicates an expected call of Stop.
func (*MockWatcherMockRecorder) Watch ¶
func (mr *MockWatcherMockRecorder) Watch() *gomock.Call
Watch indicates an expected call of Watch.
Click to show internal directories.
Click to hide internal directories.