Closed vitaneyeyu closed 4 years ago
request like this: "request": { "match": "partial", "content": { "numbers": [1001, 1002, 1101] } } numbers type is []int64, and then call with grpc mock server will panic.
"request": { "match": "partial", "content": { "numbers": [1001, 1002, 1101] } }
request like this:
"request": { "match": "partial", "content": { "numbers": [1001, 1002, 1101] } }
numbers type is []int64, and then call with grpc mock server will panic.