Versions in this module Expand all Collapse all v1 v1.1.0 Aug 25, 2025 v1.0.0 Aug 21, 2025 Changes in this version + type BlueSkyProfile struct + Avatar string + Banner string + CreatedAt string + Description string + Did string + DisplayName string + FollowersCount int + FollowingCount int + Handle string + Labels []string + PostsCount int + type Content struct + Bio string + Fields map[string]string + Joined string + Kind string + Location string + Markdown string + Name string + Tags []string + URL string + Username string + func Extract(ctx context.Context, data map[string]string, logger *slog.Logger) []Content + type MastodonAccount struct + Acct string + CreatedAt time.Time + DisplayName string + Fields []MastodonField + FollowersCount int + FollowingCount int + ID string + Note string + StatusesCount int + URL string + Username string + type MastodonField struct + Name string + Value string + VerifiedAt *time.Time + type MastodonProfileData struct + Bio string + DisplayName string + Hashtags []string + JoinedDate string + ProfileFields map[string]string + Username string + Websites []string