dashboard

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 30, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package dashboard provides a live terminal UI for monitoring active runs.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FormatDuration

func FormatDuration(d time.Duration) string

FormatDuration formats a duration for display.

func PadRight

func PadRight(s string, length int) string

PadRight pads a string to the right with spaces.

func TruncateString

func TruncateString(s string, maxLen int) string

TruncateString truncates a string to maxLen with ellipsis.

Types

type BridgeStatus

type BridgeStatus struct {
	TotalMessages int
	PassCount     int
	FailCount     int
}

BridgeStatus contains simplified bridge statistics.

type Dashboard

type Dashboard struct {
	// contains filtered or unexported fields
}

Dashboard displays live status of all active runs.

func New

func New(paths *config.Paths) *Dashboard

New creates a new dashboard.

func (*Dashboard) PrintSummary

func (d *Dashboard) PrintSummary() error

PrintSummary prints a one-line summary of all runs.

func (*Dashboard) Run

func (d *Dashboard) Run(ctx context.Context) error

Run starts the dashboard display loop.

func (*Dashboard) Stop

func (d *Dashboard) Stop()

Stop stops the dashboard.

type RunStatus

type RunStatus struct {
	Manifest     *run.Manifest
	RepoID       string
	BridgeStatus *BridgeStatus
}

RunStatus contains status information for a run.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL