summaryrefslogtreecommitdiff
path: root/interfaces/informer/interface.go
diff options
context:
space:
mode:
Diffstat (limited to 'interfaces/informer/interface.go')
-rw-r--r--interfaces/informer/interface.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/interfaces/informer/interface.go b/interfaces/informer/interface.go
index 42e82338..a8d32841 100644
--- a/interfaces/informer/interface.go
+++ b/interfaces/informer/interface.go
@@ -2,6 +2,7 @@ package informer
import "github.com/spiral/roadrunner/v2"
+// Informer used to get workers from particular plugin or set of plugins
type Informer interface {
Workers() []roadrunner.WorkerBase
}