# Functions
GoToLua converts a Go value to a lua.LValue.
LTableToMap converts a lua.LTable to a map[string]interface{}.
LTableToStringMap converts a lua.LTable to a map[string]string.
LuaToGo converts a lua.LValue to an interface{}.
MapToLTable converts a map to a lua.LTable.
No description provided by the author
No description provided by the author
StringMapToLTable converts a map to a lua.LTable.
ValidateLua 验证脚本是否正确.
# Constants
LoadLuaLibs If config.Properties sets this key, then it means to load the built-in lua third-party tool library, otherwise do not load.
# Variables
No description provided by the author
# Structs
No description provided by the author