NodeList exposes the node list component.
()
| 579 | |
| 580 | // NodeList exposes the node list component. |
| 581 | func (a *App) NodeList() NodeListComponent { |
| 582 | return a.nodeList |
| 583 | } |
| 584 | |
| 585 | // VMList exposes the VM list component. |
| 586 | func (a *App) VMList() VMListComponent { |
no outgoing calls
no test coverage detected