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 MockTrenchWatcher ¶
type MockTrenchWatcher struct {
// contains filtered or unexported fields
}
MockTrenchWatcher is a mock of TrenchWatcher interface.
func NewMockTrenchWatcher ¶
func NewMockTrenchWatcher(ctrl *gomock.Controller) *MockTrenchWatcher
NewMockTrenchWatcher creates a new mock instance.
func (*MockTrenchWatcher) AddConduit ¶
AddConduit mocks base method.
func (*MockTrenchWatcher) EXPECT ¶
func (m *MockTrenchWatcher) EXPECT() *MockTrenchWatcherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockTrenchWatcher) RemoveConduit ¶
func (m *MockTrenchWatcher) RemoveConduit(ctx context.Context, name string) error
RemoveConduit mocks base method.
type MockTrenchWatcherMockRecorder ¶
type MockTrenchWatcherMockRecorder struct {
// contains filtered or unexported fields
}
MockTrenchWatcherMockRecorder is the mock recorder for MockTrenchWatcher.
func (*MockTrenchWatcherMockRecorder) AddConduit ¶
func (mr *MockTrenchWatcherMockRecorder) AddConduit(ctx, name interface{}) *gomock.Call
AddConduit indicates an expected call of AddConduit.
func (*MockTrenchWatcherMockRecorder) RemoveConduit ¶
func (mr *MockTrenchWatcherMockRecorder) RemoveConduit(ctx, name interface{}) *gomock.Call
RemoveConduit indicates an expected call of RemoveConduit.
Click to show internal directories.
Click to hide internal directories.