efritz/chevron

View on GitHub
middleware/logging_options.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type LoggingConfigFunc should have comment or be unexported
Open

type LoggingConfigFunc func(m *LoggingMiddleware)
Severity: Minor
Found in middleware/logging_options.go by golint

exported function WithLoggingClock should have comment or be unexported
Open

func WithLoggingClock(clock glock.Clock) LoggingConfigFunc {
Severity: Minor
Found in middleware/logging_options.go by golint

There are no issues that match your filters.

Category
Status