Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { // Error logs errors returned by the DNS handler using // the formatter Error method. Error(s string) // LogRequest logs the request using the formatter Request // method, at the beginning of the request handling. LogRequest(s string) // LogResponse logs the response using the formatter Response // method, at the end of the request handling. LogResponse(s string) // LogRequestResponse logs the request and response together // using the formatter RequestResponse method, at the end of the // request handling. LogRequestResponse(s string) }
Click to show internal directories.
Click to hide internal directories.