//
pkg.gl
Category
github.com/wudaijun/gopher-luar
module
package
1.0.2
Repository:
https://github.com/wudaijun/gopher-luar.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
1.4k SLOC
#
README
gopher-luar
custom type reflection for
gopher-lua
.
License
MPL 2.0
#
Functions
GetConfig
GetConfig returns the luar configuration options for the given *lua.LState.
MT
MT returns the metatable for value's type.
New
New creates and returns a new lua.LValue for the given value.
NewType
NewType returns a new type generator for the given value's type.
#
Structs
Config
Config is used to define luar behaviour for a particular *lua.LState.
LState
LState is an wrapper for gopher-lua's LState.
Metatable
Metatable is the Lua metatable for a Go type.