Versions in this module Expand all Collapse all v1 v1.0.6 Dec 16, 2025 Changes in this version + const DefaultCallStackSize + const DefaultRegistrySize + const DefaultScriptTimeout type Engine + ScriptTimeout time.Duration + func (e *Engine) DoString(script string) error + type EngineOption func(*Engine) + func WithScriptTimeout(d time.Duration) EngineOption v1.0.5 Dec 16, 2025 v1.0.4 Dec 16, 2025 Changes in this version + type Engine struct + L *lua.LState + LastCommand *cli.Command + func NewEngine(registrar cli.PluginRegistrar) *Engine + func (e *Engine) Close() + func (e *Engine) LoadDir(dir string) error + func (e *Engine) LoadFile(path string) error