-
Notifications
You must be signed in to change notification settings - Fork 154
Open
Description
Requested feature
I would like to have option to embed original interface into generated Go structure.
Why the feature is needed
If the interface has unexported methods, the generated mock cannot be used as it does not fulfill the original interface. Embedding it however solves the issue. As discussed here https://groups.google.com/g/golang-nuts/c/6hpUErAfMHI
(Optional) Proposed solution
Solution should be pretty easy, as @stoikheia created PR in old repo golang/mock#683
stoikheia, ash2k, takp and adam-hannadenis-snyk
Metadata
Metadata
Assignees
Labels
No labels