Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Responses = map[string]Response{ "not-found-screen": { Fn: func(c *gin.Context) { c.HTML(http.StatusNotFound, "not-found.html", nil) }, Method: "GET", }, } )
Functions ¶
func LogConnection ¶
Types ¶
type HttpsServer ¶
func (*HttpsServer) ListenAndServe ¶
func (H *HttpsServer) ListenAndServe(templatesDir string, assetsDir string)
Click to show internal directories.
Click to hide internal directories.