uber-go / cadence-client

Framework for authoring workflows and activities running on top of the Cadence orchestration engine.

Home Page:https://cadenceworkflow.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate mocks using mockgen

anish531213 opened this issue · comments

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.

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