MCPcopy Create free account
hub / github.com/devnullvoid/pvetui / Footer

Struct Footer

internal/ui/components/footer.go:14–24  ·  view source on GitHub ↗

Footer encapsulates the application footer.

Source from the content-addressed store, hash-verified

12
13// Footer encapsulates the application footer.
14type Footer struct {
15 *tview.TextView
16
17 vncSessionCount int
18 autoRefreshActive bool
19 selectedGuests int
20 baseText string
21 refreshCountdown int // seconds until next auto-refresh
22 isLoading bool
23 spinnerIndex int
24}
25
26var _ FooterComponent = (*Footer)(nil)
27

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected