mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-10-08 17:00:30 +00:00
kv rework, fixes in map keyvalue repo, tests
This commit is contained in:
7
repos/ktor/common/src/jvmTest/kotlin/SimpleData.kt
Normal file
7
repos/ktor/common/src/jvmTest/kotlin/SimpleData.kt
Normal file
@@ -0,0 +1,7 @@
|
||||
import com.benasher44.uuid.uuid4
|
||||
import kotlinx.serialization.Serializable
|
||||
|
||||
@Serializable
|
||||
data class SimpleData(
|
||||
val title: String = uuid4().toString()
|
||||
)
|
Reference in New Issue
Block a user