dive-zfs/runtime/ci/reference_file.go
2019-09-21 16:28:45 -04:00

8 lines
147 B
Go

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