Versions in this module Expand all Collapse all v0 v0.0.1 Jul 8, 2024 Changes in this version + func InitConfig() + func RegisterRoutes(route Route) + type Handlers struct + Cert string + Handlers []Route + Key string + Port int + var Cfg Handlers + func GetHandlers(lua bool) (Handlers, error) + type Route struct + Content string + ContentType string + LuaFunc *lua.LFunction + Route string