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 {