2015-11-17 17:38:19 +00:00
|
|
|
package main
|
2015-09-23 23:42:08 +00:00
|
|
|
|
2020-12-22 09:43:01 +00:00
|
|
|
// preNotifyReady sends a message to the host when the API is active, but before the daemon is
|
|
|
|
func preNotifyReady() {
|
2017-02-01 18:52:16 +00:00
|
|
|
}
|
|
|
|
|
2020-12-22 09:43:01 +00:00
|
|
|
// notifyReady sends a message to the host when the server is ready to be used
|
|
|
|
func notifyReady() {
|
|
|
|
}
|
|
|
|
|
|
|
|
// notifyStopping sends a message to the host when the server is shutting down
|
|
|
|
func notifyStopping() {
|
2015-09-23 23:42:08 +00:00
|
|
|
}
|