Этот коммит содержится в:
Chris
2017-11-03 11:34:44 -05:00
коммит произвёл Christopher Speller
родитель 71dd21ef3d
Коммит d2cff9b77c
6 изменённых файлов: 47 добавлений и 12 удалений

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

@@ -3,7 +3,8 @@
package plugin
// Supervisor provides the interface for an object that controls the execution of a 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
Stop() error