Revoke ability to multiple loading the same module
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package io.smnp.ext
|
||||
|
||||
interface ModuleRegistry {
|
||||
fun requestModulesForPath(path: String): ModuleProvider?
|
||||
fun requestModuleProviderForPath(path: String): ModuleProvider?
|
||||
fun registeredModules(): List<String>
|
||||
}
|
||||
Reference in New Issue
Block a user