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

Struct NodeDetails

internal/ui/components/node_details.go:22–26  ·  view source on GitHub ↗

NodeDetails encapsulates the node details panel.

Source from the content-addressed store, hash-verified

20
21// NodeDetails encapsulates the node details panel.
22type NodeDetails struct {
23 *tview.Table
24
25 app *App
26}
27
28var _ NodeDetailsComponent = (*NodeDetails)(nil)
29

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected