idecnode/pkg/model/file.go

8 lines
86 B
Go
Raw Normal View History

package model
type File struct {
Name string
Size int64
FullName string
}