Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mfreeman451 committed Mar 2, 2025
1 parent 1b04138 commit 767347b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/cloud/api/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"time"

"github.com/carverauto/serviceradar/pkg/checker/snmp"
"github.com/carverauto/serviceradar/pkg/db"
"github.com/carverauto/serviceradar/pkg/metrics"
"github.com/carverauto/serviceradar/pkg/models"
"github.com/gorilla/mux"
Expand Down Expand Up @@ -55,7 +54,5 @@ type APIServer struct {
nodeHistoryHandler func(nodeID string) ([]NodeHistoryPoint, error)
metricsManager metrics.MetricCollector
snmpManager snmp.SNMPManager
db db.Service
knownPollers []string
apiKey string
}

0 comments on commit 767347b

Please sign in to comment.