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

fix context import for grpc PubSubServer implementation #14

Merged

Conversation

dmacthedestroyer
Copy link
Contributor

While importing this into an app project, the same vendoring issue arose as was mentioned here: grpc/grpc-go#711

It seems the workaround for now is to use the golang.org/x/net/context import, until they change it in the protoc generator.

@codecov
Copy link

codecov bot commented Mar 20, 2018

Codecov Report

Merging #14 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #14   +/-   ##
=======================================
  Coverage   67.53%   67.53%           
=======================================
  Files           6        6           
  Lines         459      459           
=======================================
  Hits          310      310           
  Misses        137      137           
  Partials       12       12
Impacted Files Coverage Δ
grpc/server.go 97.36% <ø> (ø) ⬆️
grpc/client.go 71.69% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 594531c...c804d51. Read the comment docs.

@johnbelamaric
Copy link
Contributor

eww

@johnbelamaric johnbelamaric merged commit daf41ae into infobloxopen:master Mar 21, 2018
@dmacthedestroyer dmacthedestroyer deleted the bugfix-ctx-import branch March 21, 2018 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants