Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // TODO Add any configuration parameters here. For example, if region should be preset? or if there are some common parameters that should be passed // for every execution. If this is not the case, just delete the config folder MyConfigParam string `json:"my-cfg-param" pflag:",Some configuration that is used by the backend plugin "` }
Per Plugin optional configuration
Click to show internal directories.
Click to hide internal directories.