From 2af37d47783aac8c650ffd1578e2297b5784c73d Mon Sep 17 00:00:00 2001 From: r Date: Tue, 28 Jan 2020 17:51:00 +0000 Subject: Refactor everything --- model/postContext.go | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 model/postContext.go (limited to 'model/postContext.go') diff --git a/model/postContext.go b/model/postContext.go deleted file mode 100644 index 58997f7..0000000 --- a/model/postContext.go +++ /dev/null @@ -1,19 +0,0 @@ -package model - -type PostFormat struct { - Name string - Type string -} - -type PostContext struct { - DefaultVisibility string - ReplyContext *ReplyContext - Formats []PostFormat - DarkMode bool -} - -type ReplyContext struct { - InReplyToID string - InReplyToName string - ReplyContent string -} -- cgit v1.2.3