catalog

package
v1.1.0-beta-3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 11, 2025 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Overview

Package catalog contains the registry of diagnostics.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Registry

type Registry interface {
	// Has checks if the specified diagnostic is registered
	Has(id string) bool
	// Get retrieves the diagnostic providers for the given IDs
	Get(ids ...string) []diagnostic.Provider
	// List returns the list of registered diagnostics
	List() []string
}

func NewCatalog

func NewCatalog(ctx context.Context, c *config.Settings) Registry

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL