package
0.0.0-20231204091538-5bb4afb30440
Repository: https://github.com/qjpcpu/common.v2.git
Documentation: pkg.go.dev
# README
Unexported Method
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.