Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ErrNoFile = errors.New("no file in specified paths")
Functions ¶
func ChecksumFromPaths ¶ added in v0.22.0
ChecksumFromPaths computes the md5 checksum from the provided paths paths are relative to workdir, 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 compare 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.