runtime

package
v2.0.0-...-005afa5 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2025 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Runtime

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

func NewRuntime

func NewRuntime(ctx *types.Context) *Runtime

func (*Runtime) Execute

func (rn *Runtime) Execute(seq *types.ExecutionSequence) (interface{}, error)

func (*Runtime) ExecuteUserFunction

func (rn *Runtime) ExecuteUserFunction(fn types.UserFunction, args []interface{}) (interface{}, error)

func (*Runtime) GetLocalVariable

func (rn *Runtime) GetLocalVariable(index int) (interface{}, bool)

func (*Runtime) Reset

func (rn *Runtime) Reset()

func (*Runtime) SetLocalVariable

func (rn *Runtime) SetLocalVariable(index int, val interface{})

Jump to

Keyboard shortcuts

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