Categorygithub.com/wudaijun/gopher-luar
modulepackage
1.0.2
Repository: https://github.com/wudaijun/gopher-luar.git
Documentation: pkg.go.dev

# README

gopher-luar GoDoc

custom type reflection for gopher-lua.

License

MPL 2.0

# Functions

GetConfig returns the luar configuration options for the given *lua.LState.
MT returns the metatable for value's type.
New creates and returns a new lua.LValue for the given value.
NewType returns a new type generator for the given value's type.

# Structs

Config is used to define luar behaviour for a particular *lua.LState.
LState is an wrapper for gopher-lua's LState.
Metatable is the Lua metatable for a Go type.