Add pub/sub to client/server and make broker more low level
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package transport
|
||||
|
||||
type Message struct {
|
||||
Id string
|
||||
Header map[string]string
|
||||
Body []byte
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user