summaryrefslogtreecommitdiff
path: root/plugins/informer/plugin.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/informer/plugin.go')
-rw-r--r--plugins/informer/plugin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/informer/plugin.go b/plugins/informer/plugin.go
index 09d933fd..f3013394 100644
--- a/plugins/informer/plugin.go
+++ b/plugins/informer/plugin.go
@@ -21,7 +21,7 @@ func (p *Plugin) Init(log log.Logger) error {
return nil
}
-// Reset named service.
+// Workers provides WorkerBase slice with workers for the requested plugin
func (p *Plugin) Workers(name string) ([]roadrunner.WorkerBase, error) {
const op = errors.Op("get workers")
svc, ok := p.registry[name]