summaryrefslogtreecommitdiffstats
path: root/plugin/supervisor.go
diff options
context:
space:
mode:
authorChris <ccbrown112@gmail.com>2017-11-03 11:34:44 -0500
committerChristopher Speller <crspeller@gmail.com>2017-11-03 09:34:44 -0700
commitd2cff9b77cca87c339e65591179a2d7456a6915a (patch)
tree8540cb8ded46b98e195c3517929f3f751db8e5ca /plugin/supervisor.go
parent71dd21ef3d89f8967b81a6bbfa67b2c85d3ad3e0 (diff)
downloadchat-d2cff9b77cca87c339e65591179a2d7456a6915a.tar.gz
chat-d2cff9b77cca87c339e65591179a2d7456a6915a.tar.bz2
chat-d2cff9b77cca87c339e65591179a2d7456a6915a.zip
more plugin doc updates (#7767)
Diffstat (limited to 'plugin/supervisor.go')
-rw-r--r--plugin/supervisor.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/supervisor.go b/plugin/supervisor.go
index f3e576e99..76f20eaee 100644
--- a/plugin/supervisor.go
+++ b/plugin/supervisor.go
@@ -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