querylog: imp docs
This commit is contained in:
@@ -9,8 +9,8 @@ import (
|
|||||||
"github.com/miekg/dns"
|
"github.com/miekg/dns"
|
||||||
)
|
)
|
||||||
|
|
||||||
// csvHeaderRow is a slice of strings with row names for CSV header. This
|
// csvHeaderRow is a slice of strings with column names for CSV header row.
|
||||||
// slice should correspond with [logEntry.toCSV] func.
|
// This slice should correspond with [logEntry.toCSV] func.
|
||||||
var csvHeaderRow = []string{
|
var csvHeaderRow = []string{
|
||||||
"ans_dnssec",
|
"ans_dnssec",
|
||||||
"ans_rcode",
|
"ans_rcode",
|
||||||
|
|||||||
Reference in New Issue
Block a user