Download this file

reactors.py    10 lines (7 with data), 192 Bytes

1
2
3
4
5
6
7
8
9
from allura.lib.decorators import audit
@audit('forgechat.received_msg')
def received_msg(routing_key, data):
pass
@audit('forgechat.send_msg')
def send_msg(routing_key, data):
pass