Versions in this module Expand all Collapse all v0 v0.3.0 May 9, 2026 v0.2.0 Apr 20, 2026 Changes in this version + const Language + const NodePrefix + type Extractor struct + func New() *Extractor + func (e *Extractor) CanExtract(path string) bool + func (e *Extractor) DetectFramework(path string) *provider.FrameworkInfo + func (e *Extractor) Extensions() []string + func (e *Extractor) ExtractFile(path, baseDir string) ([]*graph.Node, []*graph.Edge, error) + func (e *Extractor) Language() string