idecnode/pkg/model/file.go

8 lines
134 B
Go
Raw Normal View History

package model
type File struct {
2024-10-29 01:21:05 +03:00
Name string `json:"name"`
Size int64 `json:"size"`
FullName string `json:"full_name"`
}