dive-zfs/runtime/reference_file.go

8 lines
152 B
Go

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