initial commits

master
Charles Iliya Krempeaux 2023-09-26 21:27:26 +09:00
parent d7e593080b
commit 0526d134cf
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ import (
"sourcecode.social/reiver/go-opt" "sourcecode.social/reiver/go-opt"
) )
// Tag represents a Mastodon API "Tag".
//
// See: // See:
// https://docs.joinmastodon.org/entities/Status/#Tag // https://docs.joinmastodon.org/entities/Status/#Tag
type Tag struct { type Tag struct {