mirror of
https://github.com/CherretGit/zaprett-app.git
synced 2026-01-31 07:49:41 +05:00
8 lines
188 B
Kotlin
8 lines
188 B
Kotlin
package com.cherret.zaprett.data
|
|
|
|
data class StrategyCheckResult (
|
|
val path : String,
|
|
val progress : Float,
|
|
var domains: List<String>,
|
|
val status : StrategyTestingStatus,
|
|
) |