File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/commonMain/kotlin/spp.protocol Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import kotlin.jvm.JvmOverloads
3030data class LiveSourceLocation @JvmOverloads constructor(
3131 val source : String ,
3232 val line : Int = -1 ,
33- val service : String? = null ,
33+ val service : String? = null , // todo: can use Service
3434 val serviceInstance : String? = null , // todo: fully impl
3535 val commitId : String? = null , // todo: impl
3636 val fileChecksum : String? = null // todo: impl
Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ import kotlinx.serialization.Serializable
2828data class Service (
2929 val id : String ,
3030 val name : String ,
31- val group : String? = null
31+ val group : String? = null // todo: add ServiceInstance?
3232)
You can’t perform that action at this time.
0 commit comments