| 405 | } |
| 406 | |
| 407 | type fileResponse struct { |
| 408 | req *http.Request |
| 409 | files []FileResponseEntry |
| 410 | headers map[string]string |
| 411 | } |
| 412 | |
| 413 | // FileResponse returns a new file response. |
| 414 | func FileResponse(r *http.Request, files []FileResponseEntry, headers map[string]string) Response { |
nothing calls this directly
no outgoing calls
no test coverage detected