From 7341768f09abe19f570e785bb1c70d8afb72dbc3 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Thu, 27 Oct 2022 14:34:57 +0200 Subject: feat: add new plugin: centrifugo Signed-off-by: Valery Piashchynski --- container/plugins.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'container/plugins.go') diff --git a/container/plugins.go b/container/plugins.go index 188ce073..774669ba 100644 --- a/container/plugins.go +++ b/container/plugins.go @@ -5,6 +5,7 @@ import ( "github.com/roadrunner-server/amqp/v3" "github.com/roadrunner-server/beanstalk/v3" "github.com/roadrunner-server/boltdb/v3" + "github.com/roadrunner-server/centrifuge/v3" "github.com/roadrunner-server/fileserver/v3" grpcPlugin "github.com/roadrunner-server/grpc/v3" "github.com/roadrunner-server/gzip/v3" @@ -57,6 +58,8 @@ func Plugins() []any { //nolint:funlen &server.Plugin{}, // service plugin &service.Plugin{}, + // centrifuge + ¢rifuge.Plugin{}, // // ========= JOBS bundle &jobs.Plugin{}, -- cgit v1.2.3