Documentation ¶ Index ¶ type Adapter func New() *Adapter func (a *Adapter) Language() string func (a *Adapter) Parse(_ context.Context, path string, content []byte) (graph.ParsedFile, error) func (a *Adapter) Supports(path string) bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Adapter ¶ type Adapter struct{} func New ¶ func New() *Adapter func (*Adapter) Language ¶ func (a *Adapter) Language() string func (*Adapter) Parse ¶ func (a *Adapter) Parse(_ context.Context, path string, content []byte) (graph.ParsedFile, error) func (*Adapter) Supports ¶ func (a *Adapter) Supports(path string) bool Source Files ¶ View all Source files adapter.go Click to show internal directories. Click to hide internal directories.