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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user