From 2f57eb5ece9a5cb25b78284d01bd55b14d2e4580 Mon Sep 17 00:00:00 2001 From: tsmethurst Date: Sun, 2 Jan 2022 15:00:53 +0100 Subject: fiddle around with workers --- internal/media/media.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 internal/media/media.go (limited to 'internal/media/media.go') diff --git a/internal/media/media.go b/internal/media/media.go new file mode 100644 index 000000000..e96c37020 --- /dev/null +++ b/internal/media/media.go @@ -0,0 +1,7 @@ +package media + +import gtsmodel "github.com/superseriousbusiness/gotosocial/internal/db/bundb/migrations/20211113114307_init" + +type Media struct { + Attachment *gtsmodel.MediaAttachment +} -- cgit v1.2.3