This commit is contained in:
Miek Gieben 2015-01-11 09:23:26 +00:00
parent 5bde7ab7ea
commit 79f88fc5d7
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +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 NotifyStartedFunc is set is is called, once the server has started listening.
// If NotifyStartedFunc is set is is called, once the server has started listening.
NotifyStartedFunc func()
// For graceful shutdown.