summaryrefslogtreecommitdiffstats
path: root/runtime/export/file_reference.go
blob: 14aac0eea21bfa904191c688d5a81f7b6d0aadac (plain)
1
2
3
4
5
6
7
package export

type fileReference struct {
	References int    `json:"count"`
	SizeBytes  uint64 `json:"sizeBytes"`
	Path       string `json:"file"`
}