efritz/chevron

View on GitHub
middleware/gzip_options.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function WithGzipLevel should have comment or be unexported
Open

func WithGzipLevel(level int) GzipMiddlewareConfigFunc {
Severity: Minor
Found in middleware/gzip_options.go by golint

exported type GzipMiddlewareConfigFunc should have comment or be unexported
Open

type GzipMiddlewareConfigFunc func(*GzipMiddleware)
Severity: Minor
Found in middleware/gzip_options.go by golint

There are no issues that match your filters.

Category
Status