diff options
Diffstat (limited to 'services/auth/basic.go')
-rw-r--r-- | services/auth/basic.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/services/auth/basic.go b/services/auth/basic.go index e2448eeca0..d8667c65d5 100644 --- a/services/auth/basic.go +++ b/services/auth/basic.go @@ -30,8 +30,7 @@ const BasicMethodName = "basic" // Basic implements the Auth interface and authenticates requests (API requests // only) by looking for Basic authentication data or "x-oauth-basic" token in the "Authorization" // header. -type Basic struct { -} +type Basic struct{} // Name represents the name of auth method func (b *Basic) Name() string { |