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

Struct Plugin

internal/ui/plugins/communityscripts/plugin.go:15–17  ·  view source on GitHub ↗

Plugin implements the components.Plugin interface to provide community script functionality.

Source from the content-addressed store, hash-verified

13
14// Plugin implements the components.Plugin interface to provide community script functionality.
15type Plugin struct {
16 app *components.App
17}
18
19// New returns a fresh plugin instance.
20func New() *Plugin {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected