SubscribeReposRepoOp

data class SubscribeReposRepoOp(val action: SubscribeReposAction, val path: String, val cid: ByteArray? = null)

A repo operation, ie a mutation of a single record.

Constructors

Link copied to clipboard
constructor(action: SubscribeReposAction, path: String, cid: ByteArray? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val cid: ByteArray? = null

For creates and updates, the new record CID. For deletions, null.

Link copied to clipboard