-
Notifications
You must be signed in to change notification settings - Fork 20
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
Senderwrapper #436
Senderwrapper #436
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## denopink/feat/rewrite #436 +/- ##
=========================================================
- Coverage 19.86% 16.78% -3.08%
=========================================================
Files 12 12
Lines 1148 1233 +85
=========================================================
- Hits 228 207 -21
- Misses 908 1014 +106
Partials 12 12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Insecure Network Communication (1)
More info on how to fix Insecure Network Communication in Go. 👉 Go to the dashboard for detailed results. 📥 Happy? Share your feedback with us. |
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.
lgtm but I recommend (if we aren't already doing this) that we reconsider not using the preexisting design (e.g. CaduceusSenderWrapper and etc) and try simplifying the overall outbound sender design and the related support structs
@@ -8,7 +8,6 @@ require ( | |||
emperror.dev/emperror v0.33.0 | |||
github.com/alecthomas/kong v0.8.1 | |||
github.com/go-chi/chi/v5 v5.0.10 | |||
github.com/go-kit/kit v0.13.0 |
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.
nice!
What's Included: