Documentation ¶
Overview ¶
Package mock_rpcwrapper is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockRPC ¶
type MockRPC struct {
// contains filtered or unexported fields
}
MockRPC is a mock of RPC interface.
func NewMockRPC ¶
func NewMockRPC(ctrl *gomock.Controller) *MockRPC
NewMockRPC creates a new mock instance.
func (*MockRPC) EXPECT ¶
func (m *MockRPC) EXPECT() *MockRPCMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRPC) NewCNIBackendClient ¶
func (m *MockRPC) NewCNIBackendClient(arg0 *grpc.ClientConn) rpc.CNIBackendClient
NewCNIBackendClient mocks base method.
func (*MockRPC) NewNPBackendClient ¶ added in v1.17.1
func (m *MockRPC) NewNPBackendClient(arg0 *grpc.ClientConn) rpc.NPBackendClient
NewNPBackendClient mocks base method.
type MockRPCMockRecorder ¶
type MockRPCMockRecorder struct {
// contains filtered or unexported fields
}
MockRPCMockRecorder is the mock recorder for MockRPC.
func (*MockRPCMockRecorder) NewCNIBackendClient ¶
func (mr *MockRPCMockRecorder) NewCNIBackendClient(arg0 interface{}) *gomock.Call
NewCNIBackendClient indicates an expected call of NewCNIBackendClient.
func (*MockRPCMockRecorder) NewNPBackendClient ¶ added in v1.17.1
func (mr *MockRPCMockRecorder) NewNPBackendClient(arg0 interface{}) *gomock.Call
NewNPBackendClient indicates an expected call of NewNPBackendClient.
Click to show internal directories.
Click to hide internal directories.