web/Handler.go
2025-06-06 17:10:26 +02:00

4 lines
No EOL
122 B
Go

package web
// Handler is a function that deals with the given request/response context.
type Handler func(Context) error