summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/d5/tengo/objects/callable_func.go
blob: cf9b43aa18221583d9184f48bfd60504a647b82e (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)