(rw http.ResponseWriter, req *http.Request)
| 105 | } |
| 106 | |
| 107 | func unsupportedHandler(rw http.ResponseWriter, req *http.Request) { |
| 108 | httputil.BadRequestError(rw, "Unsupported Perkeep path or method.") |
| 109 | } |
| 110 | |
| 111 | func (s *storageAndConfig) Config() *blobserver.Config { |
| 112 | return s.config |
no test coverage detected