value

package
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 10, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Marshal

func Marshal(L *lua.LState, in interface{}) (lua.LValue, error)

func Unmarshal

func Unmarshal(lValue lua.LValue, in interface{}) error

func UnmarshalTo

func UnmarshalTo(L *lua.LState, lValue lua.LValue) (interface{}, error)

Types

type Marshaler

type Marshaler interface {
	MarshalLua(L *lua.LState) (lua.LValue, error)
}

type Unmarshaler

type Unmarshaler interface {
	UnmarshalLua(value lua.LValue, in interface{}) error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL