# Functions
New initialises the object Call.
NewMockRemoteCalls creates a new mock instance.
# Structs
Call object.
MockRemoteCalls is a mock of RemoteCalls interface.
MockRemoteCallsMockRecorder is the mock recorder for MockRemoteCalls.
# Interfaces
RemoteCalls abstracted definition of supported functions
go:generate mockgen -source api.go -destination ./mock_remote_calls.go -package api RemoteCalls.