Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericLoader ¶
func CreateGenericLoader ¶
func CreateGenericLoader() *GenericLoader
func (*GenericLoader) LoadModuleFrom ¶
func (gl *GenericLoader) LoadModuleFrom(paths []string, cl *vm.ClassLoader, name string) *vm.Module
type SpecificLoader ¶
type SpecificLoader struct { GL *GenericLoader Paths []string }
func (*SpecificLoader) LoadModule ¶
func (sl *SpecificLoader) LoadModule(cl *vm.ClassLoader, name string) *vm.Module
Click to show internal directories.
Click to hide internal directories.