mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-01 01:41:13 -06:00
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
|