From b6fbdc66c1ce1ec61ebfb6fcc0351ea627a1d288 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Wed, 22 Feb 2023 16:05:26 +0100 Subject: [chore] Deinterface processor and subprocessors (#1501) * [chore] Deinterface processor and subprocessors * expose subprocessors via function calls * missing license header --- internal/typeutils/converter.go | 7 ------- 1 file changed, 7 deletions(-) (limited to 'internal/typeutils/converter.go') diff --git a/internal/typeutils/converter.go b/internal/typeutils/converter.go index 6a783e190..c63bd8d8c 100644 --- a/internal/typeutils/converter.go +++ b/internal/typeutils/converter.go @@ -100,13 +100,6 @@ type TypeConverter interface { StatusToRSSItem(ctx context.Context, s *gtsmodel.Status) (*feeds.Item, error) - /* - FRONTEND (api) MODEL TO INTERNAL (gts) MODEL - */ - - // APIVisToVis converts an API model visibility into its internal gts equivalent. - APIVisToVis(m apimodel.Visibility) gtsmodel.Visibility - /* ACTIVITYSTREAMS MODEL TO INTERNAL (gts) MODEL */ -- cgit v1.2.3