Documentation ¶ Index ¶ type Adapter func NewAdapter() *Adapter func (a *Adapter) Analyse(ctx context.Context, req language.Request) (report.Result, error) func (a *Adapter) DetectWithConfidence(ctx context.Context, repoPath string) (language.Detection, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Adapter ¶ type Adapter struct { language.AdapterLifecycle } func NewAdapter ¶ func NewAdapter() *Adapter func (*Adapter) Analyse ¶ func (a *Adapter) Analyse(ctx context.Context, req language.Request) (report.Result, error) func (*Adapter) DetectWithConfidence ¶ func (a *Adapter) DetectWithConfidence(ctx context.Context, repoPath string) (language.Detection, error) Source Files ¶ View all Source files adapter.godetection.gogradle_file_discovery.gogradle_lockfile_parsing.gogradle_lookup.gogradle_lookup_index.gogradle_manifest_parsing.goreporting.goscan.go Click to show internal directories. Click to hide internal directories.