Description
I have a package with a private interface and types
My configuration is set to generate the mocks on a different package name
Mockery will generate the mock for the private interface and reference a private type, which is invalid
Expected behavior
Either:
- Configurable option to ignore private interfaces / types
- Mockery detects mocks are generated on a different package and ignores private interfaces / types
Mockery version
v3
Installation Mechanism