Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filter ¶
type Filter struct {
Query string
Languages []string
Types []rule.Type
Severities []shared.Severity
Tags []string
CWE []string
}
Filter represents normalized catalog query parameters.
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service provides rule catalog queries.
func NewService ¶
func NewService(catalog ports.RuleCatalog) (*Service, error)
NewService creates a new Service.
Click to show internal directories.
Click to hide internal directories.