package
1.13.1
Repository: https://github.com/react-vue-devel/moby.git
Documentation: pkg.go.dev

# Packages

Package checker provides Docker specific implementations of the go-check.Checker interface.
No description provided by the author

# Functions

CompareDirectoryEntries compares two sets of FileInfo (usually taken from a directory) and returns an error if different.
ConsumeWithSpeed reads chunkSize bytes from reader before sleeping for interval duration.
ConvertSliceOfStringsToMap converts a slices of string in a map with the strings as key and an empty string as values.
IsKilled process the specified error and returns whether the process was killed or not.
ListTar lists the entries of a tar.
ParseCgroupPaths parses 'procCgroupData', which is output of '/proc/<pid>/cgroup', and returns a map which cgroup name as key and path as value.
RandomTmpDirPath provides a temporary path with rand string appended.
RunAtDifferentDate runs the specified function with the given time.
RunCommandPipelineWithOutput runs the array of commands with the output of each pipelined with the following (like cmd1 | cmd2 | cmd3 would do).

# Structs

ChannelBuffer holds a chan of byte array that can be populate in a goroutine.