8 lines
151 B
Go
8 lines
151 B
Go
package export
|
|
|
|
type fileReference struct {
|
|
References int `json:"count"`
|
|
SizeBytes uint64 `json:"sizeBytes"`
|
|
Path string `json:"file"`
|
|
}
|