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

Struct Header

internal/ui/components/header.go:17–26  ·  view source on GitHub ↗

Header encapsulates the application header.

Source from the content-addressed store, hash-verified

15
16// Header encapsulates the application header.
17type Header struct {
18 *tview.TextView
19
20 mu sync.Mutex
21 isLoading bool
22 loadingText string
23 loadingCancel context.CancelFunc
24 app *tview.Application
25 currentProfile string // Track the current active profile
26}
27
28var _ HeaderComponent = (*Header)(nil)
29

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected