| 105 | } |
| 106 | |
| 107 | type userServiceHandler struct { |
| 108 | UserServiceHandler |
| 109 | } |
| 110 | |
| 111 | func (h *userServiceHandler) Register(ctx context.Context, in *UserRequest, out *UserResponse) error { |
| 112 | return h.UserServiceHandler.Register(ctx, in, out) |
nothing calls this directly
no outgoing calls
no test coverage detected