fix linter

This commit is contained in:
A.Unger
2020-12-03 12:19:49 +01:00
parent b9df6e417e
commit c89ead3fc5
5 changed files with 7 additions and 0 deletions
+2
View File
@@ -84,10 +84,12 @@ type Reva struct {
Middleware Middleware
}
// Middleware configures reva middlewares.
type Middleware struct {
Auth Auth
}
// Auth configures reva http auth middleware.
type Auth struct {
CredentialsByUserAgent map[string]string
}