1.4.5.2
This commit is contained in:
7
EdgeNode/internal/js/function_callback.go
Normal file
7
EdgeNode/internal/js/function_callback.go
Normal file
@@ -0,0 +1,7 @@
|
||||
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
||||
//go:build script
|
||||
// +build script
|
||||
|
||||
package js
|
||||
|
||||
type FunctionCallback func(info *FunctionArguments) (any, error)
|
||||
Reference in New Issue
Block a user