github.com/lacework-dev/go-moby@v20.10.12+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 }