Versions in this module Expand all Collapse all v0 v0.0.1 May 23, 2022 Changes in this version + func RunCore(ip string, port int, path string, opt ...config.Opt) error + type Context struct + type Engine struct + func Default() *Engine + func New(mode Mode) *Engine + func NewWithConfig(mode Mode, c *config.Config) *Engine + func (e *Engine) CheckLevel() gin.HandlerFunc + func (e *Engine) CheckLogin() gin.HandlerFunc + func (e *Engine) InterceptICO() gin.HandlerFunc + func (e *Engine) PrintInfo(opt ...config.PrintOpt) *Engine + func (e *Engine) Run(ports ...int) error + func (e *Engine) SetConfig(ip string, port int, path string, opt ...config.Opt) *Engine + func (e *Engine) SetMiddleware() *Engine + func (e *Engine) SetRoute() *Engine + type Mode string + const Debug + const Release + const Test