Files
waf-platform/EdgeNode/internal/js/function_callback.go
2026-02-04 20:27:13 +08:00

8 lines
186 B
Go

// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
//go:build script
// +build script
package js
type FunctionCallback func(info *FunctionArguments) (any, error)