mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 19:36:53 +08:00
Initial commit
This commit is contained in:
10
api/events/app_event.py
Normal file
10
api/events/app_event.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from blinker import signal
|
||||
|
||||
# sender: app
|
||||
app_was_created = signal('app-was-created')
|
||||
|
||||
# sender: app
|
||||
app_was_deleted = signal('app-was-deleted')
|
||||
|
||||
# sender: app, kwargs: old_app_model_config, new_app_model_config
|
||||
app_model_config_was_updated = signal('app-model-config-was-updated')
|
||||
Reference in New Issue
Block a user