Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RunIndex ¶
type RunIndex struct {
// contains filtered or unexported fields
}
RunIndex manages the run frequency index using bbolt DB.
func NewRunIndex ¶
NewRunIndex creates or opens the bbolt database for the run index.
func NewRunIndexWithCacheDir ¶
NewRunIndexWithCacheDir creates or opens the bbolt database for the run index with a specific cache directory. This is primarily for testing purposes.
func (*RunIndex) GetFrequencies ¶
GetFrequencies retrieves the run frequencies for a list of paths.
Click to show internal directories.
Click to hide internal directories.