Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExternalSearchConfig ¶ added in v0.54.0
type Matcher ¶
type Matcher struct { MavenSearcher // contains filtered or unexported fields }
func NewJavaMatcher ¶ added in v0.35.0
func NewJavaMatcher(cfg MatcherConfig) *Matcher
func (*Matcher) PackageTypes ¶
func (*Matcher) Type ¶
func (m *Matcher) Type() match.MatcherType
type MatcherConfig ¶ added in v0.35.0
type MatcherConfig struct { ExternalSearchConfig UseCPEs bool }
type MavenSearcher ¶ added in v0.35.0
type MavenSearcher interface { // GetMavenPackageBySha provides an interface for building a package from maven data based on a sha1 digest GetMavenPackageBySha(string) (*pkg.Package, error) }
MavenSearcher is the interface that wraps the GetMavenPackageBySha method.
Click to show internal directories.
Click to hide internal directories.