Documentation
¶
Index ¶
- func LuaConvertValue(l *lua.LState, val interface{}) lua.LValue
- type Engine
- func (m *Engine) AddFilterExport(f filter.Filter)
- func (m *Engine) AddWindowExports(w window.Windower, v interface{})
- func (m *Engine) Export(name string, fn lua.LGFunction)
- func (m *Engine) ExportInjector(name string, ifn injector.Fn)
- func (m *Engine) ExportInterceptor(name string, ifn interceptor.Fn)
- func (m *Engine) Loader(l *lua.LState) int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Engine ¶
type Engine struct {
// contains filtered or unexported fields
}
func (*Engine) AddFilterExport ¶
func (*Engine) AddWindowExports ¶
func (*Engine) ExportInterceptor ¶
func (m *Engine) ExportInterceptor(name string, ifn interceptor.Fn)
Click to show internal directories.
Click to hide internal directories.