Documentation ¶ Index ¶ Constants func HttpPing(router *gin.Engine) type LierGin func NewGin(routerFunc ...func(router *gin.Engine)) *LierGin func (l *LierGin) SetRouters(routerFunc ...func(router *gin.Engine)) func (l *LierGin) SetServer(c *http.Server) func (l *LierGin) Start() error func (l *LierGin) Stop() Constants ¶ View Source const ( LOCALHOST = "localhost" PORT8080 = 8080 ) Variables ¶ This section is empty. Functions ¶ func HttpPing ¶ added in v1.0.1 func HttpPing(router *gin.Engine) HttpPing router ping Types ¶ type LierGin ¶ type LierGin struct { // contains filtered or unexported fields } func NewGin ¶ func NewGin(routerFunc ...func(router *gin.Engine)) *LierGin func (*LierGin) SetRouters ¶ added in v1.0.1 func (l *LierGin) SetRouters(routerFunc ...func(router *gin.Engine)) func (*LierGin) SetServer ¶ func (l *LierGin) SetServer(c *http.Server) func (*LierGin) Start ¶ func (l *LierGin) Start() error func (*LierGin) Stop ¶ func (l *LierGin) Stop() Stop http server stop Source Files ¶ View all Source files gin.go Directories ¶ Show internal Expand all Path Synopsis middleware Click to show internal directories. Click to hide internal directories.