efritz/chevron

View on GitHub
middleware/logging.go

Summary

Maintainability
A
0 mins
Test Coverage

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

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

exported type LoggingMiddleware should have comment or be unexported
Open

type LoggingMiddleware struct {
Severity: Minor
Found in middleware/logging.go by golint

exported function NewLogging should have comment or be unexported
Open

func NewLogging(configs ...LoggingConfigFunc) chevron.Middleware {
Severity: Minor
Found in middleware/logging.go by golint

There are no issues that match your filters.

Category
Status