package
Version:
v1.2.5
Opens a new window with list of versions in this module.
Published: May 13, 2024
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
¶
type Hook interface {
WithSignals(signals ...syscall.Signal) Hook
Close(funcs ...func())
}
Hook a graceful shutdown hook, default with signals of SIGINT and SIGTERM
NewHook create a Hook instance
Source Files
¶
Click to show internal directories.
Click to hide internal directories.