dapr / go-sdk

Dapr SDK for go
Apache License 2.0
443 stars 170 forks source link

Implementation of DaprClient methods into the mock client #485

Closed sadath-12 closed 6 months ago

sadath-12 commented 9 months ago

Describe the solution you'd like

Currently to extend the tests for certain features like stateManager we need to have the complete implementation of mock client method under https://github.com/dapr/go-sdk/blob/main/actor/mock/mock_server.go would be great if we can focus on implementing this first and let any newcomers easily write tests using the mock client

Describe alternatives you've considered

Additional context

github-actions[bot] commented 9 months ago

🚀 Issue assigned to you @sadath-12

mikeee commented 6 months ago

Closing as a close relative of #446