diff options
author | Valery Piashchynski <[email protected]> | 2021-05-27 00:09:33 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-05-27 00:09:33 +0300 |
commit | dc3c5455e5c9b32737a0620c8bdb8bda0226dba7 (patch) | |
tree | 6ba562da6de7f32a8d528b72cbb56a8bc98c1b30 /plugins/broadcast/ws/commands | |
parent | d2e9d8320857f5768c54843a43ad16f59d6a3e8f (diff) |
- Update all main abstractions
- Desighn a new interfaces responsible for the whole PubSub
- New plugin - websockets
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'plugins/broadcast/ws/commands')
-rw-r--r-- | plugins/broadcast/ws/commands/join.go | 10 | ||||
-rw-r--r-- | plugins/broadcast/ws/commands/leave.go | 1 | ||||
-rw-r--r-- | plugins/broadcast/ws/commands/subscribe.go | 1 |
3 files changed, 0 insertions, 12 deletions
diff --git a/plugins/broadcast/ws/commands/join.go b/plugins/broadcast/ws/commands/join.go deleted file mode 100644 index 25943f0a..00000000 --- a/plugins/broadcast/ws/commands/join.go +++ /dev/null @@ -1,10 +0,0 @@ -package commands - -// Join command to save the connection -type Join struct { - Command string `mapstructure:"command"` -} - -func JoinCommand() { - -} diff --git a/plugins/broadcast/ws/commands/leave.go b/plugins/broadcast/ws/commands/leave.go deleted file mode 100644 index cdff10da..00000000 --- a/plugins/broadcast/ws/commands/leave.go +++ /dev/null @@ -1 +0,0 @@ -package commands diff --git a/plugins/broadcast/ws/commands/subscribe.go b/plugins/broadcast/ws/commands/subscribe.go deleted file mode 100644 index cdff10da..00000000 --- a/plugins/broadcast/ws/commands/subscribe.go +++ /dev/null @@ -1 +0,0 @@ -package commands |