fix: linting

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
Henrique Dias 2019-01-06 09:02:55 +00:00
parent 2156b3e68b
commit 9da7bf80b3

View File

@ -14,8 +14,7 @@ const MethodProxyAuth settings.AuthMethod = "proxy"
// ProxyAuth is a proxy implementation of an auther. // ProxyAuth is a proxy implementation of an auther.
type ProxyAuth struct { type ProxyAuth struct {
Header string Header string
storage *users.Storage
} }
// Auth authenticates the user via an HTTP header. // Auth authenticates the user via an HTTP header.