uber-go / cadence-client

Framework for authoring workflows and activities running on top of the Cadence orchestration engine.
https://cadenceworkflow.io
MIT License
338 stars 128 forks source link

Generate mocks using mockgen #1010

Open anish531213 opened 3 years ago

anish531213 commented 3 years ago

Is your feature request related to a problem? Please describe. Some customers require Client mocks generated using mockgen.

Proposed Solution Generate mocks in a different directory using mockgen without replacing current ones so that this change is backwards compatible.

Additional context Add any other context or screenshots about the feature request here.

wilbertthelam commented 3 years ago

Thanks! This will come in handy for those of us using gomock/mockgen.