package image // PostMeta hold data for an image post type PostMeta struct { FilePath string `redis:"file_path"` CreatedAt string `redis:"created_at"` UserID string `redis:"user_id"` MimeType string `redis:"mime_type"` }