Module: Magellan::Cli::Messaging

Defined in:
lib/magellan/cli/messaging.rb,
lib/magellan/cli/messaging/base.rb,
lib/magellan/cli/messaging/http.rb,
lib/magellan/cli/messaging/mqtt.rb

Defined Under Namespace

Classes: Base, Http, Mqtt

Constant Summary collapse

MAPPING =
{
  "Http" => "http",
  "Mqtt" => "mqtt",
}