mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-21 18:28:27 -05:00
598ca6c405
git-subtree-dir: proxy git-subtree-mainline:571d96e856git-subtree-split:201b9a6526
7 lines
102 B
Go
7 lines
102 B
Go
package middleware
|
|
|
|
import "net/http"
|
|
|
|
// M undocummented
|
|
type M func(next http.Handler) http.Handler
|