//
pkg.gl
Category
github.com/d5/tengo/v2
examples
interoperability
package
2.17.0
Repository:
https://github.com/d5/tengo.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
8
Dependents
0
Files
246 SLOC
#
Functions
NewGoProxy
NewGoProxy creates GoProxy object.
#
Variables
ProxySource
ProxySource is a tengo script to handle bidirectional arguments flow between go and pure tengo functions.
#
Structs
CallArgs
CallArgs holds function name to be executed and its required parameters with a channel to listen result of function.
GoProxy
GoProxy is a builtin tengo module to register tengo functions and run them.