Plugins: Introduce plugin asset provider (#108063)
* introduce plugin asset provider * simply with PR feedback * fix linter
This commit is contained in:
@@ -117,12 +117,10 @@ type PluginLoaderAuthorizer interface {
|
||||
|
||||
type Licensing interface {
|
||||
Environment() []string
|
||||
|
||||
Edition() string
|
||||
|
||||
Path() string
|
||||
|
||||
AppURL() string
|
||||
ContentDeliveryPrefix() string
|
||||
}
|
||||
|
||||
type SignatureCalculator interface {
|
||||
|
||||
Reference in New Issue
Block a user