call OnActivate after plugin crash, update example (#7940)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
7a1f81cd52
Коммит
3c7b40063d
@@ -6,7 +6,7 @@ package plugin
|
||||
// Supervisor provides the interface for an object that controls the execution of a plugin. This
|
||||
// type is only relevant to the server, and isn't used by the plugins themselves.
|
||||
type Supervisor interface {
|
||||
Start() error
|
||||
Start(API) error
|
||||
Stop() error
|
||||
Hooks() Hooks
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user