Versions in this module Expand all Collapse all v0 v0.1.0 Jul 21, 2026 Changes in this version + type ActivityMetrics struct + ActiveUsers7d int + Last7dAdds int + Last7dSearches int + type CollabMetrics struct + ReuseRate float64 + TopContributors []ContributorStat + TotalReuses int + TotalViews int + type ContributorStat struct + Entries int + Name string + ReusesReceived int + UserID uuid.UUID + type CoverageMetrics struct + GithubRefsWithMemory int + JiraRefsWithMemory int + type HiveShareSummary struct + Description string + MemberCount int + Name string + type Hiveshare struct + CreatedAt time.Time + Description string + ID uuid.UUID + MemberCount int + Name string + OwnerID uuid.UUID + Role string + Settings map[string]interface{} + UpdatedAt time.Time + type HiveshareMetrics struct + Activity ActivityMetrics + Collab CollabMetrics + Coverage CoverageMetrics + Hiveshare HiveShareSummary + Memory MemoryMetrics + type Invitation struct + CreatedAt time.Time + Email string + ExpiresAt time.Time + HiveShareName string + HiveshareID uuid.UUID + ID uuid.UUID + InviteURL string + InvitedBy uuid.UUID + Role string + Status string + Token string + type Member struct + Email string + HiveshareID uuid.UUID + InvitedBy *uuid.UUID + JoinedAt time.Time + Name string + Role string + UserID uuid.UUID + type MemoryEntry struct + Content string + CreatedAt time.Time + HiveshareID uuid.UUID + ID uuid.UUID + Metadata map[string]interface{} + Reuses int + Score float64 + SourceRef string + SourceType string + SourceURL string + Summary string + Tags []string + Tool string + UpdatedAt time.Time + UserID uuid.UUID + UserName string + Views int + type MemoryMetrics struct + BySourceType map[string]int + ByTool map[string]int + TotalEntries int + UniqueSources int + type StreamEvent struct + HiveshareID uuid.UUID + Payload interface{} + Type string + type UsageEvent struct + CreatedAt time.Time + EntryID *uuid.UUID + EventType string + HiveshareID *uuid.UUID + ID uuid.UUID + Metadata map[string]interface{} + UserID uuid.UUID + type User struct + APIKey string + CreatedAt time.Time + Email string + ID uuid.UUID + Name string + type UserMetrics struct + HivsharesJoined int + HivsharesOwned int + TotalEntries int + TotalReusesGiven int + TotalSearches int