Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Loader ¶
type Loader struct {
// contains filtered or unexported fields
}
func (*Loader) Graph ¶
Graph resolves patterns and returns packages with all the information required to later load type information, and optionally syntax trees.
The provided config can set any setting with the exception of Mode.
func (*Loader) LoadFromExport ¶
LoadFromExport loads a package from export data. All of its dependencies must have been loaded already.
Click to show internal directories.
Click to hide internal directories.