From 2c51288913f95a030a3710cd010faa31fd65e976 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Tue, 26 Sep 2023 21:17:10 +0900 Subject: [PATCH] initial commits --- ent/previewcardhistory.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ent/previewcardhistory.go b/ent/previewcardhistory.go index dbd8b02..7abdfd1 100644 --- a/ent/previewcardhistory.go +++ b/ent/previewcardhistory.go @@ -4,6 +4,8 @@ import ( "sourcecode.social/reiver/go-opt" ) +// See: +// https://docs.joinmastodon.org/entities/PreviewCard/#history type PreviewCardHistory struct { Day opt.Optional[string] `json:"day"` Accounts opt.Optional[string] `json:"accounts"`