-
Notifications
You must be signed in to change notification settings - Fork 48
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
BUGFIX: add error variable to handle context not updated #35
BUGFIX: add error variable to handle context not updated #35
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #35 +/- ##
=======================================
Coverage 18.66% 18.66%
=======================================
Files 41 41
Lines 2454 2454
=======================================
Hits 458 458
Misses 1981 1981
Partials 15 15 ☔ View full report in Codecov by Sentry. |
You're welcome, Mas,
But i wonder how do you can test it on postman? If the grpc server
reflection not enabled? Can you give me a short tutorial maybe?
About grpc server reflection:
https://github.com/grpc/grpc-go/blob/master/Documentation/server-reflection-tutorial.md#enable-server-reflection
…On Mon, Dec 25, 2023, 6:12 AM Agung Dwi Prasetyo ***@***.***> wrote:
***@***.**** approved this pull request.
LGTM! Great! Thank you for your contribution 🙇♂️
btw I also usually use postman to test grpc server
image.png (view on web)
<https://github.com/golangid/candi/assets/11459449/334c7118-1333-4ecb-a139-3cbf47d10cda>
—
Reply to this email directly, view it on GitHub
<#35 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOXOBSKGXSW533TCYJNHKKDYLCZHDAVCNFSM6AAAAABBBISCM2VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMYTOOJVGYZDSNJVGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Oh okay Mas, Now i know how to test the gprc without server reflection, it
turn out, can be tested via import proto file on postman
On Mon, Dec 25, 2023, 9:20 AM Rodericus Ifo Krista ***@***.***>
wrote:
… You're welcome, Mas,
But i wonder how do you can test it on postman? If the grpc server
reflection not enabled? Can you give me a short tutorial maybe?
About grpc server reflection:
https://github.com/grpc/grpc-go/blob/master/Documentation/server-reflection-tutorial.md#enable-server-reflection
On Mon, Dec 25, 2023, 6:12 AM Agung Dwi Prasetyo ***@***.***>
wrote:
> ***@***.**** approved this pull request.
>
> LGTM! Great! Thank you for your contribution 🙇♂️
>
> btw I also usually use postman to test grpc server
> image.png (view on web)
> <https://github.com/golangid/candi/assets/11459449/334c7118-1333-4ecb-a139-3cbf47d10cda>
>
> —
> Reply to this email directly, view it on GitHub
> <#35 (review)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AOXOBSKGXSW533TCYJNHKKDYLCZHDAVCNFSM6AAAAABBBISCM2VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMYTOOJVGYZDSNJVGY>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
that's right, just import proto in postman and all methods in that proto will appear |
okay thank you Mas, for the info 🙏
Best regards
Rodericus Ifo Krista
…On Tue, Dec 26, 2023 at 9:36 AM Agung Dwi Prasetyo ***@***.***> wrote:
that's right, just import proto in postman and all methods in that proto
will appear
—
Reply to this email directly, view it on GitHub
<#35 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOXOBSNVUHECYP3PFPVIL23YLIZ4LAVCNFSM6AAAAABBBISCM2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNRZGIYDOMZTGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hello Team Dev Golang Candi,
I want to raise a bug in the middleware interceptor, in the previous code, the context was not updated because it was newly initiated using ( := ), so when in the looping process the context value was not passed to the next middleware. I hope this bug can be fixed soon. Because I like using this framework.
And Also I'd like to suggest new feature, which is grpc server reflection, so the grpc can be tested in postman. Thank You
Best Regards
Rodericus Ifo Krista