dirchange

package
v0.22.1 Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2022 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 added in v0.22.0

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

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.

Jump to

Keyboard shortcuts

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