Browse Source

imgurl hinzugefuegt

pull/1/head
Georg Spar 1 year ago
parent
commit
e0a0b8e4dc
  1. 1
      data.go

1
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

Loading…
Cancel
Save