package
Version:
v0.6.0
Opens a new window with list of versions in this module.
Published: Jul 8, 2024
License: LGPL-2.1
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func FuncARE(fn func() error) tengo.CallableFunc
FuncARE transform a function of 'func() error' signature into CallableFunc
type.
func FuncBYTEE(fn func() ([]byte, error)) tengo.CallableFunc
FuncBYTEE transform a function of 'func() ([]byte, error)' signature into
CallableFunc type.
type BoolP struct {
tengo.ObjectImpl
Value bool
}
func (b *BoolP) Copy() tengo.Object
Source Files
¶
Click to show internal directories.
Click to hide internal directories.