efritz/chevron

View on GitHub
middleware/auth_options.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type AuthMiddlewareConfigFunc should have comment or be unexported
Open

type AuthMiddlewareConfigFunc func(*AuthMiddleware)
Severity: Minor
Found in middleware/auth_options.go by golint

exported function WithAuthForbiddenResponseFactory should have comment or be unexported
Open

func WithAuthForbiddenResponseFactory(factory ResponseFactory) AuthMiddlewareConfigFunc {
Severity: Minor
Found in middleware/auth_options.go by golint

exported function WithAuthErrorFactory should have comment or be unexported
Open

func WithAuthErrorFactory(factory ErrorFactory) AuthMiddlewareConfigFunc {
Severity: Minor
Found in middleware/auth_options.go by golint

exported function WithAuthUnauthorizedResponseFactory should have comment or be unexported
Open

func WithAuthUnauthorizedResponseFactory(factory ErrorFactory) AuthMiddlewareConfigFunc {
Severity: Minor
Found in middleware/auth_options.go by golint

There are no issues that match your filters.

Category
Status