package commands // Join command to save the connection type Join struct { Command string `mapstructure:"command"` } func JoinCommand() { }