Documentation
¶
Overview ¶
Package types defines new plugin manager types.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin struct {
Name string
Description string
RequiredBy []string
Requires []string
ExecStart string
Plugins Plugins
Library string
// TODO: Add Percentage to get no. of pending vs. completed run of plugins.
RunTime runtime.RunTime
Status string
StdOutErr []string
}
Plugin is plugin's info: name, description, cmd to run, status, stdouterr.
Click to show internal directories.
Click to hide internal directories.