MCPcopy
hub / github.com/caddyserver/caddy / AdminHandlerFunc

FuncType AdminHandlerFunc

admin.go:1365–1365  ·  view source on GitHub ↗

AdminHandlerFunc is a convenience type like http.HandlerFunc.

func(http.ResponseWriter, *http.Request) error

Source from the content-addressed store, hash-verified

1363
1364// AdminHandlerFunc is a convenience type like http.HandlerFunc.
1365type AdminHandlerFunc func(http.ResponseWriter, *http.Request) error
1366
1367// ServeHTTP implements the Handler interface.
1368func (f AdminHandlerFunc) ServeHTTP(w http.ResponseWriter, r *http.Request) error {

Callers 3

newAdminHandlerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected