DevIncus response.
| 38 | |
| 39 | // DevIncus response. |
| 40 | type devIncusResponse struct { |
| 41 | content any |
| 42 | code int |
| 43 | contentType string |
| 44 | } |
| 45 | |
| 46 | // Render writes the response to the provided http.ResponseWriter. |
| 47 | func (r *devIncusResponse) Render(w http.ResponseWriter) error { |
nothing calls this directly
no outgoing calls
no test coverage detected