package
1.9.1
Repository: https://github.com/insolar/insolar.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
NewRPCControllerMock returns a mock for RPCController.

# Structs

RPCControllerMock implements RPCController.
RPCControllerMockRemoteProcedureRegisterExpectation specifies expectation struct of the RPCController.RemoteProcedureRegister.
RPCControllerMockRemoteProcedureRegisterParams contains parameters of the RPCController.RemoteProcedureRegister.
RPCControllerMockSendBytesExpectation specifies expectation struct of the RPCController.SendBytes.
RPCControllerMockSendBytesParams contains parameters of the RPCController.SendBytes.
RPCControllerMockSendBytesResults contains results of the RPCController.SendBytes.

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

RemoteProcedure is remote procedure call function.