mirror of
https://github.com/owncloud/ocis
synced 2026-05-03 13:02:23 +02:00
linting and other cleanups
This commit is contained in:
committed by
Benedikt Kulmann
parent
f8aa1a5e08
commit
8be5323276
@@ -19,6 +19,7 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
// SignedURLAuth provides a middleware to check access secured by a signed URL.
|
||||
func SignedURLAuth(optionSetters ...Option) func(next http.Handler) http.Handler {
|
||||
options := newOptions(optionSetters...)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user