mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-01-09 15:37:22 +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"
|
||||
)
|
||||
|
||||
// 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",
|
||||
|
|
Loading…
Reference in a new issue