fix repocard issues (#20)

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2020-08-25 14:33:36 +03:00
committed by GitHub
parent dd78ae8658
commit 8076e410a9
18 changed files with 72 additions and 51 deletions

View File

@@ -16,6 +16,7 @@ type Broker interface {
// Handler is used to process messages via a subscription of a topic.
type Handler func(*Message) error
// Message is used to transfer data
type Message struct {
Header map[string]string
Body []byte