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: gRPC wrapper does not generate the correct gRPC handlers with context #16

Merged
merged 5 commits into from
Dec 27, 2024

Conversation

coolwednesday
Copy link
Contributor

@coolwednesday coolwednesday commented Dec 24, 2024

Closes #15

After generating proto-buff file, we can wrap grpc using gofr wrap grpc -proto=./hello.proto, assuming we are inside the directory that has the hello.proto file.

@aryanmehrotra aryanmehrotra merged commit 6e5d42d into gofr-dev:main Dec 27, 2024
4 checks passed
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.

[BUG] : Using wrap grpc gives error while writing the wrapper file
3 participants