1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

feat(api): automatically update extensions at startup (#3349)

* feat(api): automatically update extensions at startup

* feat(api): review updateAndStartExtensions
This commit is contained in:
Anthony Lapenna 2019-11-20 18:02:07 +13:00 committed by GitHub
parent 1f90a091a8
commit 8b0eb71d69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 59 additions and 16 deletions

View file

@ -894,6 +894,7 @@ type (
EnableExtension(extension *Extension, licenseKey string) error
DisableExtension(extension *Extension) error
UpdateExtension(extension *Extension, version string) error
StartExtensions() error
}
// ReverseTunnelService represensts a service used to manage reverse tunnel connections.