package
2.17.0
Repository: https://github.com/d5/tengo.git
Documentation: pkg.go.dev

# Packages

# Functions

AllModuleNames returns a list of all default module names.
FuncAFFRF transform a function of 'func(float64, float64) float64' signature into CallableFunc type.
FuncAFIRB transform a function of 'func(float64, int) bool' signature into CallableFunc type.
FuncAFIRF transform a function of 'func(float64, int) float64' signature into CallableFunc type.
FuncAFRB transform a function of 'func(float64) bool' signature into CallableFunc type.
FuncAFRF transform a function of 'func(float64) float64' signature into CallableFunc type.
FuncAFRI transform a function of 'func(float64) int' signature into CallableFunc type.
FuncAI64R transform a function of 'func(int64)' signature into CallableFunc type.
FuncAI64RI64 transform a function of 'func(int64) int64' signature into CallableFunc type.
FuncAIFRF transform a function of 'func(int, float64) float64' signature into CallableFunc type.
FuncAIIRE transform a function of 'func(int, int) error' signature into CallableFunc type.
FuncAIR transform a function of 'func(int)' signature into CallableFunc type.
FuncAIRF transform a function of 'func(int) float64' signature into CallableFunc type.
FuncAIRIs transform a function of 'func(int) []int' signature into CallableFunc type.
FuncAIRS transform a function of 'func(int) string' signature into CallableFunc type.
FuncAIRSsE transform a function of 'func(int) ([]string, error)' signature into CallableFunc type.
FuncAR transform a function of 'func()' signature into CallableFunc type.
FuncARB transform a function of 'func() bool' signature into CallableFunc type.
FuncARE transform a function of 'func() error' signature into CallableFunc type.
FuncARF transform a function of 'func() float64' signature into CallableFunc type.
FuncARI transform a function of 'func() int' signature into CallableFunc type.
FuncARI64 transform a function of 'func() int64' signature into CallableFunc type.
FuncARIsE transform a function of 'func() ([]int, error)' signature into CallableFunc type.
FuncARS transform a function of 'func() string' signature into CallableFunc type.
FuncARSE transform a function of 'func() (string, error)' signature into CallableFunc type.
FuncARSs transform a function of 'func() []string' signature into CallableFunc type.
FuncARYE transform a function of 'func() ([]byte, error)' signature into CallableFunc type.
FuncASI64RE transform a function of 'func(string, int64) error' signature into CallableFunc type.
FuncASIIRE transform a function of 'func(string, int, int) error' signature into CallableFunc type.
FuncASIRS transform a function of 'func(string, int) string' signature into CallableFunc type.
FuncASRE transform a function of 'func(string) error' signature into CallableFunc type.
FuncASRIE transform a function of 'func(string) (int, error)' signature into CallableFunc type.
FuncASRS transform a function of 'func(string) string' signature into CallableFunc type.
FuncASRSE transform a function of 'func(string) (string, error)' signature into CallableFunc type.
FuncASRSs transform a function of 'func(string) []string' signature into CallableFunc type.
FuncASRYE transform a function of 'func(string) ([]byte, error)' signature into CallableFunc type.
FuncASSIRSs transform a function of 'func(string, string, int) []string' signature into CallableFunc type.
FuncASSRB transform a function of 'func(string, string) bool' signature into CallableFunc type.
FuncASSRE transform a function of 'func(string, string) error' signature into CallableFunc type.
FuncASSRI transform a function of 'func(string, string) int' signature into CallableFunc type.
FuncASSRS transform a function of 'func(string, string) string' signature into CallableFunc type.
FuncASSRSs transform a function of 'func(string, string) []string' signature into CallableFunc type.
FuncASsSRS transform a function of 'func([]string, string) string' signature into CallableFunc type.
FuncAYRIE transform a function of 'func([]byte) (int, error)' signature into CallableFunc type.
FuncAYRS transform a function of 'func([]byte) string' signature into CallableFunc type.
GetModuleMap returns the module map that includes all modules for the given module names.

# Variables

BuiltinModules are builtin type standard library modules.
SourceModules are source type standard library modules.