Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyMapStringString ¶ added in v0.1.12
func FlattenEnvMap ¶ added in v0.1.31
func InterfaceSlice ¶
func InterfaceSlice(slice interface{}) []interface{}
Types ¶
type CmdInfo ¶ added in v0.1.17
type CmdInfo struct {
// contains filtered or unexported fields
}
func NewCmdInfo ¶ added in v0.1.17
func (*CmdInfo) Stderr ¶ added in v0.1.17
func (i *CmdInfo) Stderr() io.ReadCloser
func (*CmdInfo) Stdout ¶ added in v0.1.17
func (i *CmdInfo) Stdout() io.ReadCloser
func (*CmdInfo) WaitChannel ¶ added in v0.1.17
func (i *CmdInfo) WaitChannel() <-chan struct{}
Click to show internal directories.
Click to hide internal directories.