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

Add Queue.SendAndGetID method #45

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 87.50000% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 89.10%. Comparing base (5e48a13) to head (118fd39).

:exclamation: Current head 118fd39 differs from pull request most recent head f90c5b8

Please upload reports for the commit f90c5b8 to get more accurate results.

Files Patch % Lines
goqite.go 87.50% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #45 +/- ## ========================================== + Coverage 88.72% 89.10% +0.37% ========================================== Files 3 3 Lines 346 358 +12 ========================================== + Hits 307 319 +12 Misses 29 29 Partials 10 10 ```

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