add noop broker and noop store (#30)

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2020-09-03 15:11:05 +03:00
committed by GitHub
parent 0252addf05
commit c062aab1a9
8 changed files with 126 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
package broker
var (
DefaultBroker Broker
DefaultBroker Broker = newBroker()
)
// Broker is an interface used for asynchronous messaging.