initial commit
This commit is contained in:
17
src/OutputServiceRDB.kt
Normal file
17
src/OutputServiceRDB.kt
Normal file
@@ -0,0 +1,17 @@
|
||||
package com.kmalbz
|
||||
|
||||
import java.util.*
|
||||
import io.ktor.http.*
|
||||
import io.ktor.request.*
|
||||
import io.ktor.swagger.experimental.*
|
||||
|
||||
data class OutputObject(
|
||||
val tag: String,
|
||||
val decison: Boolean,
|
||||
val date: Date
|
||||
)
|
||||
|
||||
data class ApiResponse(
|
||||
val status: String,
|
||||
val message: String
|
||||
)
|
||||
Reference in New Issue
Block a user