Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*Syncer)
Option configures a Syncer
func WithCountProgressCallback ¶
WithCountProgressCallback sets a callback for numeric progress (current/total)
func WithProgressCallback ¶
WithProgressCallback sets a callback for progress updates
type Stats ¶
type Stats struct {
SessionsScanned int
SessionsIndexed int
SessionsSkipped int
TurnsIndexed int
ToolUsesIndexed int
ProjectsFound int
Errors []error
Duration time.Duration
}
Stats tracks sync statistics
Click to show internal directories.
Click to hide internal directories.