Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockClient
- func (m *MockClient) AddBridge(in *api.AddCommand) (*api.AddResponse, error)
- func (m *MockClient) Close()
- func (m *MockClient) EXPECT() *MockClientMockRecorder
- func (m *MockClient) ListBridges(in *api.ListCommand) (*api.ListResponse, error)
- func (m *MockClient) RemoveBridge(in *api.RemoveCommand) (*api.RemoveResponse, error)
- type MockClientMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClient ¶
type MockClient struct {
// contains filtered or unexported fields
}
MockClient is a mock of Client interface.
func NewMockClient ¶
func NewMockClient(ctrl *gomock.Controller) *MockClient
NewMockClient creates a new mock instance.
func (*MockClient) AddBridge ¶
func (m *MockClient) AddBridge(in *api.AddCommand) (*api.AddResponse, error)
AddBridge mocks base method.
func (*MockClient) EXPECT ¶
func (m *MockClient) EXPECT() *MockClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClient) ListBridges ¶
func (m *MockClient) ListBridges(in *api.ListCommand) (*api.ListResponse, error)
ListBridges mocks base method.
func (*MockClient) RemoveBridge ¶
func (m *MockClient) RemoveBridge(in *api.RemoveCommand) (*api.RemoveResponse, error)
RemoveBridge mocks base method.
type MockClientMockRecorder ¶
type MockClientMockRecorder struct {
// contains filtered or unexported fields
}
MockClientMockRecorder is the mock recorder for MockClient.
func (*MockClientMockRecorder) AddBridge ¶
func (mr *MockClientMockRecorder) AddBridge(in any) *gomock.Call
AddBridge indicates an expected call of AddBridge.
func (*MockClientMockRecorder) Close ¶
func (mr *MockClientMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close.
func (*MockClientMockRecorder) ListBridges ¶
func (mr *MockClientMockRecorder) ListBridges(in any) *gomock.Call
ListBridges indicates an expected call of ListBridges.
func (*MockClientMockRecorder) RemoveBridge ¶
func (mr *MockClientMockRecorder) RemoveBridge(in any) *gomock.Call
RemoveBridge indicates an expected call of RemoveBridge.
Click to show internal directories.
Click to hide internal directories.