| 92 | } |
| 93 | |
| 94 | type userHandler struct { |
| 95 | UserHandler |
| 96 | } |
| 97 | |
| 98 | func (h *userHandler) RpcUserInfo(ctx context.Context, in *ReqMsg, out *ResMsg) error { |
| 99 | return h.UserHandler.RpcUserInfo(ctx, in, out) |
nothing calls this directly
no outgoing calls
no test coverage detected