Plugins: Perform plugin update check prior to uninstall (#36909)

* only uninstall if update is possible

* add .

* update lingo for clarity
This commit is contained in:
Will Browne
2021-07-29 11:52:23 +02:00
committed by GitHub
parent 8ebba0a93d
commit 08a73a5291
5 changed files with 45 additions and 7 deletions
+4
View File
@@ -158,3 +158,7 @@ type EnabledPlugins struct {
DataSources map[string]*DataSourcePlugin
Apps []*AppPlugin
}
type UpdateInfo struct {
PluginZipURL string
}