matterbridge/vendor/github.com/d5/tengo/objects/callable_func.go

5 lines
150 B
Go

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