go-dart/middleware.go
2025-04-22 06:59:36 +00:00

4 lines
57 B
Go

package dart
type Middleware func(next Handler) Handler