Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FunctionEntry ¶
type FunctionEntry struct {
Name string
Arguments []ArgSpec
Handler JpFunction
}
func GetDefaultFunctions ¶
func GetDefaultFunctions() []FunctionEntry
type JpFunction ¶
type JpFunction = func([]interface{}) (interface{}, error)
Click to show internal directories.
Click to hide internal directories.