refactor: updated plugin interface
This commit is contained in:
parent
fe67674829
commit
fa949baafd
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ type Plugin interface {
|
|||
Metadata() map[string]string
|
||||
|
||||
Init() error
|
||||
Run() error
|
||||
Run(args []string) error
|
||||
Cleanup() error
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue