Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrEarlyExit = errors.New("EXIT CALLED BY SCRIPT")
Functions ¶
This section is empty.
Types ¶
type LocalizedModule ¶
type LocalizedModule interface {
Name() string
Exports() starlark.StringDict
Destroy(ModuleLoader) error
}
Used by module loaders to orchestrate the use of a module
type ModuleExporterFn ¶
type ModuleExporterFn func(loader ModuleLoader) (LocalizedModule, error)
Click to show internal directories.
Click to hide internal directories.