HostKit.Source.Identity (host_kit v0.1.0-beta.1)

Copy Markdown View Source

Semantic identity/provenance for a declared source.

Summary

Types

t()

@type t() :: %HostKit.Source.Identity{
  checkout: String.t(),
  path: String.t(),
  ref: String.t(),
  ref_kind: atom(),
  revision: String.t() | nil,
  tree: String.t() | nil,
  type: atom(),
  uri: String.t()
}

Functions

dump(identity)

@spec dump(t()) :: map()