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

Struct Plugin

internal/ui/plugins/guestlist/plugin.go:22–24  ·  view source on GitHub ↗

Plugin is a tiny example plugin that contributes a node action.

Source from the content-addressed store, hash-verified

20
21// Plugin is a tiny example plugin that contributes a node action.
22type Plugin struct {
23 app *components.App
24}
25
26// New creates a fresh plugin instance.
27func New() *Plugin {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected