grpctestify 1.5.3

gRPC testing utility written in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[
  {
    "service": "helloworld.Greeter",
    "method": "SayHello",
    "input": {
      "matches": {
        "name": "World"
      }
    },
    "output": {
      "data": {
        "message": "Hello World"
      }
    }
  }
]