Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + type ContribStats struct + Contributors int + Downloads int + Stars int + TotalProtocols int + type Dashboard struct + Contrib ContribStats + Health []HealthMetric + Trends []Trend + func NewDashboard() *Dashboard + func (d *Dashboard) Describe() string + type HealthMetric struct + Name string + Unit string + Value float64 + type Trend struct + Growth float64 + Period string + Protocol string