Documentation ¶
Overview ¶
Package clientv3 is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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.
func (*MockWatcher) RequestProgress ¶
func (m *MockWatcher) RequestProgress(arg0 context.Context) error
RequestProgress mocks base method.
type MockWatcherMockRecorder ¶
type MockWatcherMockRecorder struct {
// contains filtered or unexported fields
}
MockWatcherMockRecorder is the mock recorder for MockWatcher.
func (*MockWatcherMockRecorder) Close ¶
func (mr *MockWatcherMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close.
func (*MockWatcherMockRecorder) RequestProgress ¶
func (mr *MockWatcherMockRecorder) RequestProgress(arg0 interface{}) *gomock.Call
RequestProgress indicates an expected call of RequestProgress.
func (*MockWatcherMockRecorder) Watch ¶
func (mr *MockWatcherMockRecorder) Watch(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Watch indicates an expected call of Watch.
Click to show internal directories.
Click to hide internal directories.