Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Event ¶
type Event int
const ( // EventShutdown is triggered when the server process is about to stop. EventShutdown Event = iota // EventReload is triggered when the server process receives the SIGUSR2 // signal (on POSIX platforms) and indicates the request to reload the // server configuration from persistent storage. // // Since it is by design problematic to reload the modules configuration, // this event only applies to secondary files such as aliases mapping and // TLS certificates. EventReload // EventLogRotate is triggered when the server process receives the SIGUSR1 // signal (on POSIX platforms) and indicates the request to reopen used log // files since they might have rotated. EventLogRotate )
Click to show internal directories.
Click to hide internal directories.