Versions in this module Expand all Collapse all v1 v1.2.0 Dec 28, 2024 v1.1.2 Dec 27, 2024 v1.1.1 Dec 27, 2024 v1.1.0 Dec 27, 2024 v1.0.0 Dec 18, 2024 Changes in this version + func Handler(w gopher.ResponseWriter, r *gopher.Request, s config.Secrets) + func SearchMastodonHashtag(hashtag string, s config.Secrets) string + type Account struct + Acct string + Avatar string + AvatarStatic string + Bot bool + CreatedAt time.Time + Discoverable bool + DisplayName string + Emojis []any + Fields []any + FollowersCount int + FollowingCount int + Group bool + Header string + HeaderStatic string + HideCollections bool + ID string + Indexable bool + LastStatusAt string + Locked bool + Note string + StatusesCount int + URI string + URL string + Username string + type Application struct + Name string + Website string + type Fields struct + Name string + Value string + VerifiedAt time.Time + type Mentions struct + Acct string + ID string + URL string + Username string + type Statuses struct + Account Account + Application Application + Bookmarked bool + Card any + Content string + CreatedAt time.Time + EditedAt any + Emojis []any + Favourited bool + FavouritesCount int + Filtered []any + ID string + InReplyToAccountID string + InReplyToID string + Language string + MediaAttachments []any + Mentions []Mentions + Muted bool + Poll any + Reblog any + Reblogged bool + ReblogsCount int + RepliesCount int + Sensitive bool + SpoilerText string + Tags []Tags + URI string + URL string + Visibility string + type Tags struct + Name string + URL string