Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[grpc] Add api.Interface and its mock #1098

Merged
merged 1 commit into from Jun 2, 2021

Conversation

vytautas-karpavicius
Copy link
Contributor

What changed?
Added internal api.Interface interface. This will be used everywhere where we need raw grpc interface to cadence server and will replace workflowserviceclient.Interface

Note: this is merging to go-sdk branch used for grpc development (not master).

Why?
GRPC migration

How did you test it?

Potential risks

@vytautas-karpavicius vytautas-karpavicius requested a review from a team June 1, 2021 17:29
@vytautas-karpavicius vytautas-karpavicius changed the title [GRPC] Add api.Interface and its mock [grpc] Add api.Interface and its mock Jun 1, 2021
@coveralls
Copy link

Pull Request Test Coverage Report for Build 1ae3527f-dd47-4e10-af60-ce079bf1217e

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.007%) to 76.246%

Files with Coverage Reduction New Missed Lines %
internal/internal_task_pollers.go 2 80.44%
Totals Coverage Status
Change from base Build fce770ae-163b-4820-93f1-4fec79993aa3: 0.007%
Covered Lines: 10323
Relevant Lines: 13539

💛 - Coveralls

@vytautas-karpavicius vytautas-karpavicius merged commit 2a4b8a6 into uber-go:go-sdk Jun 2, 2021
@vytautas-karpavicius vytautas-karpavicius deleted the grpc-1 branch June 2, 2021 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants