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.105 spec/kern/assets/vm/controller_exc_ewatch2.rb
flok-0.0.103 spec/kern/assets/vm/controller_exc_ewatch2.rb
flok-0.0.102 spec/kern/assets/vm/controller_exc_ewatch2.rb
flok-0.0.101 spec/kern/assets/vm/controller_exc_ewatch2.rb
flok-0.0.100 spec/kern/assets/vm/controller_exc_ewatch2.rb
flok-0.0.99 spec/kern/assets/vm/controller_exc_ewatch2.rb
flok-0.0.98 spec/kern/assets/vm/controller_exc_ewatch2.rb
flok-0.0.97 spec/kern/assets/vm/controller_exc_ewatch2.rb
flok-0.0.96 spec/kern/assets/vm/controller_exc_ewatch2.rb
flok-0.0.95 spec/kern/assets/vm/controller_exc_ewatch2.rb
flok-0.0.94 spec/kern/assets/vm/controller_exc_ewatch2.rb
flok-0.0.93 spec/kern/assets/vm/controller_exc_ewatch2.rb
flok-0.0.92 spec/kern/assets/vm/controller_exc_ewatch2.rb
flok-0.0.91 spec/kern/assets/vm/controller_exc_ewatch2.rb
flok-0.0.90 spec/kern/assets/vm/controller_exc_ewatch2.rb
flok-0.0.89 spec/kern/assets/vm/controller_exc_ewatch2.rb
flok-0.0.88 spec/kern/assets/vm/controller_exc_ewatch2.rb
flok-0.0.87 spec/kern/assets/vm/controller_exc_ewatch2.rb
flok-0.0.86 spec/kern/assets/vm/controller_exc_ewatch2.rb
flok-0.0.85 spec/kern/assets/vm/controller_exc_ewatch2.rb