ProtoRune.Com.Atproto.Sync.SubscribeRepos.RepoOp (proto_rune v0.1.1)

Generated schema for repoOp

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

Summary

Types

@type t() :: %ProtoRune.Com.Atproto.Sync.SubscribeRepos.RepoOp{
  action: :create | :update | :delete,
  cid: binary() | nil,
  path: String.t()
}