package
Version:
v1.0.9
Opens a new window with list of versions in this module.
Published: Jan 7, 2026
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
signal.Wait(func(sig os.Signal) {
log.Info("Gracefully shutting down...")
log.Info("Waiting for all request to finish")
err := app.Shutdown()
if err != nil {
log.Fatal(err)
}
log.Info("Running cleanup tasks...")
log.Info("Server was successful shutdown.")
})
Source Files
¶
Click to show internal directories.
Click to hide internal directories.