summaryrefslogtreecommitdiff
path: root/pkg/model/file.go
blob: d87f581ee27c1250c822ebe387f86346066c36c2 (plain) (blame)
1
2
3
4
5
6
7
package model

type File struct {
	Name     string
	Size     int64
	FullName string
}