# Functions
DefaultLoader creates the default loader.
NewLoader creates a loader with the package loader override given in the ctor, this is to aid in testing.
# Constants
FileLoadMode indicates that the path points to a file (relative or absolute).
PackageLoadMode indicates that the path is an import path and should be loaded with that context.
# Structs
Loader is a utility service for extracting type information from a go package.
LoadingError holds any errors that occurred while loading a package.
Result holds the results of loading a particular type.
# Type aliases
LoadMode determines how a path should be loaded.