EditRequest

@Serializable
data class EditRequest(val path: Path, val displayPath: Path, val expected: Pair<String, Sha256>, val newContent: String, val skippedNoMatch: PairList<Int, Int>, val skippedNotUnique: PairList<Int, Int>)(source)

Constructors

Link copied to clipboard
constructor(path: Path, displayPath: Path, expected: Pair<String, Sha256>, newContent: String, skippedNoMatch: PairList<Int, Int>, skippedNotUnique: PairList<Int, Int>)

Properties

Link copied to clipboard
@Serializable(with = PathSerializer::class)
val displayPath: Path
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Serializable(with = PathSerializer::class)
val path: Path
Link copied to clipboard
Link copied to clipboard