Add post video storage (#21)
CI / test (push) Successful in 6m28s

post_images.kind is image or video. A post can keep one video alongside up to four images.

Reviewed-on: #21
Co-authored-by: codegirl-007 <s.raide@gmail.com>
This commit was merged in pull request #21.
This commit is contained in:
2026-08-31 04:37:08 +00:00
committed by codegirl007
parent 2eb8bff1c4
commit 728ae68811
8 changed files with 144 additions and 21 deletions
+1
View File
@@ -35,6 +35,7 @@ type PostImage struct {
ObjectKey string
PublicUrl string
Description string
Kind string
Position int16
Width int32
Height int32