Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RsaDecrypt ¶
Types ¶
type Engine ¶
type Engine struct {
// contains filtered or unexported fields
}
func ReleasesEngine ¶
func ReleasesEngine() *Engine
func (*Engine) EasyCombine ¶
如果使用 这个函数的话会自动加载Group,请注意!!!!
func (*Engine) NewAuthRouterGroup ¶
func (e *Engine) NewAuthRouterGroup(group string) *gin.RouterGroup
func (*Engine) NewRouterGroup ¶
func (e *Engine) NewRouterGroup(group string) *gin.RouterGroup
func (*Engine) WithOptions ¶
func (e *Engine) WithOptions(opts ...EngineOption) *Engine
type EngineOption ¶
type EngineOption interface {
// contains filtered or unexported methods
}
func EnablePingCheck ¶
func EnablePingCheck() EngineOption
type IGRouter ¶
type IGRouter interface { SetAuthRg(authRg *gin.RouterGroup) SetRg(rg *gin.RouterGroup) InitRouter() }
Click to show internal directories.
Click to hide internal directories.