Documentation
¶
Index ¶
- func CopyMapStringString(m map[string]string) map[string]string
- func FlattenEnvMap(m map[string]string) []string
- func InterfaceSlice(slice interface{}) []interface{}
- func RegexValidator(regex *regexp.Regexp, msg string) func(interface{}) error
- func StringArrayToSet(in []string) map[string]bool
- type CmdInfo
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{}
func StringArrayToSet ¶ added in v0.1.35
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.