Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Name is the name of the plugin. Name string `yaml:"name,omitempty"` // Version is the version of the plugin. Version string `yaml:"version,omitempty"` // Description is the plugin description. Description string `yaml:"description,omitempty"` // IgnoreFlags is set if this plugin will ignore flags. IgnoreFlags bool `yaml:"ignore_flags,omitempty"` // Command is the command that needs to be called to invoke the plugin. Command string `yaml:"command,omitempty"` }
Config is configuration for a Plugin.
Click to show internal directories.
Click to hide internal directories.