Versions in this module Expand all Collapse all v1 v1.13.1 Mar 11, 2020 Changes in this version + func CompareDirectoryEntries(e1 []os.FileInfo, e2 []os.FileInfo) error + func ConsumeWithSpeed(reader io.Reader, chunkSize int, interval time.Duration, stop chan bool) (n int, err error) + func ConvertSliceOfStringsToMap(input []string) map[string]struct + func IsKilled(err error) bool + func ListTar(f io.Reader) ([]string, error) + func ParseCgroupPaths(procCgroupData string) map[string]string + func RandomTmpDirPath(s string, platform string) string + func RunAtDifferentDate(date time.Time, block func()) + func RunCommandPipelineWithOutput(cmds ...*exec.Cmd) (output string, exitCode int, err error) + type ChannelBuffer struct + C chan []byte + func (c *ChannelBuffer) Close() error + func (c *ChannelBuffer) ReadTimeout(p []byte, n time.Duration) (int, error) + func (c *ChannelBuffer) Write(b []byte) (int, error)