Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetVersion ¶
Types ¶
type JSONPluginConfig ¶
type JSONPluginConfig struct { FromFile string `description:"Json file path to read or delete from" kind:"attribute" mode:"normal" readonly:"false" name:"from-file"` ToFile string `description:"Json file path to write to" kind:"attribute" mode:"normal" readonly:"false" name:"to-file"` }
func (*JSONPluginConfig) Description ¶
func (c *JSONPluginConfig) Description() string
func (*JSONPluginConfig) Validate ¶
func (c *JSONPluginConfig) Validate(operation plugin.OperationType) error
Click to show internal directories.
Click to hide internal directories.