Documentation
¶
Overview ¶
Package rescan periodically recompiles a source tree into the store.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EffectiveInterval ¶ added in v0.3.8
Types ¶
type Loop ¶
type Loop struct {
// contains filtered or unexported fields
}
func (*Loop) SetChangeObserver ¶
func (r *Loop) SetChangeObserver(fn func())
type Option ¶
type Option func(*options)
func WithCompileConfig ¶
func WithCompileConfig(cc config.CompileConfig) Option
func WithLogger ¶
func WithRescanLog ¶
func WithStatus ¶
func WithStatus(s *rescanstat.Status) Option
Click to show internal directories.
Click to hide internal directories.