This commit is contained in:
parent
8d4ba2ecae
commit
67b507f4bd
25 changed files with 74 additions and 27 deletions
|
@ -6,6 +6,9 @@ import (
|
|||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
// Metadata for describing some media
|
||||
// Media is, at least for Linstrom, always stored on a separate server,
|
||||
// be that the remote server it originated from or an s3 bucket
|
||||
type MediaMetadata struct {
|
||||
ID string `gorm:"primarykey"` // The unique ID of this media file
|
||||
CreatedAt time.Time // When this entry was created
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue