Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Context ¶
type Context struct {
// contains filtered or unexported fields
}
func (*Context) Type ¶ added in v0.5.0
func (c *Context) Type() lua.LValueType
type Session ¶
type Session struct {
Name string `lua:"name"`
Keys []string `lua:"keys"`
// contains filtered or unexported fields
}
func (*Session) Type ¶ added in v0.5.0
func (s *Session) Type() lua.LValueType
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) Type ¶ added in v0.5.0
func (w *Web) Type() lua.LValueType
Click to show internal directories.
Click to hide internal directories.