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.gocompile_database.godetection.goinclude_resolution.gomanifest.goreporting.go Click to show internal directories. Click to hide internal directories.