remove unneeded Error field from broker.Message
close github.com/unistack-org/micro-roadmap/issues/26 (#3) Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
parent
a9eff06976
commit
e6ab6d50eb
@ -32,9 +32,8 @@ type Event interface {
|
||||
|
||||
// Message is used to transfer data
|
||||
type Message struct {
|
||||
Header map[string]string
|
||||
Body []byte
|
||||
Error error
|
||||
Header map[string]string // contains message metadata
|
||||
Body []byte // contains message body
|
||||
}
|
||||
|
||||
// Subscriber is a convenience return type for the Subscribe method
|
||||
|
Loading…
Reference in New Issue
Block a user