dirchange

package
v28.8.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 16, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrNoFile = errors.New("no file in specified paths")

Functions

func ChecksumFromPaths

func ChecksumFromPaths(workdir string, paths ...string) ([]byte, error)

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL