aboutsummaryrefslogtreecommitdiff
path: root/renderer/model.go
diff options
context:
space:
mode:
Diffstat (limited to 'renderer/model.go')
-rw-r--r--renderer/model.go14
1 files changed, 14 insertions, 0 deletions
diff --git a/renderer/model.go b/renderer/model.go
index 12fa90f..3d344b4 100644
--- a/renderer/model.go
+++ b/renderer/model.go
@@ -90,6 +90,20 @@ type RetweetedByData struct {
NextLink string
}
+type FollowingData struct {
+ *CommonData
+ Users []*mastodon.Account
+ HasNext bool
+ NextLink string
+}
+
+type FollowersData struct {
+ *CommonData
+ Users []*mastodon.Account
+ HasNext bool
+ NextLink string
+}
+
type SearchData struct {
*CommonData
Q string