An open API service indexing awesome lists of open source software.

https://github.com/twmb/message

Basic go interfaces interface for getting and sending messages and acknowledging they have been processed.
https://github.com/twmb/message

Last synced: 8 months ago
JSON representation

Basic go interfaces interface for getting and sending messages and acknowledging they have been processed.

Awesome Lists containing this project

README

          

message
-------

Check the [godoc](http://godoc.org/github.com/twmb/message).

Package message is useful for when you want to continue reading
after receiving an "end of messages" error. Sometimes, you just
haven't finished reading. More data could be published. You've
only reached the end of the *current* messages.