Versions in this module
v1
Sep 7, 2022
Changes in this version
+
func RegisterExternMethod(methodName string, method LuaExternFunc) error
—
linux/amd64, windows/amd64
+
type LuaExternFunc func(context.Context, ...interface{}) (interface{}, error)
—
linux/amd64, windows/amd64