mirror of
https://github.com/wagoodman/dive
synced 2026-03-14 22:35:50 +01:00
7 lines
152 B
Go
7 lines
152 B
Go
package runtime
|
|
|
|
type ReferenceFile struct {
|
|
References int `json:"count"`
|
|
SizeBytes uint64 `json:"sizeBytes"`
|
|
Path string `json:"file"`
|
|
}
|