mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
add error to plugin start.
This commit is contained in:
@ -9,7 +9,7 @@ import (
|
||||
type Plugin interface {
|
||||
Name() string
|
||||
Config() PluginConfig
|
||||
Start(PluginManagers)
|
||||
Start(PluginManagers) error
|
||||
Shutdown() error
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user