summaryrefslogtreecommitdiff
path: root/plugins/channel/interface.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/channel/interface.go')
-rw-r--r--plugins/channel/interface.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/channel/interface.go b/plugins/channel/interface.go
deleted file mode 100644
index 50fc9c96..00000000
--- a/plugins/channel/interface.go
+++ /dev/null
@@ -1,8 +0,0 @@
-package channel
-
-// Hub used as a channel between two or more plugins
-// this is not a PUBLIC plugin, API might be changed at any moment
-type Hub interface {
- FromWorker() chan interface{}
- ToWorker() chan interface{}
-}