Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Include sets the directories to be scanned recursively. Include map[string]bool // Ignored will construct a set of files to ignore within Include // it uses a simple prefix match on the fully qualified path. Ignored map[string]bool // Hash controls which hahsing algorithm is used. Hash string // FollowSymlinks if set indicates to follow symlinks FollowSymlinks bool }
Click to show internal directories.
Click to hide internal directories.