package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Jun 2, 2023
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type File struct {
Id uuid.UUID `gorm:"primary_key;size:36;<-:create"`
Context string `gorm:"size:255"`
OriginFilename string `gorm:"size:255"`
MimeType string `gorm:"size:128"`
Size uint
CreatedAt time.Time
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.