From 5f451ffbba6b9758d61ba70ddd112a8e1570045a Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Fri, 30 Apr 2021 13:41:18 +0300 Subject: - Update CHANGELOG Signed-off-by: Valery Piashchynski --- plugins/informer/interface.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/informer/interface.go') diff --git a/plugins/informer/interface.go b/plugins/informer/interface.go index 08eda00b..316c7bc1 100644 --- a/plugins/informer/interface.go +++ b/plugins/informer/interface.go @@ -16,6 +16,6 @@ type Informer interface { // Availabler interface should be implemented by every plugin which wish to report to the PHP worker that it available in the RR runtime type Availabler interface { - // Available returns true if the particular plugin available in the RR2 runtime - Available() bool + // Available method needed to collect all plugins which are available in the runtime. + Available() } -- cgit v1.2.3