Documentation ¶
Overview ¶
Package mockhashring is a generated GoMock package.
Package mockhashring is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockRing ¶
type MockRing struct {
// contains filtered or unexported fields
}
MockRing is a mock of Ring interface
func NewMockRing ¶
func NewMockRing(ctrl *gomock.Controller) *MockRing
NewMockRing creates a new mock instance
func (*MockRing) EXPECT ¶
func (m *MockRing) EXPECT() *MockRingMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockRingMockRecorder ¶
type MockRingMockRecorder struct {
// contains filtered or unexported fields
}
MockRingMockRecorder is the mock recorder for MockRing
func (*MockRingMockRecorder) Contains ¶
func (mr *MockRingMockRecorder) Contains(arg0 interface{}) *gomock.Call
Contains indicates an expected call of Contains
func (*MockRingMockRecorder) Locations ¶
func (mr *MockRingMockRecorder) Locations(arg0 interface{}) *gomock.Call
Locations indicates an expected call of Locations
func (*MockRingMockRecorder) Monitor ¶
func (mr *MockRingMockRecorder) Monitor(arg0 interface{}) *gomock.Call
Monitor indicates an expected call of Monitor
func (*MockRingMockRecorder) Refresh ¶
func (mr *MockRingMockRecorder) Refresh() *gomock.Call
Refresh indicates an expected call of Refresh
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) Notify ¶
func (m *MockWatcher) Notify(arg0 stringset.Set)
Notify mocks base method
type MockWatcherMockRecorder ¶
type MockWatcherMockRecorder struct {
// contains filtered or unexported fields
}
MockWatcherMockRecorder is the mock recorder for MockWatcher
func (*MockWatcherMockRecorder) Notify ¶
func (mr *MockWatcherMockRecorder) Notify(arg0 interface{}) *gomock.Call
Notify indicates an expected call of Notify