mirror of
https://github.com/langgenius/dify-plugin-daemon.git
synced 2026-07-22 17:56:00 -04:00
390b7641ea
- Added new trigger-related access types and actions in access.go. - Introduced new HTTP routes for trigger operations in http_server.gen.go. - Updated plugin declaration to include triggers in plugin_entities. - Removed unused dynamic select service and controller files. - Enhanced message handling in debugging_runtime to support trigger registration. This update enhances the plugin system by integrating trigger capabilities while cleaning up legacy code.
17 lines
164 B
Plaintext
17 lines
164 B
Plaintext
release/
|
|
logs/
|
|
.vscode/
|
|
.idea/
|
|
.env
|
|
cmd/**/__debug_bin*
|
|
*.zip
|
|
.DS_Store
|
|
storage/
|
|
__pycache__
|
|
media-cache
|
|
subprocesses
|
|
working
|
|
cwd/
|
|
bin/
|
|
.venv/
|
|
integration_test_cwd/ |