github.com/docker/engine@v22.0.0-20211208180946-d456264580cf+incompatible/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 }