diff options
author | Valery Piashchynski <[email protected]> | 2021-05-20 22:46:19 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-05-20 22:46:19 +0300 |
commit | d2e9d8320857f5768c54843a43ad16f59d6a3e8f (patch) | |
tree | f6f46e688b6005b2b0ea10c7238e925c0b58f25a /plugins/broadcast/ws/commands/subscribe.go | |
parent | f85172106b4723b705aa75c3c310e8cebd050a8d (diff) |
- Update linters
- Implement base interfaces
- Implement BST search algo for the in-memory storage
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'plugins/broadcast/ws/commands/subscribe.go')
-rw-r--r-- | plugins/broadcast/ws/commands/subscribe.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/broadcast/ws/commands/subscribe.go b/plugins/broadcast/ws/commands/subscribe.go new file mode 100644 index 00000000..cdff10da --- /dev/null +++ b/plugins/broadcast/ws/commands/subscribe.go @@ -0,0 +1 @@ +package commands |