Gitility.Mirror.Receipt (Gitility v0.5.0)

Copy Markdown View Source

The result of publishing a mirror bundle to an object store.

Summary

Types

t()

@type t() :: %Gitility.Mirror.Receipt{
  bytes: non_neg_integer(),
  etag: binary(),
  file_count: non_neg_integer(),
  generation: pos_integer(),
  ref_count: non_neg_integer(),
  tips_digest: binary()
}