Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NativeModuleRegistry = make(map[string]NativeModuleLoader)
Functions ¶
func RegisterNativeModule ¶
func RegisterNativeModule(name string, loader NativeModuleLoader)
Types ¶
type NativeModuleLoader ¶
type NativeModuleLoader func() (*shared.RuntimeValue, *errors.RuntimeError)
func GetNativeModuleLoader ¶
func GetNativeModuleLoader(name string) (NativeModuleLoader, bool)
Click to show internal directories.
Click to hide internal directories.