aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sql/logger.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/sql/logger.go b/sql/logger.go
index f6c7215..cca3de8 100644
--- a/sql/logger.go
+++ b/sql/logger.go
@@ -26,13 +26,6 @@ type Logger struct {
Logger *log.Logger
}
-// RecordOptions configures recording of DNS requests.
-type RecordOptions struct {
- Database string
- Mode int
- TTL time.Duration
-}
-
// Entry represents a DNS request log entry.
type Entry struct {
Time time.Time