Versions in this module Expand all Collapse all v0 v0.9.0 Jan 28, 2026 Changes in this version + func Id(s string) string + func Map(tbl *lua.LTable, st interface{}) error + func ToGoValue(lv lua.LValue, opt Option) interface + func ToUpperCamelCase(s string) string + type Mapper struct + Option Option + func NewMapper(opt Option) *Mapper + func (mapper *Mapper) Map(tbl *lua.LTable, st interface{}) error + type Option struct + ErrorUnused bool + NameFunc func(string) string + TagName string