Documentation
¶
Overview ¶
Copyright Jetstack Ltd. See LICENSE for details.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Hooks ¶
type Hooks struct {
// contains filtered or unexported fields
}
func (*Hooks) AddPreShutdownHook ¶
func (h *Hooks) AddPreShutdownHook(name string, hook ShutdownHook)
func (*Hooks) RunPreShutdownHooks ¶
RunPreShutdownHooks runs the PreShutdownHooks for the server
type ShutdownHook ¶
type ShutdownHook func() error
Click to show internal directories.
Click to hide internal directories.