Documentation ¶
Index ¶
- type MockRPCClient
- func (_m *MockRPCClient) CheckValidity(_param0 *rpcwrapper.Request, _param1 string) bool
- func (_m *MockRPCClient) ContextList() []string
- func (_m *MockRPCClient) DestroyRPCClient(_param0 string)
- func (_m *MockRPCClient) EXPECT() *MockRPCClientMockRecorder
- func (_m *MockRPCClient) GetRPCClient(_param0 string) (*rpcwrapper.RPCHdl, error)
- func (_m *MockRPCClient) NewRPCClient(_param0 string, _param1 string, _param2 string) error
- func (_m *MockRPCClient) RemoteCall(_param0 string, _param1 string, _param2 *rpcwrapper.Request, ...) error
- type MockRPCClientMockRecorder
- func (_mr *MockRPCClientMockRecorder) CheckValidity(arg0, arg1 interface{}) *gomock.Call
- func (_mr *MockRPCClientMockRecorder) ContextList() *gomock.Call
- func (_mr *MockRPCClientMockRecorder) DestroyRPCClient(arg0 interface{}) *gomock.Call
- func (_mr *MockRPCClientMockRecorder) GetRPCClient(arg0 interface{}) *gomock.Call
- func (_mr *MockRPCClientMockRecorder) NewRPCClient(arg0, arg1, arg2 interface{}) *gomock.Call
- func (_mr *MockRPCClientMockRecorder) RemoteCall(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- type MockRPCServer
- func (_m *MockRPCServer) CheckValidity(_param0 *rpcwrapper.Request, _param1 string) bool
- func (_m *MockRPCServer) EXPECT() *MockRPCServerMockRecorder
- func (_m *MockRPCServer) ProcessMessage(_param0 *rpcwrapper.Request, _param1 string) bool
- func (_m *MockRPCServer) StartServer(_param0 string, _param1 string, _param2 interface{}) error
- type MockRPCServerMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockRPCClient ¶
type MockRPCClient struct {
// contains filtered or unexported fields
}
MockRPCClient is a mock of RPCClient interface
func NewMockRPCClient ¶
func NewMockRPCClient(ctrl *gomock.Controller) *MockRPCClient
NewMockRPCClient creates a new mock instance
func (*MockRPCClient) CheckValidity ¶
func (_m *MockRPCClient) CheckValidity(_param0 *rpcwrapper.Request, _param1 string) bool
CheckValidity mocks base method
func (*MockRPCClient) ContextList ¶
func (_m *MockRPCClient) ContextList() []string
ContextList mocks base method
func (*MockRPCClient) DestroyRPCClient ¶
func (_m *MockRPCClient) DestroyRPCClient(_param0 string)
DestroyRPCClient mocks base method
func (*MockRPCClient) EXPECT ¶
func (_m *MockRPCClient) EXPECT() *MockRPCClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockRPCClient) GetRPCClient ¶
func (_m *MockRPCClient) GetRPCClient(_param0 string) (*rpcwrapper.RPCHdl, error)
GetRPCClient mocks base method
func (*MockRPCClient) NewRPCClient ¶
func (_m *MockRPCClient) NewRPCClient(_param0 string, _param1 string, _param2 string) error
NewRPCClient mocks base method
func (*MockRPCClient) RemoteCall ¶
func (_m *MockRPCClient) RemoteCall(_param0 string, _param1 string, _param2 *rpcwrapper.Request, _param3 *rpcwrapper.Response) error
RemoteCall mocks base method
type MockRPCClientMockRecorder ¶
type MockRPCClientMockRecorder struct {
// contains filtered or unexported fields
}
MockRPCClientMockRecorder is the mock recorder for MockRPCClient
func (*MockRPCClientMockRecorder) CheckValidity ¶
func (_mr *MockRPCClientMockRecorder) CheckValidity(arg0, arg1 interface{}) *gomock.Call
CheckValidity indicates an expected call of CheckValidity
func (*MockRPCClientMockRecorder) ContextList ¶
func (_mr *MockRPCClientMockRecorder) ContextList() *gomock.Call
ContextList indicates an expected call of ContextList
func (*MockRPCClientMockRecorder) DestroyRPCClient ¶
func (_mr *MockRPCClientMockRecorder) DestroyRPCClient(arg0 interface{}) *gomock.Call
DestroyRPCClient indicates an expected call of DestroyRPCClient
func (*MockRPCClientMockRecorder) GetRPCClient ¶
func (_mr *MockRPCClientMockRecorder) GetRPCClient(arg0 interface{}) *gomock.Call
GetRPCClient indicates an expected call of GetRPCClient
func (*MockRPCClientMockRecorder) NewRPCClient ¶
func (_mr *MockRPCClientMockRecorder) NewRPCClient(arg0, arg1, arg2 interface{}) *gomock.Call
NewRPCClient indicates an expected call of NewRPCClient
func (*MockRPCClientMockRecorder) RemoteCall ¶
func (_mr *MockRPCClientMockRecorder) RemoteCall(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
RemoteCall indicates an expected call of RemoteCall
type MockRPCServer ¶
type MockRPCServer struct {
// contains filtered or unexported fields
}
MockRPCServer is a mock of RPCServer interface
func NewMockRPCServer ¶
func NewMockRPCServer(ctrl *gomock.Controller) *MockRPCServer
NewMockRPCServer creates a new mock instance
func (*MockRPCServer) CheckValidity ¶
func (_m *MockRPCServer) CheckValidity(_param0 *rpcwrapper.Request, _param1 string) bool
CheckValidity mocks base method
func (*MockRPCServer) EXPECT ¶
func (_m *MockRPCServer) EXPECT() *MockRPCServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockRPCServer) ProcessMessage ¶
func (_m *MockRPCServer) ProcessMessage(_param0 *rpcwrapper.Request, _param1 string) bool
ProcessMessage mocks base method
func (*MockRPCServer) StartServer ¶
func (_m *MockRPCServer) StartServer(_param0 string, _param1 string, _param2 interface{}) error
StartServer mocks base method
type MockRPCServerMockRecorder ¶
type MockRPCServerMockRecorder struct {
// contains filtered or unexported fields
}
MockRPCServerMockRecorder is the mock recorder for MockRPCServer
func (*MockRPCServerMockRecorder) CheckValidity ¶
func (_mr *MockRPCServerMockRecorder) CheckValidity(arg0, arg1 interface{}) *gomock.Call
CheckValidity indicates an expected call of CheckValidity
func (*MockRPCServerMockRecorder) ProcessMessage ¶
func (_mr *MockRPCServerMockRecorder) ProcessMessage(arg0, arg1 interface{}) *gomock.Call
ProcessMessage indicates an expected call of ProcessMessage
func (*MockRPCServerMockRecorder) StartServer ¶
func (_mr *MockRPCServerMockRecorder) StartServer(arg0, arg1, arg2 interface{}) *gomock.Call
StartServer indicates an expected call of StartServer