Gallery and video support

This commit is contained in:
video-prize-ranch
2022-01-18 16:45:57 -05:00
parent af756d2b0a
commit 87c8618cf5
8 changed files with 48 additions and 3 deletions

View File

@@ -6,4 +6,6 @@ type Media struct {
Title string
Description string
Url string
Type string
MimeType string
}