diff options
Diffstat (limited to 'plugins/broadcast/ws/commands/join.go')
-rw-r--r-- | plugins/broadcast/ws/commands/join.go | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/broadcast/ws/commands/join.go b/plugins/broadcast/ws/commands/join.go new file mode 100644 index 00000000..25943f0a --- /dev/null +++ b/plugins/broadcast/ws/commands/join.go @@ -0,0 +1,10 @@ +package commands + +// Join command to save the connection +type Join struct { + Command string `mapstructure:"command"` +} + +func JoinCommand() { + +} |