# 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 end end end