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

Method GetStatus

pkg/api/group-client-manager.go:59–63  ·  view source on GitHub ↗

GetStatus safely retrieves the profile's connection status.

()

Source from the content-addressed store, hash-verified

57
58// GetStatus safely retrieves the profile's connection status.
59func (pc *ProfileClient) GetStatus() (ProfileConnectionStatus, error) {
60 pc.mu.RLock()
61 defer pc.mu.RUnlock()
62 return pc.Status, pc.LastErr
63}
64
65// GroupClientManager manages multiple Proxmox API clients for group cluster mode.
66// It provides concurrent access to multiple profiles and groups their data.

Callers 9

InitializeMethod · 0.95
GetConnectedClientsMethod · 0.80
GetConnectionSummaryMethod · 0.80
ExecuteOnProfileMethod · 0.80
GetGroupNodesMethod · 0.80
getClientForVMMethod · 0.80
getClientForNodeMethod · 0.80

Calls

no outgoing calls