operators

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OperationManager

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

func InitializeOperators

func InitializeOperators(utilities operatorUtilities) *OperationManager

func (*OperationManager) GetAllDataTypes

func (m *OperationManager) GetAllDataTypes() []string

func (*OperationManager) GetOperator

func (m *OperationManager) GetOperator(val interface{}) Operators

func (*OperationManager) GetOperators

func (m *OperationManager) GetOperators(dataType string) []string

type Operators

type Operators interface {
	GetOperators() []string
	GetExecutor(functionName string) descriptors.Executor
	ExecuteOperator(descriptors.Executor, interface{}, interface{}) bool
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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