Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 914 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 914 Bytes


Messenger

Outbox pattern implementation in Go.

Abstracts from handling the retrieve of the messages from many sources and publishing to many queues. Just store the messages you want to publish.

go reference    go report