1
0
mirror of https://github.com/go-micro/go-micro.git synced 2026-05-22 08:55:28 +02:00

Add router modifications

This commit is contained in:
Asim Aslam
2019-01-09 16:20:57 +00:00
parent ee380c6b7a
commit d004c9624b
6 changed files with 72 additions and 25 deletions
+3
View File
@@ -39,5 +39,8 @@ type Message struct {
Target string
Method string
Error string
// The values read from the socket
Header map[string]string
Body []byte
}