mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-10-20 23:00:29 +00:00
complete startup module
This commit is contained in:
@@ -14,7 +14,7 @@ import org.koin.core.module.Module
|
||||
interface ServerPlugin {
|
||||
fun Module.setupDI(config: JsonObject) {}
|
||||
|
||||
suspend fun Koin.startPlugin() {}
|
||||
suspend fun startPlugin(koin: Koin) {}
|
||||
|
||||
companion object : KSerializer<ServerPlugin> {
|
||||
override val descriptor: SerialDescriptor
|
||||
|
Reference in New Issue
Block a user