Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSessionL ¶
Types ¶
type Context ¶
type Context struct {
// contains filtered or unexported fields
}
func (*Context) AssertFunction ¶
func (c *Context) AssertFunction() lua.LGFunction
func (*Context) MetatableName ¶
type Session ¶
type Session struct {
Name string `lua:"name"`
Keys []string `lua:"keys"`
// contains filtered or unexported fields
}
func (*Session) AssertFunction ¶
func (s *Session) AssertFunction() lua.LGFunction
func (*Session) MetatableName ¶
type Web ¶
type Web struct {
Addr string `lua:"addr"`
Mode string `lua:"mode"`
Pattern string `lua:"pattern"`
Static map[string]string `lua:"static"`
TrustedProxies []string `lua:"trusted_proxies"`
// contains filtered or unexported fields
}
func (*Web) AssertFunction ¶
func (w *Web) AssertFunction() lua.LGFunction
func (*Web) MetatableName ¶
Click to show internal directories.
Click to hide internal directories.