Documentation ¶
Rendered for windows/amd64
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ExcludedPathRegexes = CompileExcludedPaths()
Precompiled regex patterns for excluded paths
View Source
var PartialFilePathRegexes = CompilePartialFileList()
View Source
var SizeCache sync.Map // Map[filePath]*sync.Map (snapshotId -> size)
Functions ¶
func CompileExcludedPaths ¶
func CompilePartialFileList ¶
Types ¶
type ExclusionData ¶
type ExclusionResp ¶
type ExclusionResp struct {
Data []ExclusionData `json:"data"`
}
type PartialFileData ¶
type PartialFileResp ¶
type PartialFileResp struct {
Data []PartialFileData `json:"data"`
}
Click to show internal directories.
Click to hide internal directories.