diff options
author | Valery Piashchynski <[email protected]> | 2021-05-27 00:16:37 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-05-27 00:16:37 +0300 |
commit | e8bffc95989041bc00d70f18a637e51c26608b60 (patch) | |
tree | 3b5ffda5e10d7a055af70f811820f86d65d7cf5d /plugins | |
parent | cfaf3e5f8465d188546ef83600ad13c7dbde778c (diff) |
- Comments
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/websockets/rpc.go | 1 |
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 |