mirror of
https://github.com/InsanusMokrassar/PlaguPoster.git
synced 2025-12-08 05:55:40 +00:00
add posts
This commit is contained in:
12
posts/src/jvmMain/kotlin/Plugin.kt
Normal file
12
posts/src/jvmMain/kotlin/Plugin.kt
Normal file
@@ -0,0 +1,12 @@
|
||||
package dev.inmo.plaguposter.posts
|
||||
|
||||
import dev.inmo.plagubot.Plugin
|
||||
import kotlinx.serialization.json.JsonObject
|
||||
import org.jetbrains.exposed.sql.Database
|
||||
import org.koin.core.module.Module
|
||||
|
||||
object Plugin : Plugin {
|
||||
override fun Module.setupDI(database: Database, params: JsonObject) {
|
||||
TODO("Not yet implemented")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user