efritz/chevron

View on GitHub
middleware/gzip.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type GzipMiddleware should have comment or be unexported
Open

type GzipMiddleware struct {
Severity: Minor
Found in middleware/gzip.go by golint

exported function NewGzip should have comment or be unexported
Open

func NewGzip(configs ...GzipMiddlewareConfigFunc) chevron.Middleware {
Severity: Minor
Found in middleware/gzip.go by golint

exported method GzipMiddleware.Convert should have comment or be unexported
Open

func (m *GzipMiddleware) Convert(f chevron.Handler) (chevron.Handler, error) {
Severity: Minor
Found in middleware/gzip.go by golint

There are no issues that match your filters.

Category
Status