auto go fmt
Signed-off-by: coredns[bot] <bot@bot.coredns.io>
This commit is contained in:
parent
9b7c046fc3
commit
630fa4786a
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ type Dnstap struct {
|
||||||
|
|
||||||
// IncludeRawMessage will include the raw DNS message into the dnstap messages if true.
|
// IncludeRawMessage will include the raw DNS message into the dnstap messages if true.
|
||||||
IncludeRawMessage bool
|
IncludeRawMessage bool
|
||||||
Identity []byte
|
Identity []byte
|
||||||
Version []byte
|
Version []byte
|
||||||
}
|
}
|
||||||
|
|
||||||
// TapMessage sends the message m to the dnstap interface.
|
// TapMessage sends the message m to the dnstap interface.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue