package
1.3.3
Repository: https://github.com/pentohq/mock.git
Documentation: pkg.go.dev

# README

From #52, this tests an unexported method in the mocked interface.

# Functions

CallExample is a simple function that uses the interface.
NewMockExample creates a new mock instance.

# Structs

MockExample is a mock of Example interface.
MockExampleMockRecorder is the mock recorder for MockExample.

# Interfaces

Example is an interface with a non exported method.