Versions in this module Expand all Collapse all v2 v2.0.2 Sep 4, 2026 v2.0.1 Sep 4, 2026 Changes in this version + func Init(configFile string) + type App struct + MGin *mgin + Router *gin.Engine + func NewApp(configFile, appName, version string, xlang bool) *App + func (app *App) EnableHealth() + func (app *App) EnableMetrics() + func (app *App) GetVersion() string + func (app *App) MarkHealthStarted() + func (app *App) Run() + type MginPlugin interface + Check func() error + Close func() + Init func(configData []byte) Other modules containing this package github.com/maczh/mgin