Sha256: 659081b0e6ef42a67f4b460b805cd88842e71f66ba8c657ae2c4c4d64ebd310b

Contents?: true

Size: 217 Bytes

Versions: 2

Compression:

Stored size: 217 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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
flok-0.0.40 spec/kern/assets/vm/controller_exc_ewatch.rb
flok-0.0.39 spec/kern/assets/vm/controller_exc_ewatch.rb