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

Generated schema for commit

Description: Represents an update of repository state. Note that empty commits are allowed, which include no repo data changes, but an update to rev and signature.

Summary

Types

@type t() :: %ProtoRune.Com.Atproto.Sync.SubscribeRepos.Commit{
  blobs: [binary()],
  blocks: binary(),
  commit: binary(),
  ops: [ProtoRune.Com.Atproto.Sync.SubscribeRepos.RepoOp.t()],
  prev: binary() | nil,
  rebase: boolean(),
  repo: String.t(),
  rev: String.t(),
  seq: integer(),
  since: String.t() | nil,
  time: String.t(),
  too_big: boolean()
}