lua

package
v0.0.0-...-80ea987 Latest Latest
Warning

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

Go to latest
Published: May 5, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CallOneToMany

func CallOneToMany(script, fName, p string) ([]string, error)

func CallOneToOne

func CallOneToOne(script, fName, p string) (string, error)

Types

type Function

type Function interface {
	Name() string
	Script() string
	OneToOne(string) (string, error)
	OneToMany(string) ([]string, error)
}

func LoadFromPath

func LoadFromPath(path string) ([]Function, error)

Jump to

Keyboard shortcuts

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