golang.org/x/pkgsite/internal/worker.Server.errorHandler (method)
12 uses
golang.org/x/pkgsite/internal/worker (current package)
server.go#L138: handle("/poll", rmw(s.errorHandler(s.handlePollIndex)))
server.go#L144: handle("/update-imported-by-count", rmw(s.errorHandler(s.handleUpdateImportedByCount)))
server.go#L158: handle("/fetch-std-master/", rmw(s.errorHandler(s.handleFetchStdMaster)))
server.go#L168: handle("/enqueue", rmw(s.errorHandler(s.handleEnqueue)))
server.go#L179: handle("/requeue", rmw(s.errorHandler(s.handleEnqueue)))
server.go#L187: handle("/reprocess", rmw(s.errorHandler(s.handleReprocess)))
server.go#L194: handle("/populate-stdlib", rmw(s.errorHandler(s.handlePopulateStdLib)))
server.go#L199: handle("/repopulate-search-documents", rmw(s.errorHandler(s.handleRepopulateSearchDocuments)))
server.go#L202: handle("/clear-cache", rmw(s.errorHandler(s.clearCache)))
server.go#L205: handle("/delete/", http.StripPrefix("/delete", rmw(s.errorHandler(s.handleDelete))))
server.go#L209: handle("/clean", rmw(s.errorHandler(s.handleClean)))
server.go#L743: func (s *Server) errorHandler(f func(w http.ResponseWriter, r *http.Request) error) http.HandlerFunc {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |