package
Version:
v0.3.7
Opens a new window with list of versions in this module.
Published: May 21, 2026
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package rescanstat holds the latest source-rescan tick result for the rescan resource to project.
type PurgedFile struct {
Path string `json:"path"`
Nodes int `json:"nodes"`
}
type Snapshot struct {
RunAt int64 `json:"run_at"`
Error string `json:"error"`
Added int `json:"added"`
Modified int `json:"modified"`
Removed int `json:"removed"`
PurgedFiles []PurgedFile `json:"purged_files"`
}
Set publishes one tick's interval and result, replacing the last.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.