Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No function to delete Analyzers #649

Open
Kafkalasch opened this issue Jan 21, 2025 · 0 comments
Open

No function to delete Analyzers #649

Kafkalasch opened this issue Jan 21, 2025 · 0 comments

Comments

@Kafkalasch
Copy link

The function to delete Anaylzers is missing. It is only possible to read or create some:

type DatabaseAnalyzer interface {
	// EnsureAnalyzer ensures that the given analyzer exists. If it does not exist, it is created.
	// The function returns whether the analyzer already existed or not.
	EnsureAnalyzer(ctx context.Context, analyzer *AnalyzerDefinition) (bool, Analyzer, error)

	// Analyzer returns the analyzer definition for the given analyzer
	Analyzer(ctx context.Context, name string) (Analyzer, error)

	// Analyzers return an iterator to read all analyzers
	Analyzers(ctx context.Context) (AnalyzersResponseReader, error)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant