package
1.0.1
Repository: https://github.com/fast-af/zanzibar.git
Documentation: pkg.go.dev

# Functions

New creates a new mock instance.
NewMockIClient 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.
EchoMessageFixture defines the fixture type for EchoMessage.
EchoMessageMock mocks the EchoMessage method.
EchoMessageScenarios defines all fixture scenarios for EchoMessage.
EchoStringFixture defines the fixture type for EchoString.
EchoStringMock mocks the EchoString method.
EchoStringScenarios defines all fixture scenarios for EchoString.
MockIClient is a mock of IClient interface.
MockIClientMockRecorder is the mock recorder for MockIClient.
MockIClientWithFixture is a mock of Client interface with preset fixture.