mirror of
https://github.com/go-micro/go-micro.git
synced 2025-01-05 10:20:53 +02:00
a36f52c6d2
Gomu expects a `map[string]string` type response back, but this isn't always the case. When Gomu calls a service endpoint that responds with, let's say, a key where its value is a map or a list, Gomu would be unable to decode that response. By expecting a `map[string]interface{}` type response, Gomu is able to decode those responses as well. |
||
---|---|---|
.. | ||
gomu | ||
protoc-gen-micro | ||
cmd.go | ||
options.go |