File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
src/commonMain/kotlin/spp.protocol/artifact/metrics Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,6 @@ package spp.protocol.artifact.metrics
1919import kotlinx.datetime.Instant
2020import kotlinx.datetime.serializers.InstantIso8601Serializer
2121import kotlinx.serialization.Serializable
22- import spp.protocol.artifact.ArtifactQualifiedName
23- import spp.protocol.artifact.QueryTimeFrame
2422
2523/* *
2624 * todo: description.
@@ -30,9 +28,6 @@ import spp.protocol.artifact.QueryTimeFrame
3028 */
3129@Serializable
3230data class ArtifactMetricResult (
33- val artifactQualifiedName : ArtifactQualifiedName ,
34- val timeFrame : QueryTimeFrame ,
35- val focus : MetricType ,
3631 @Serializable(with = InstantIso8601Serializer ::class )
3732 val start : Instant ,
3833 @Serializable(with = InstantIso8601Serializer ::class )
You can’t perform that action at this time.
0 commit comments