Resolved linting issues

This commit is contained in:
MohitKatare-protean
2025-05-20 12:10:58 +05:30
parent 63e1bc44d9
commit 019b526b6f
3 changed files with 17 additions and 70 deletions

View File

@@ -9,9 +9,7 @@ import (
)
// keyManagerProvider implements the plugin provider for the KeyManager plugin.
type keyManagerProvider struct {
newFunc func(ctx context.Context, cache definition.Cache, registry definition.RegistryLookup, cfg *keymanager.Config) (definition.KeyManager, func() error, error)
}
type keyManagerProvider struct{}
// newKeyManagerFunc is a function type that creates a new KeyManager instance.
var newKeyManagerFunc = keymanager.New