Small cleanup of the docs

This commit is contained in:
Miek Gieben 2014-12-12 12:57:47 +00:00
parent ab5f43b1a4
commit 2c1a31d550
1 changed files with 1 additions and 2 deletions

View File

@ -223,8 +223,7 @@ type Server struct {
// Unsafe instructs the server to disregard any sanity checks and directly hand the message to
// the handler. It will specfically not check if the query has the QR bit not set.
Unsafe bool
// If set, called once the server has started listening. This is useful if
// you need to drop privileges only after binding.
// If NotifyStartedFunc is set is is called, once the server has started listening.
NotifyStartedFunc func()
// For graceful shutdown.