Documentation ¶ Index ¶ type Adapter func NewAdapter() *Adapter func (a *Adapter) Analyse(ctx context.Context, req language.Request) (report.Report, 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.Report, error) func (*Adapter) DetectWithConfidence ¶ func (a *Adapter) DetectWithConfidence(ctx context.Context, repoPath string) (language.Detection, error) Source Files ¶ View all Source files adapter.goengine.gomanifest.go Click to show internal directories. Click to hide internal directories.