efritz/overcurrent

View on GitHub
multi_collector.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method MultiCollector.ReportCount should have comment or be unexported
Open

func (c *MultiCollector) ReportCount(eventType EventType) {
Severity: Minor
Found in multi_collector.go by golint

exported method MultiCollector.ReportNew should have comment or be unexported
Open

func (c *MultiCollector) ReportNew(config BreakerConfig) {
Severity: Minor
Found in multi_collector.go by golint

exported method MultiCollector.ReportState should have comment or be unexported
Open

func (c *MultiCollector) ReportState(state CircuitState) {
Severity: Minor
Found in multi_collector.go by golint

exported method MultiCollector.ReportDuration should have comment or be unexported
Open

func (c *MultiCollector) ReportDuration(eventType EventType, duration time.Duration) {
Severity: Minor
Found in multi_collector.go by golint

There are no issues that match your filters.

Category
Status