Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func (*App) Close ¶
func (app *App) Close()
Close - метод освобождения ресурсов приложения
if err := app.Close(); err != nil {
log.Errorf("app close error [%v]", err)
panic(errs.NewAppCommonError("app close failed", err))
}
func (*App) WaitForStop ¶
func (app *App) WaitForStop()
Click to show internal directories.
Click to hide internal directories.