- Plugins without on_install hook: always 'installed', toggle works directly - Plugins with on_install: must Install first, then toggle, then Uninstall available - No data cleanup on Disable (only on Uninstall via on_uninstall hook) - Old plugins without lifecycle hooks simply don't get install/uninstall UI |
||
|---|---|---|
| .. | ||
| builtin/templates | ||
| api.go | ||
| api_ext.go | ||
| api_node.go | ||
| api_utils.go | ||
| lua.go | ||
| manager.go | ||
| manager_lifecycle.go | ||
| manager_test.go | ||
| runtime.go | ||
| runtime_test.go | ||
| scheduler.go | ||