package
1.4.1-hotfix-maintenence
Repository: https://github.com/uber/zanzibar.git
Documentation: pkg.go.dev

# Functions

New creates a new mock instance.
NewMockClient creates a new mock instance.

# 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.