github.com/kaisenlinux/docker.io@v0.0.0-20230510090727-ea55db55fac7/engine/cmd/dockerd/daemon_freebsd.go (about) 1 package main 2 3 // preNotifyReady sends a message to the host when the API is active, but before the daemon is 4 func preNotifyReady() { 5 } 6 7 // notifyReady sends a message to the host when the server is ready to be used 8 func notifyReady() { 9 } 10 11 // notifyStopping sends a message to the host when the server is shutting down 12 func notifyStopping() { 13 }