daemon_freebsd.go 344 B

12345678910111213
  1. package main
  2. // preNotifyReady sends a message to the host when the API is active, but before the daemon is
  3. func preNotifyReady() {
  4. }
  5. // notifyReady sends a message to the host when the server is ready to be used
  6. func notifyReady() {
  7. }
  8. // notifyStopping sends a message to the host when the server is shutting down
  9. func notifyStopping() {
  10. }