summaryrefslogtreecommitdiff
path: root/plugins/websockets
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-05-27 00:16:37 +0300
committerValery Piashchynski <[email protected]>2021-05-27 00:16:37 +0300
commite8bffc95989041bc00d70f18a637e51c26608b60 (patch)
tree3b5ffda5e10d7a055af70f811820f86d65d7cf5d /plugins/websockets
parentcfaf3e5f8465d188546ef83600ad13c7dbde778c (diff)
- Comments
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'plugins/websockets')
-rw-r--r--plugins/websockets/rpc.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/websockets/rpc.go b/plugins/websockets/rpc.go
index 0f0303b7..2b3ae54e 100644
--- a/plugins/websockets/rpc.go
+++ b/plugins/websockets/rpc.go
@@ -6,6 +6,7 @@ import (
"github.com/spiral/roadrunner/v2/plugins/logger"
)
+// rpc collectors struct
type rpc struct {
plugin *Plugin
log logger.Logger