-
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
add row_id to cassandra for long polling #25
Conversation
Codecov Report
@@ Coverage Diff @@
## master #25 +/- ##
==========================================
+ Coverage 51.9% 52.62% +0.72%
==========================================
Files 15 15
Lines 921 952 +31
==========================================
+ Hits 478 501 +23
- Misses 441 448 +7
- Partials 2 3 +1
Continue to review full report at Codecov.
|
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.
Other than the small changes and what we talked about, it looks great!
cassandra/db.go
Outdated
return latest.String(), nil | ||
} | ||
|
||
// GetRecords returns a list of records for a given device after a hash |
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.
// GetRecords returns a list of records for a given device after a hash | |
// GetRecords returns a list of records for a given device after a hash. |
Co-Authored-By: kristinaspring <kmspring57@gmail.com>
No description provided.