draincloud-core/internal/storage/models/files/files.go

12 lines
146 B
Go
Raw Normal View History

2024-12-14 07:42:59 +00:00
package files
type FileMetadata struct {
Id int64
Name string
UserID int64
Ext string
Type string
FSLink string
Size int64
}