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