Searched defs:contextHandler (Results 1 – 1 of 1) sorted by relevance
22 type contextHandler func(c context.Context, w http.ResponseWriter, r *http.Request) error type24 func handlerWrapper(fn contextHandler) http.Handler {28 func handleContext(fn contextHandler) http.Handler {60 func handleAuth(fn contextHandler) contextHandler {