# Variables
StopLookup is used as return value from a LookupFunc function to indicate that the lookup should be stopped.
# Interfaces
No description provided by the author
No description provided by the author
Declaration represents a declaration.
Env represents an execution environment.
No description provided by the author
No description provided by the author
No description provided by the author
ImportablePackage represents an importable package.
Importer represents a package importer; Import returns the native package with the given package path.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
CombinedImporter combines multiple importers into one importer.
CombinedPackage implements an ImportablePackage by combining multiple packages into one package with name the name of the first package and as declarations the declarations of all packages.
No description provided by the author
Declarations represents a set of variables, constants, functions, types and packages declarations and can be used for template globals and package declarations.
No description provided by the author
No description provided by the author
No description provided by the author
LookupFunc is the type of the function called by ImportablePackage.LookupFunc to read each package declaration.
No description provided by the author
Packages implements Importer using a map of ImportablePackage.
No description provided by the author
No description provided by the author
No description provided by the author