mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-01-10 07:57:23 +03:00
querylog: imp docs
This commit is contained in:
parent
dafc785845
commit
66d9ea7cca
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue