package
0.0.1-rc1
Repository: https://github.com/xmapst/autoexecflow.git
Documentation: pkg.go.dev

# Functions

Id is an Option.NameFunc that returns given string as-is.
Map maps the lua table to the given struct pointer with default options.
NewMapper returns a new mapper.
ToGoValue converts the given LValue to a Go object.
ToUpperCamelCase is an Option.NameFunc that converts strings from snake case to upper camel case.

# Structs

Mapper maps a lua table to a Go struct pointer.
Option is a configuration that is used to create a new mapper.