Plugins: Introduce plugin asset provider (#108063)

* introduce plugin asset provider

* simply with PR feedback

* fix linter
This commit is contained in:
Will Browne
2025-07-17 16:20:35 +01:00
committed by GitHub
parent 8548530dc4
commit f6ed9e6ff0
20 changed files with 443 additions and 114 deletions
+1 -3
View File
@@ -117,12 +117,10 @@ type PluginLoaderAuthorizer interface {
type Licensing interface {
Environment() []string
Edition() string
Path() string
AppURL() string
ContentDeliveryPrefix() string
}
type SignatureCalculator interface {