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
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
Click to show internal directories.
Click to hide internal directories.