feat: add posts

This commit is contained in:
Rogee
2025-01-15 14:47:10 +08:00
parent ab827715fb
commit 9002862415
13 changed files with 374 additions and 104 deletions

View File

@@ -19,8 +19,8 @@ type Medias struct {
UserID int64 `json:"user_id"`
PostID int64 `json:"post_id"`
StorageID int64 `json:"storage_id"`
Hash string `json:"hash"`
Name string `json:"name"`
UUID string `json:"uuid"`
MimeType string `json:"mime_type"`
Size int64 `json:"size"`
Path string `json:"path"`