dive-zfs/runtime/export/file_reference.go
2019-10-07 12:09:31 -04:00

8 lines
151 B
Go

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