Documentation
¶
Overview ¶
Package symbols defines the serializable index of package symbols extracted from parsed package files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Package ¶
type Package struct { Files []protocol.DocumentURI // package files Symbols [][]Symbol // symbols in each file }
A Package holds information about symbols declared by each file of a package.
The symbols included are: package-level declarations, and fields and methods of type declarations.
Click to show internal directories.
Click to hide internal directories.