Versions in this module Expand all Collapse all v0 v0.1.0 Feb 5, 2026 Changes in this version + var Responses = map[string]Response + func Log() + func LogConnection(connection *gin.Context) + func LogInfo(s string) + type HttpsServer struct + Router *gin.Engine + func (H *HttpsServer) ListenAndServe(templatesDir string, assetsDir string) + type Response struct + Addresses []string + Fn gin.HandlerFunc + Method string + Protected bool + func (R *Response) OnProtected(c *gin.Context)