# Functions
NewMatcher returns a new gomock.Matcher that uses the given callback to match.
NewMockCloser creates a new mock instance.
NewMockInitializer creates a new mock instance.
NewMockInjector creates a new mock instance.
NewMockReleaser creates a new mock instance.
# Constants
Known context keys.
Known context keys.
Known context keys.
Known context keys.
# Structs
MockCloser is a mock of Closer interface.
MockCloserMockRecorder is the mock recorder for MockCloser.
MockInitializer is a mock of Initializer interface.
MockInitializerMockRecorder is the mock recorder for MockInitializer.
MockInjector is a mock of Injector interface.
MockInjectorMockRecorder is the mock recorder for MockInjector.
MockReleaser is a mock of Releaser interface.
MockReleaserMockRecorder is the mock recorder for MockReleaser.
# Interfaces
Closer allows to mock an io.Closer.
Initializer allows to mock an Initializer func.
Injector allows to mock an Injector func.
Releaser allows to mock a Releaser func.
# Type aliases
ContextKey represents a context key.