Versions in this module Expand all Collapse all v0 v0.1.0 Nov 10, 2025 Changes in this version + func Eval(f Function, params ...interface{}) (interface{}, error) + func IsFunctionPackage(pkg string) bool + func Register(function Function) error + func ResolveAliases() + func SetPackageAlias(pkg string, alias string) + type Function interface + Eval func(params ...interface{}) (interface{}, error) + Name func() string + Sig func() (paramTypes []data.Type, isVariadic bool) + func Get(id string) Function