We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78a764 commit e0827faCopy full SHA for e0827fa
1 file changed
pkg/adaptation/plugin.go
@@ -34,7 +34,7 @@ func getPluginRegistrationTimeout() time.Duration {
34
}
35
36
var (
37
- _ = (secrets.Resolver)((*plugin)(nil))
+ _ secrets.Resolver = &plugin{}
38
)
39
40
type plugin struct {
0 commit comments