call OnActivate after plugin crash, update example (#7940)

Этот коммит содержится в:
Chris
2017-12-05 08:19:32 -06:00
коммит произвёл Joram Wilander
родитель 7a1f81cd52
Коммит 3c7b40063d
6 изменённых файлов: 51 добавлений и 40 удалений

Просмотреть файл

@@ -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
}