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:
parent
1f90a091a8
commit
8b0eb71d69
3 changed files with 59 additions and 16 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue