Documentation
¶
Overview ¶
Package cache provides a file-hash cache for incremental scanning. Only files whose content has changed since the last run are rescanned.
Index ¶
Constants ¶
View Source
const DefaultPath = ".broly-cache.json"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct {
Hashes map[string]string `json:"hashes"`
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.