type
ArtifactIdentity
type ArtifactIdentity struct {
Name string `json:"name"`
Digest string `json:"digest"`
}One migration file identity used to bind an executable to committed history.
Source migration/migration.go:26
Namestring- The Name value.
Digeststring- The Digest value.
Name is the ordered filename stored by the adapter ledger. Digest is the lowercase SHA-256 identity of the canonical artifact.