Graceful's server struct exposes a ShutdownInitiated func() variable that is called when the program is shutting down.
Can we somehow expose this variable to the end user? My software runs several goroutine processes that I'd love to send a channel value to in order to let them clean up safely.