maragudk / goqite

Go queue library built on SQLite and inspired by AWS SQS.
https://maragudk.github.io/goqite/
MIT License
435 stars 13 forks source link

Return ID from Send/SendTx #43

Closed markuswustenberg closed 6 months ago

markuswustenberg commented 6 months ago

The id is useful to interact with the message without receiving it first.

See #42

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 88.88889% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 88.95%. Comparing base (5e48a13) to head (3a68968).

Files Patch % Lines
goqite.go 84.61% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #43 +/- ## ========================================== + Coverage 88.72% 88.95% +0.22% ========================================== Files 3 3 Lines 346 353 +7 ========================================== + Hits 307 314 +7 Misses 29 29 Partials 10 10 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

markuswustenberg commented 6 months ago

Superseded by #45.