Documentation
¶
Index ¶
- Variables
- func Init(ctx context.Context)
- func RecordCLIInvocation(command string)
- func RecordCLIInvocationWithFlags(command string, activeFlags map[string]string)
- func RecordDirScan(fileCount int, langCounts map[string]int)
- func RecordDuration(operation, language string, duration float64)
- func RecordError(errorType string)
- func RecordFileAnalyzed(language, extension string)
- func RecordInstallation()
- func RecordMCPToolCall(tool string)
- func RecordQualityScore(language string, score int)
- func RecordSecretsDetected(category, severity, fileExt string, count int)
- func RecordSmellsDetected(smellType, language string, count int)
- func SetMCPClient(name string)
- func Shutdown(ctx context.Context)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( InstallID string IsEnabled bool Version string FirstRun bool )
Functions ¶
func RecordCLIInvocation ¶
func RecordCLIInvocation(command string)
func RecordCLIInvocationWithFlags ¶ added in v0.8.6
func RecordDirScan ¶ added in v0.8.6
func RecordDuration ¶
func RecordError ¶
func RecordError(errorType string)
func RecordFileAnalyzed ¶
func RecordFileAnalyzed(language, extension string)
func RecordInstallation ¶
func RecordInstallation()
func RecordMCPToolCall ¶
func RecordMCPToolCall(tool string)
func RecordQualityScore ¶
func RecordSecretsDetected ¶
func RecordSmellsDetected ¶
func SetMCPClient ¶ added in v0.8.6
func SetMCPClient(name string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.