# Structs
Call is a thin wrapper around gomock.Call for exposing the methods that do not mutate the fixture related information like Return().
ClientFixture defines the client fixture type.
MockClient is a mock of Client interface.
MockClientMockRecorder is the mock recorder for MockClient.
MockClientWithFixture is a mock of Client interface with preset fixture.
SaveContactsFixture defines the fixture type for SaveContacts.
SaveContactsMock mocks the SaveContacts method.
SaveContactsScenarios defines all fixture scenarios for SaveContacts.