mirror of
https://github.com/anchore/syft.git
synced 2025-11-18 00:43:20 +01:00
7 lines
107 B
Go
7 lines
107 B
Go
package file
|
|
|
|
type Digest struct {
|
|
Algorithm string `json:"algorithm"`
|
|
Value string `json:"value"`
|
|
}
|