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

Function newPluginRegistry

internal/ui/components/plugins.go:90–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88}
89
90func newPluginRegistry() *pluginRegistry {
91 return &pluginRegistry{
92 modalPageNames: make([]string, 0),
93 }
94}
95
96// RegisterNodeAction registers a plugin-provided node action.
97func (r *pluginRegistry) RegisterNodeAction(action NodeAction) {

Callers 3

NewAppFunction · 0.85
InitializePluginsMethod · 0.85

Calls

no outgoing calls

Tested by 1