# Packages
Package mock is a generated GoMock package.
# Functions
New initialises the object Call.
# Interfaces
RemoteCalls abstracted definition of supported functions
go:generate mockgen -source api.go -destination ./mock/mock_remote_calls.go -package mock RemoteCalls.