fm

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetFunction

func SetFunction(name string, function govaluate.ExpressionFunction)

Types

type FunctionMap

type FunctionMap struct {
	// contains filtered or unexported fields
}

func DefaultFunctionMap

func DefaultFunctionMap() *FunctionMap

DefaultFunctionMap returns a function map with all global registered functions and the built in functions (pathMatch, regexMatch, ...)

func NewFunctionMap

func NewFunctionMap() *FunctionMap

NewFunctionMap returns an empty function map

func (*FunctionMap) GetFunctions

func (fm *FunctionMap) GetFunctions() map[string]govaluate.ExpressionFunction

GetFunctions return a map with all the functions

func (*FunctionMap) RemoveFunction

func (fm *FunctionMap) RemoveFunction(name string) bool

func (*FunctionMap) SetFunction

func (fm *FunctionMap) SetFunction(name string, function govaluate.ExpressionFunction)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL