package
0.0.1-rc1
Repository: https://github.com/xmapst/autoexecflow.git
Documentation: pkg.go.dev

# README

yaegi

exec yaegi type script

Usage

# params is dict
import "fmt"

func EvalCall(params map[string]interface{}) {
	fmt.Println(params)
	fmt.Println("Hello, World!")
}

# Functions

No description provided by the author

# Structs

No description provided by the author