temporalio / sdk-go

Temporal Go SDK
https://docs.temporal.io/application-development?lang=go
MIT License
480 stars 197 forks source link

Remove mocks package #61

Open alexshtin opened 4 years ago

alexshtin commented 4 years ago

mocks package uses mockery and we are using gomocks everywhere else. Mocks can be easily generated by customers using mockgen tool from gomocks framework.

alexshtin commented 4 years ago

Apparently this is not as easy as it looks. Good issues to start with: https://github.com/uber-go/cadence-client/pull/929 https://github.com/uber-go/cadence-client/issues/928