Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Information ¶ added in v0.21.3
Information gets the information about an installed plugin
func IsPredefined ¶ added in v0.30.3
func RunWithArgs ¶ added in v0.30.0
RunWithArgs runs the plugin with arguments
Types ¶
type Plugin ¶
type Plugin struct { Name string `yaml:"name"` Repository string `yaml:"repository"` Version string `yaml:"version"` Usage string `yaml:"usage"` Description string `yaml:"description"` Platforms []Platform `yaml:"platforms"` // runtime environment for testability GOOS string `yaml:"_goos"` GOARCH string `yaml:"_goarch"` }
Plugin represents a plugin.
Click to show internal directories.
Click to hide internal directories.