Esempio n. 1
0
 def __init__(self, config, http, bot):
     ProtectedResource.__init__(self, http)
     self.dispatcher = PostReceiveDispatcher(config, bot)
Esempio n. 2
0
 def __init__(self, http, dispatcher):
     ProtectedResource.__init__(self, http)
     self.dispatcher = dispatcher
Esempio n. 3
0
 def __init__(self, http, alerter):
     ProtectedResource.__init__(self, http)
     self.alerter = alerter
Esempio n. 4
0
 def __init__(self, http, monitor):
     ProtectedResource.__init__(self, http)
     self.monitor = monitor
Esempio n. 5
0
 def __init__(self, http, watchdog):
     ProtectedResource.__init__(self, http)
     self.watchdog = watchdog