mirror of
https://github.com/turbot/steampipe.git
synced 2026-05-09 12:00:22 -04:00
Fix issues reported by the 'unused', 'staticcheck', 'gosimple' linters. Closes #1360
This commit is contained in:
@@ -28,7 +28,6 @@ type PluginManager struct {
|
||||
pb.UnimplementedPluginManagerServer
|
||||
|
||||
Plugins map[string]*runningPlugin
|
||||
configDir string
|
||||
mut sync.Mutex
|
||||
connectionConfig map[string]*pb.ConnectionConfig
|
||||
logger hclog.Logger
|
||||
|
||||
Reference in New Issue
Block a user