Documentation ¶
Index ¶
- Variables
- func Bind(L *lua.State, root string)
- func BindCarbon(L *lua.State)
- func BindComs(L *lua.State)
- func BindContext(L *lua.State, context *gin.Context)
- func BindConversions(L *lua.State)
- func BindEncoding(L *lua.State)
- func BindEngine(L *lua.State)
- func BindIOEnhancements(L *lua.State)
- func BindKVStore(L *lua.State)
- func BindMarkdown(L *lua.State)
- func BindMiddleware(L *lua.State)
- func BindNet(L *lua.State)
- func BindOSEnhancements(L *lua.State)
- func BindOther(L *lua.State)
- func BindPhysFS(L *lua.State)
- func BindRedis(L *lua.State)
- func BindStatic(L *lua.State, cfe *cache.Cache)
- func BindThread(L *lua.State)
- func CGI(path, dir string, args, env []string) func(*gin.Context)
- func CGI_Dynamic(path, dir string, args, env []string) func(*gin.Context)
- func Combine(middlewares []func(*gin.Context)) func(*gin.Context)
- func DLRWS_NS(bcode string, dobind bool, vals map[string]interface{}) (func(*gin.Context), error)
- func DLRWS_RUS(bcode string, instances int, dobind bool, vals map[string]interface{}) (func(*gin.Context), error)
- func DLR_NS(bcode string, dobind bool, vals map[string]interface{}) (func(*gin.Context), error)
- func DLR_RUS(bcode string, instances int, dobind bool, vals map[string]interface{}) (func(*gin.Context), error)
- func Echo(status int, s string) func(*gin.Context)
- func EchoHTML(status int, s string) func(*gin.Context)
- func ExtRoute(plan Plan) func(*gin.Context)
- func GetInstance() *lua.State
- func If_Not_Regexp(regex string, handler func(*gin.Context)) (func(*gin.Context), error)
- func If_Not_Status(status int, handler func(*gin.Context)) func(*gin.Context)
- func If_Not_Written(handler func(*gin.Context)) func(*gin.Context)
- func If_Regexp(regex string, handler func(*gin.Context)) (func(*gin.Context), error)
- func If_Status(status int, handler func(*gin.Context)) func(*gin.Context)
- func If_Written(handler func(*gin.Context)) func(*gin.Context)
- func Init(j int, cfe_new *cache.Cache, kvstore_new *cache.Cache, root string)
- func Lua() func(*gin.Context)
- func Preloader()
- func VHOST(plan Plan) func(*gin.Context)
- func VHOST_Middleware(plan Plan) gin.HandlerFunc
- type Plan
Constants ¶
This section is empty.
Variables ¶
View Source
var LDumper *lua.State
View Source
var Preloaded chan *lua.State
Functions ¶
func BindCarbon ¶
func BindConversions ¶
func BindEncoding ¶ added in v1.2.2
func BindEngine ¶
func BindIOEnhancements ¶
func BindKVStore ¶
func BindMarkdown ¶
func BindMiddleware ¶
func BindOSEnhancements ¶
func BindPhysFS ¶
func BindStatic ¶
func BindThread ¶
func CGI_Dynamic ¶ added in v1.2.1
func GetInstance ¶
func If_Not_Regexp ¶ added in v1.2.1
func If_Not_Status ¶ added in v1.2.1
func If_Not_Written ¶ added in v1.2.1
func VHOST_Middleware ¶
func VHOST_Middleware(plan Plan) gin.HandlerFunc
Types ¶
Click to show internal directories.
Click to hide internal directories.