Client API for Test service
| 42 | // Client API for Test service |
| 43 | |
| 44 | type TestService interface { |
| 45 | RpcUserInfo(ctx context.Context, in *ReqMsg, opts ...client.CallOption) (*ResMsg, error) |
| 46 | } |
| 47 | |
| 48 | type testService struct { |
| 49 | c client.Client |
no outgoing calls
no test coverage detected