querylog: imp docs

This commit is contained in:
Dimitry Kolyshev 2023-06-02 15:15:37 +03:00
parent dafc785845
commit 66d9ea7cca

View file

@ -9,8 +9,8 @@ import (
"github.com/miekg/dns"
)
// csvHeaderRow is a slice of strings with row names for CSV header. This
// slice should correspond with [logEntry.toCSV] func.
// csvHeaderRow is a slice of strings with column names for CSV header row.
// This slice should correspond with [logEntry.toCSV] func.
var csvHeaderRow = []string{
"ans_dnssec",
"ans_rcode",