LabelingIR.ArtifactRef (LabelingIR v0.1.0)

View Source

Reference to an artifact (by id, optional version).

Summary

Types

t()

@type t() :: %LabelingIR.ArtifactRef{
  artifact_id: String.t(),
  version: String.t() | nil
}