| 594 | } |
| 595 | |
| 596 | type manualResponse struct { |
| 597 | hook func(w http.ResponseWriter) error |
| 598 | } |
| 599 | |
| 600 | // ManualResponse creates a new manual response responder. |
| 601 | func ManualResponse(hook func(w http.ResponseWriter) error) Response { |
nothing calls this directly
no outgoing calls
no test coverage detected