funcs

package
v0.0.0-...-88cc69c Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2023 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetFunctions

func GetFunctions() map[string]govaluate.ExpressionFunction

Types

type Func

type Func interface {
	// Name func name
	Name() string

	// ExpressionFunction expression function description
	ExpressionFunction() govaluate.ExpressionFunction
}

type IF

type IF struct {
}

func (*IF) ExpressionFunction

func (i *IF) ExpressionFunction() govaluate.ExpressionFunction

func (*IF) Name

func (i *IF) Name() string

type Sum

type Sum struct {
}

func (*Sum) ExpressionFunction

func (s *Sum) ExpressionFunction() govaluate.ExpressionFunction

func (*Sum) Name

func (s *Sum) Name() string

Jump to

Keyboard shortcuts

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