-
Notifications
You must be signed in to change notification settings - Fork 6
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
NOISSUE - Add Readers and Consumers SDK #33
base: main
Are you sure you want to change the base?
Conversation
d39b9b0
to
fe9a2ee
Compare
Signed-off-by: Felix Gateru <[email protected]>
Signed-off-by: Felix Gateru <[email protected]>
Signed-off-by: Felix Gateru <[email protected]>
Signed-off-by: Felix Gateru <[email protected]>
Signed-off-by: Felix Gateru <[email protected]>
Signed-off-by: Felix Gateru <[email protected]>
Signed-off-by: Felix Gateru <[email protected]>
Signed-off-by: Felix Gateru <[email protected]>
Signed-off-by: Felix Gateru <[email protected]>
fe9a2ee
to
3c24d99
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #33 +/- ##
===========================================
+ Coverage 23.93% 55.43% +31.50%
===========================================
Files 79 61 -18
Lines 12433 5334 -7099
===========================================
- Hits 2976 2957 -19
+ Misses 9116 2049 -7067
+ Partials 341 328 -13 ☔ View full report in Codecov by Sentry. |
// Notifier represents an API for sending notification. | ||
// | ||
//go:generate mockery --name Notifier --output=./mocks --filename notifier.go --quiet --note "Copyright (c) Abstract Machines" | ||
type Notifier interface { |
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.
It's OK to keep the Notifier service (CRUD for Subscriptions) in Magistrala, but please move the Notifier interface to SuperMQ /consumers
package.
What type of PR is this?
This is a feature as it adds Readers and Consumers SDK.
What does this do?
This pr adds the Readers and consumer sdk files as well as respective tests.
Which issue(s) does this PR fix/relate to?
Have you included tests for your changes?
Did you document any new/modified feature?
Notes
Related to pr: absmach/supermq#2641