rename reva to proxy where applicable

This commit is contained in:
Willy Kloucek
2020-12-21 09:15:38 +01:00
parent f708e19d1b
commit 73cf0fc36d
8 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -84,12 +84,12 @@ type Reva struct {
Middleware Middleware
}
// Middleware configures reva middlewares.
// Middleware configures proxy middlewares.
type Middleware struct {
Auth Auth
}
// Auth configures reva http auth middleware.
// Auth configures proxy http auth middleware.
type Auth struct {
CredentialsByUserAgent map[string]string
}