diff options
Diffstat (limited to 'container')
-rw-r--r-- | container/plugins.go | 3 |
1 files changed, 3 insertions, 0 deletions
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{}, |