Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GinEngineInterface ¶
type GinEngineInterface interface { InitGinApp(setupRoutes func()) GinEngineInterface RunServer() GetRootRouterGroup() *gin.RouterGroup }
func GetGinEngine ¶
func GetGinEngine() GinEngineInterface
func NewGinEngine ¶
func NewGinEngine() GinEngineInterface
Click to show internal directories.
Click to hide internal directories.