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
30
30
data class LiveSourceLocation @JvmOverloads constructor(
31
31
val source : String ,
32
32
val line : Int = -1 ,
33
- val service : String? = null ,
33
+ val service : String? = null , // todo: can use Service
34
34
val serviceInstance : String? = null , // todo: fully impl
35
35
val commitId : String? = null , // todo: impl
36
36
val fileChecksum : String? = null // todo: impl
Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ import kotlinx.serialization.Serializable
28
28
data class Service (
29
29
val id : String ,
30
30
val name : String ,
31
- val group : String? = null
31
+ val group : String? = null // todo: add ServiceInstance?
32
32
)
You can’t perform that action at this time.
0 commit comments