Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoFile = errors.New("no file in specified paths")
Functions ¶
func HasDirChecksumChanged ¶
func HasDirChecksumChanged(workdir string, paths []string, checksumSavePath string, checksumName string) (bool, error)
HasDirChecksumChanged computes the md5 checksum of the provided paths (directories or files) and compare it with the current saved checksum Return true if the checksum file doesn't exist yet paths are relative to workdir, if workdir is empty string paths are absolute
func SaveDirChecksum ¶
func SaveDirChecksum(workdir string, paths []string, checksumSavePath string, checksumName string) error
SaveDirChecksum saves the md5 checksum of the provided paths (directories or files) in the specified directory If checksumSavePath directory doesn't exist, it is created paths are relative to workdir, if workdir is empty string paths are absolute
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.