[Groonga-commit] droonga/fluent-plugin-droonga at cbe524a [master] Add TODOs

Back to archive index

Yoji Shidara null+****@clear*****
Fri Oct 11 16:24:14 JST 2013


Yoji Shidara	2013-10-11 16:24:14 +0900 (Fri, 11 Oct 2013)

  New Revision: cbe524a1c42b03c75cee98ea50ccbfe5576f4456
  https://github.com/droonga/fluent-plugin-droonga/commit/cbe524a1c42b03c75cee98ea50ccbfe5576f4456

  Message:
    Add TODOs

  Modified files:
    lib/droonga/plugin/handler_watch.rb

  Modified: lib/droonga/plugin/handler_watch.rb (+5 -0)
===================================================================
--- lib/droonga/plugin/handler_watch.rb    2013-10-11 16:23:44 +0900 (2eed9dd)
+++ lib/droonga/plugin/handler_watch.rb    2013-10-11 16:24:14 +0900 (2aaf7a2)
@@ -17,6 +17,8 @@
 
 require "droonga/handler"
 
+# TODO User -> Subscriber
+
 module Droonga
   class WatchHandler < Droonga::Handler
     Droonga::HandlerPlugin.register("watch", self)
@@ -45,8 +47,11 @@ module Droonga
                        :subscriptions => [query_record],
                        :route => route)
       end
+      # TODO return watch result to client
     end
 
+    # TODO unsubscribe
+
     command "feed"
     def feed(request)
       values = request["values"]
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index