Documentation
¶
Overview ¶
Package fake is a generated GoMock package.
Package fake is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockFileWatcher ¶
type MockFileWatcher struct {
// contains filtered or unexported fields
}
MockFileWatcher is a mock of FileWatcher interface
func NewMockFileWatcher ¶
func NewMockFileWatcher(ctrl *gomock.Controller) *MockFileWatcher
NewMockFileWatcher creates a new mock instance
func (*MockFileWatcher) Add ¶
func (m *MockFileWatcher) Add(arg0 string) error
Add mocks base method
func (*MockFileWatcher) EXPECT ¶
func (m *MockFileWatcher) EXPECT() *MockFileWatcherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockFileWatcher) Errors ¶
func (m *MockFileWatcher) Errors() chan error
Errors mocks base method
func (*MockFileWatcher) Events ¶
func (m *MockFileWatcher) Events() chan fsnotify.Event
Events mocks base method
type MockFileWatcherMockRecorder ¶
type MockFileWatcherMockRecorder struct {
// contains filtered or unexported fields
}
MockFileWatcherMockRecorder is the mock recorder for MockFileWatcher
func (*MockFileWatcherMockRecorder) Add ¶
func (mr *MockFileWatcherMockRecorder) Add(arg0 interface{}) *gomock.Call
Add indicates an expected call of Add
func (*MockFileWatcherMockRecorder) Errors ¶
func (mr *MockFileWatcherMockRecorder) Errors() *gomock.Call
Errors indicates an expected call of Errors
func (*MockFileWatcherMockRecorder) Events ¶
func (mr *MockFileWatcherMockRecorder) Events() *gomock.Call
Events indicates an expected call of Events
type MockWatcherConfig ¶
type MockWatcherConfig struct {
// contains filtered or unexported fields
}
MockWatcherConfig is a mock of WatcherConfig interface
func NewMockWatcherConfig ¶
func NewMockWatcherConfig(ctrl *gomock.Controller) *MockWatcherConfig
NewMockWatcherConfig creates a new mock instance
func (*MockWatcherConfig) ContextName ¶
func (m *MockWatcherConfig) ContextName() string
ContextName mocks base method
func (*MockWatcherConfig) EXPECT ¶
func (m *MockWatcherConfig) EXPECT() *MockWatcherConfigMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockWatcherConfig) UseContext ¶
func (m *MockWatcherConfig) UseContext(arg0 context.Context, arg1 string) error
UseContext mocks base method
type MockWatcherConfigMockRecorder ¶
type MockWatcherConfigMockRecorder struct {
// contains filtered or unexported fields
}
MockWatcherConfigMockRecorder is the mock recorder for MockWatcherConfig
func (*MockWatcherConfigMockRecorder) ContextName ¶
func (mr *MockWatcherConfigMockRecorder) ContextName() *gomock.Call
ContextName indicates an expected call of ContextName
func (*MockWatcherConfigMockRecorder) UseContext ¶
func (mr *MockWatcherConfigMockRecorder) UseContext(arg0, arg1 interface{}) *gomock.Call
UseContext indicates an expected call of UseContext