package
0.0.0-20231222171436-fb5bbcce67a4
Repository: https://github.com/ubis/freya.git
Documentation: pkg.go.dev

# Functions

ExecCommand executes a Lua command using the provided arguments and session.
Initialize loads all Lua scripts from the provided directory.
RegisterFunc registers a Go function as a global function accessible from all Lua scripts.

# Interfaces

LuaCallable represents an interface for objects that can be called within a Lua state.