mirror of
https://github.com/go-micro/go-micro.git
synced 2025-06-18 22:17:44 +02:00
Add router modifications
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user