summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/d5/tengo/objects/callable_func.go
blob: ad25e65d3fe8211641e725a7078c17e749144b66 (plain) (blame)
1
2
3
4
package objects

// CallableFunc is a function signature for the callable functions.
type CallableFunc = func(args ...Object) (ret Object, err error)