From d2cff9b77cca87c339e65591179a2d7456a6915a Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 3 Nov 2017 11:34:44 -0500 Subject: more plugin doc updates (#7767) --- plugin/supervisor.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugin/supervisor.go') 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 -- cgit v1.2.3-1-g7c22