1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-10-06 21:46:55 +02:00

Include the decoded body

This commit is contained in:
Asim Aslam
2019-06-07 15:15:22 +01:00
parent bfdec9e2e3
commit f5ac238231
2 changed files with 3 additions and 2 deletions

View File

@@ -188,6 +188,7 @@ func (s *service) call(ctx context.Context, router *router, sending *sync.Mutex,
method: req.msg.Method,
endpoint: req.msg.Endpoint,
body: req.msg.Body,
rawBody: argv.Interface(),
}
if !mtype.stream {