Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPlugins ¶
Types ¶
type PluginExecCmd ¶ added in v1.45.0
Command used to execute plugin commands.
func (*PluginExecCmd) GetCmd ¶ added in v1.45.0
func (pluginCmd *PluginExecCmd) GetCmd() *exec.Cmd
func (*PluginExecCmd) GetEnv ¶ added in v1.45.0
func (pluginCmd *PluginExecCmd) GetEnv() map[string]string
func (*PluginExecCmd) GetErrWriter ¶ added in v1.45.0
func (pluginCmd *PluginExecCmd) GetErrWriter() io.WriteCloser
func (*PluginExecCmd) GetStdWriter ¶ added in v1.45.0
func (pluginCmd *PluginExecCmd) GetStdWriter() io.WriteCloser
Click to show internal directories.
Click to hide internal directories.