| 85 | } |
| 86 | |
| 87 | type testHandler struct { |
| 88 | TestHandler |
| 89 | } |
| 90 | |
| 91 | func (h *testHandler) RpcUserInfo(ctx context.Context, in *ReqMsg, out *ResMsg) error { |
| 92 | return h.TestHandler.RpcUserInfo(ctx, in, out) |
nothing calls this directly
no outgoing calls
no test coverage detected