From e0a0b8e4dc7dafaf1fa62f652b91a3fc0802aac7 Mon Sep 17 00:00:00 2001 From: Georg Spar Date: Tue, 20 Jun 2023 14:00:32 +0200 Subject: [PATCH] imgurl hinzugefuegt --- data.go | 1 + 1 file changed, 1 insertion(+) diff --git a/data.go b/data.go index bddd1da..baa4acf 100644 --- a/data.go +++ b/data.go @@ -32,6 +32,7 @@ type Photos struct { Pfad string `json:"pfad"` ItembId uint64 `json:"itembid"` ItemextId uint64 `json:"itemextid"` + ImageUrl string `json:"imgurl"` } // struct für die Datenbank-Abfrage von Photos