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

Method Client

internal/ui/components/app.go:536–538  ·  view source on GitHub ↗

Client exposes the underlying API client for plugin use.

()

Source from the content-addressed store, hash-verified

534
535// Client exposes the underlying API client for plugin use.
536func (a *App) Client() *api.Client {
537 return a.client
538}
539
540// TaskManager returns the application task manager.
541func (a *App) TaskManager() *taskmanager.TaskManager {

Calls

no outgoing calls