type
CreatedArtifact
type CreatedArtifact struct {
Path string `json:"path"`
Name string `json:"name"`
Checksum string `json:"checksum"`
Version uint32 `json:"version"`
}The stable filesystem identity of a newly committed artifact.
Source adapters/sqlite/migrations.go:104
Pathstring- The Path value.
Namestring- The Name value.
Checksumstring- The Checksum value.
Versionuint32- The Version value.