Regc.Registry.Ping (regc v0.0.2)

View Source

Result of probing a registry's Distribution API endpoint.

Summary

Types

t()

@type t() :: %Regc.Registry.Ping{
  api_version: String.t() | nil,
  auth: [:basic | :bearer],
  host: String.t(),
  metadata: Regc.Registry.Metadata.t(),
  status: non_neg_integer()
}