aboutsummaryrefslogtreecommitdiff
path: root/internal/image/model.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/image/model.go')
-rw-r--r--internal/image/model.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/image/model.go b/internal/image/model.go
index 0d1cd60..a27d039 100644
--- a/internal/image/model.go
+++ b/internal/image/model.go
@@ -6,4 +6,6 @@ type PostMeta struct {
CreatedAt string `redis:"created_at"`
UserID string `redis:"user_id"`
MimeType string `redis:"mime_type"`
+ Title string `redis:"title"`
+ Desc string `redis:"desc"`
}