package
0.0.0-20230315110952-516085e5072a
Repository: https://github.com/adamiklukasz/snippets-go.git
Documentation: pkg.go.dev

# Functions

NewMockFoo creates a new mock instance.

# Structs

MockFoo is a mock of Foo interface.
MockFooMockRecorder is the mock recorder for MockFoo.

# Interfaces

go:generate mockgen -source $GOFILE -destination foo_mock.go -package mocking.