NodeDetails encapsulates the node details panel.
| 20 | |
| 21 | // NodeDetails encapsulates the node details panel. |
| 22 | type NodeDetails struct { |
| 23 | *tview.Table |
| 24 | |
| 25 | app *App |
| 26 | } |
| 27 | |
| 28 | var _ NodeDetailsComponent = (*NodeDetails)(nil) |
| 29 |
nothing calls this directly
no outgoing calls
no test coverage detected