Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parameter ¶
type Parameter struct {
Name string `yaml:"name"`
Mandatory bool `yaml:"mandatory"`
HasValue bool `yaml:"hasvalue"`
}
* Parameter structure, used for defining parameter data
type PluginSelector ¶
type PluginSelector struct {
PluginFile string `yaml:"plugin"`
}
* Action structure, used for defining action data
Click to show internal directories.
Click to hide internal directories.