ksitze
Results
1
issues of
ksitze
Given a service definition: ``` service ServiceApi { rpc Run(RunRequest) returns (RunResponse); } message RunRequest { string id = 1; } message RunResponse { string id = 1; } ```...