diff options
| -rw-r--r-- | internal/listing/listing.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/listing/listing.go b/internal/listing/listing.go index cabd6bb..de769cc 100644 --- a/internal/listing/listing.go +++ b/internal/listing/listing.go @@ -1,6 +1,7 @@ package listing import ( + "net/url" "time" "codeberg.org/mihna123/openstore/internal/user" @@ -43,4 +44,6 @@ type Listing struct { views int createdAt time.Time author *user.User + isExternal bool + origin url.URL } |
