Sha256: a69b7ea5b28c85b1f57a560cd991ec38e43a5253d5ee0c5a54b1cb6c31e2a462

Contents?: true

Size: 440 Bytes

Versions: 61

Compression:

Stored size: 440 Bytes

Contents

controller :my_controller do
  services :vm

  action :my_action do
    on_entry %{
      var watch_info = {
        ns: "spec",
        id: "test"
      }

      Request("vm", "unwatch", watch_info);
    }
  end
end

controller :my_watch_controller do
  services :vm

  action :my_action do
    on_entry %{
      var watch_info = {
        ns: "spec",
        id: "test"
      }

      Request("vm", "watch", watch_info);
    }
  end
end

Version data entries

61 entries across 61 versions & 1 rubygems

Version Path
flok-0.0.41 spec/kern/assets/vm/controller_exc_ewatch2.rb