Versions in this module Expand all Collapse all v0 v0.14.0 Mar 22, 2025 Changes in this version + func ComputeHash(obj interface{}) string + func DeepHashObject(hasher hash.Hash, objectToWrite interface{}) + func HashFolder(ctx context.Context, folder string, filters ...HashFolderFilter) (hash string, err error) + func HashSHA256(secretKey string, value []byte) (string, error) + type HashFolderFilter func(context context.Context, path string, d fs.DirEntry) bool + func IgnoreFilesFilter(patterns ...string) HashFolderFilter