dirchange

package
v0.14.1-0...-8b31b97 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2021 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 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.

Jump to

Keyboard shortcuts

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