Versions in this module Expand all Collapse all v0 v0.1.0 Mar 30, 2026 Changes in this version + func FormatDuration(d time.Duration) string + func PadRight(s string, length int) string + func TruncateString(s string, maxLen int) string + type BridgeStatus struct + FailCount int + PassCount int + TotalMessages int + type Dashboard struct + func New(paths *config.Paths) *Dashboard + func (d *Dashboard) PrintSummary() error + func (d *Dashboard) Run(ctx context.Context) error + func (d *Dashboard) Stop() + type RunStatus struct + BridgeStatus *BridgeStatus + Manifest *run.Manifest + RepoID string