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

Struct Plugin

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

Plugin provides command execution capabilities on Proxmox hosts.

Source from the content-addressed store, hash-verified

16
17// Plugin provides command execution capabilities on Proxmox hosts.
18type Plugin struct {
19 app *components.App
20 runner *commandrunner.Plugin
21 timeout time.Duration
22}
23
24// New creates a fresh plugin instance.
25func New() *Plugin {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected