collect

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2026 License: Apache-2.0, MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Context

type Context struct {
	EnclosingFunction string `json:"enclosingFunction,omitempty"`
	Type              string `json:"type,omitempty"`
	ValueExpression   string `json:"valueExpression,omitempty"`
	ParentType        string `json:"parentType,omitempty"`
}

type Identifier

type Identifier struct {
	Name    string  `json:"name"`
	Kind    string  `json:"kind"`
	File    string  `json:"file"`
	Line    int     `json:"line"`
	Column  int     `json:"column"`
	Context Context `json:"context"`
}

func FromPath

func FromPath(path string) ([]Identifier, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL