Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AstSchema ¶
type AstSchema struct {
ModulePath string
Packages map[string]Dependencies
}
AstSchema is a simpler presentation of the ast of a project.
type Dep ¶
type Dep struct {
PackageName string
DependencyName string
VarName string
Funcs []string
External bool
}
Dep represent one dependency injected.
type Dependencies ¶
type Dependencies map[string]Dependency
Dependencies contains all the dependencies of a package.
type Dependency ¶
Dependency represent a type that has been identified as a dependency.
Click to show internal directories.
Click to hide internal directories.