From 0526d134cf1b48290fed52bc1c1a13b567811070 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Tue, 26 Sep 2023 21:27:26 +0900 Subject: [PATCH] initial commits --- ent/tag.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ent/tag.go b/ent/tag.go index c023fed..b6c9773 100644 --- a/ent/tag.go +++ b/ent/tag.go @@ -4,6 +4,8 @@ import ( "sourcecode.social/reiver/go-opt" ) +// Tag represents a Mastodon API "Tag". +// // See: // https://docs.joinmastodon.org/entities/Status/#Tag type Tag struct {