| 9 | ) |
| 10 | |
| 11 | type HttpTestHandler struct { |
| 12 | svc *service.HttpTestService |
| 13 | } |
| 14 | |
| 15 | func NewHttpTestHandler(svc *service.HttpTestService) *HttpTestHandler { |
| 16 | return &HttpTestHandler{svc: svc} |
nothing calls this directly
no outgoing calls
no test coverage detected