1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-01-05 10:20:53 +02:00
go-micro/cmd
Niek den Breeje a36f52c6d2
Fix Gomu's call response (#2251)
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.
2021-09-08 08:30:53 +01:00
..
gomu Fix Gomu's call response (#2251) 2021-09-08 08:30:53 +01:00
protoc-gen-micro fixing proto3 optional unsupported error (#2213) 2021-08-24 08:14:33 +01:00
cmd.go Add config command option automatically discover (#2246) 2021-09-04 07:17:21 +01:00
options.go Add simple in-memory cache (#2231) 2021-08-31 15:31:16 +01:00