idecnode/pkg/model/file.go
2024-10-20 20:38:08 +03:00

7 lines
86 B
Go

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