Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ErrNoFile = errors.New("no file in specified paths")
Functions ¶
func ChecksumFromPaths ¶
ChecksumFromPaths computes the md5 checksum from the provided paths. Relative paths to the workdir are used. If workdir is empty, string paths are absolute.
func HasDirChecksumChanged ¶
func HasDirChecksumChanged(checksumCache cache.Cache[[]byte], cacheKey string, workdir string, paths ...string) (bool, error)
HasDirChecksumChanged computes the md5 checksum of the provided paths (directories or files) and compares it with the current cached checksum. Return true if the checksum doesn't exist yet. paths are relative to workdir, if workdir is empty string paths are absolute.
func SaveDirChecksum ¶
func SaveDirChecksum(checksumCache cache.Cache[[]byte], cacheKey string, workdir string, paths ...string) error
SaveDirChecksum saves the md5 checksum of the provided paths (directories or files) in the provided cache. 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.