mirror of
https://github.com/owncloud/ocis
synced 2026-05-03 04:52:22 +02:00
linting and other cleanups
This commit is contained in:
committed by
Benedikt Kulmann
parent
f8aa1a5e08
commit
8be5323276
@@ -9,6 +9,7 @@ import (
|
||||
"strings"
|
||||
)
|
||||
|
||||
// BasicAuth provides a middleware to check if BasicAuth is provided
|
||||
func BasicAuth(optionSetters ...Option) func(next http.Handler) http.Handler {
|
||||
options := newOptions(optionSetters...)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user