NAME
App::BCSSH::Handler - Role for command handlers
SYNOPSIS
with 'App::BCSSH::Handler';
sub handle {
    my ($self, $json_send, @args) = @_;
    my $socket = $json_send->(BCSSH_SUCCESS);
}App::BCSSH::Handler - Role for command handlers
with 'App::BCSSH::Handler';
sub handle {
    my ($self, $json_send, @args) = @_;
    my $socket = $json_send->(BCSSH_SUCCESS);
}