# Functions
NewMockClient creates a new mock instance.
NewMockReceptor creates a new mock instance.
NewMockRPC creates a new mock instance.
# Structs
MockClient is a mock of Client interface.
MockClientMockRecorder is the mock recorder for MockClient.
MockReceptor is a mock of Receptor interface.
MockReceptorMockRecorder is the mock recorder for MockReceptor.
MockRPC is a mock of RPC interface.
MockRPCMockRecorder is the mock recorder for MockRPC.