Kevin Ghaboosi
Results
1
issues of
Kevin Ghaboosi
Having the following as `thrift` file: ``` namespace java com.github.test struct HealthRequest { 1: required string userId } struct HealthResponse { 1: required string status } service Test { HealthResponse...