lib/splash/daemon/orchestrator/hooks.rb in prometheus-splash-0.5.3 vs lib/splash/daemon/orchestrator/hooks.rb in prometheus-splash-0.6.0
- old
+ new
@@ -1,14 +1,24 @@
# coding: utf-8
+
+# base Splash module
module Splash
+
+ # global daemon module
module Daemon
+
+ # orchestrator specific module
module Orchestrator
+ # Rufus Scheduler Hooks
module SchedulerHooks
+
+ # not yet implemented
def on_pre_trigger(job, trigger_time)
end
+ # not yet implemented
def on_post_trigger(job, trigger_time)
end
end