Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPluginExecutableName ¶
func GetPlugins ¶
Types ¶
type SignatureCmd ¶
type SignatureCmd struct { Command []string // contains filtered or unexported fields }
Command used to extract a plugin's signature, and to execute plugin commands.
func (*SignatureCmd) GetCmd ¶
func (signatureCmd *SignatureCmd) GetCmd() *exec.Cmd
func (*SignatureCmd) GetEnv ¶
func (signatureCmd *SignatureCmd) GetEnv() map[string]string
func (*SignatureCmd) GetErrWriter ¶
func (signatureCmd *SignatureCmd) GetErrWriter() io.WriteCloser
func (*SignatureCmd) GetStdWriter ¶
func (signatureCmd *SignatureCmd) GetStdWriter() io.WriteCloser
Click to show internal directories.
Click to hide internal directories.