Home
last modified time | relevance | path

Searched defs:contextHandler (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/dashboard/app/
Dhandler.go22 type contextHandler func(c context.Context, w http.ResponseWriter, r *http.Request) error type
24 func handlerWrapper(fn contextHandler) http.Handler {
28 func handleContext(fn contextHandler) http.Handler {
60 func handleAuth(fn contextHandler) contextHandler {