algorithm

package
v0.13.2 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Python added in v0.11.0

type Python struct {
	Command command
	Getwd   func() (dir string, err error)
}

Python is an implementation of an algorithm runner that runs algorithms using Python commands

func NewAlgorithmPython added in v0.11.0

func NewAlgorithmPython() *Python

func (*Python) RunAlgorithmWithValue added in v0.11.0

func (r *Python) RunAlgorithmWithValue(algorithmPath string, value string, timeout int) (string, error)

RunAlgorithmWithValue runs an algorithm at the path provided, passing through the value provided

Jump to

Keyboard shortcuts

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