mirror of
https://github.com/wagoodman/dive
synced 2026-03-15 14:55:49 +01:00
7 lines
151 B
Go
7 lines
151 B
Go
package export
|
|
|
|
type fileReference struct {
|
|
References int `json:"count"`
|
|
SizeBytes uint64 `json:"sizeBytes"`
|
|
Path string `json:"file"`
|
|
}
|