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

FuncType factory

internal/ui/plugins/loader.go:14–14  ·  view source on GitHub ↗
func() components.Plugin

Source from the content-addressed store, hash-verified

12)
13
14type factory func() components.Plugin
15
16var registry = map[string]factory{
17 ansible.PluginID: func() components.Plugin { return ansible.New() },

Callers 2

resolveFunction · 0.85
AvailableMetadataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected