From be18313f6bf8f903f2d2ba3ca812ad8546c329f6 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Wed, 18 Nov 2020 10:37:44 +0300 Subject: Informer plugin ready --- plugins/server/tests/plugin_pipes.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/server/tests/plugin_pipes.go') diff --git a/plugins/server/tests/plugin_pipes.go b/plugins/server/tests/plugin_pipes.go index 840021eb..fbd37e12 100644 --- a/plugins/server/tests/plugin_pipes.go +++ b/plugins/server/tests/plugin_pipes.go @@ -11,7 +11,7 @@ import ( plugin "github.com/spiral/roadrunner/v2/plugins/server" ) -const ConfigSection = "app" +const ConfigSection = "server" const Response = "test" var testPoolConfig = roadrunner.PoolConfig{ @@ -30,11 +30,11 @@ var testPoolConfig = roadrunner.PoolConfig{ type Foo struct { configProvider config.Configurer - wf server.WorkerFactory + wf server.Server pool roadrunner.Pool } -func (f *Foo) Init(p config.Configurer, workerFactory server.WorkerFactory) error { +func (f *Foo) Init(p config.Configurer, workerFactory server.Server) error { f.configProvider = p f.wf = workerFactory return nil -- cgit v1.2.3