diff --git a/pkg/plugin.go b/pkg/plugin.go index 4ad4544..d7ff3e4 100644 --- a/pkg/plugin.go +++ b/pkg/plugin.go @@ -7,7 +7,7 @@ type Plugin interface { Metadata() map[string]string Init() error - Run() error + Run(args []string) error Cleanup() error }