Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InterruptHandler ¶
type InterruptHandler struct {
// contains filtered or unexported fields
}
func NewInterruptHandler ¶
func NewInterruptHandler(logger zerolog.Logger) *InterruptHandler
NewInterruptHanlder instantiates a new interrupt handler
func (*InterruptHandler) ShutdownDoneChannel ¶
func (i *InterruptHandler) ShutdownDoneChannel() <-chan struct{}
ShutdownDoneChannel returns the channel used to signal the end of the shutdown sequence
Click to show internal directories.
Click to hide internal directories.