8 lines
152 B
Go
8 lines
152 B
Go
package runtime
|
|
|
|
type ReferenceFile struct {
|
|
References int `json:"count"`
|
|
SizeBytes uint64 `json:"sizeBytes"`
|
|
Path string `json:"file"`
|
|
}
|