coredns/plugin/dnstap/msg
Miek Gieben c2d93f7182 plugin/dnstap: some cleanup (#1172)
Some cleanup in proxy and dnstap:
* just use time pkg directly and side step the indirection for Epoch
* Use Set in SetQueryEpoch to be more Go like. (Looked like a reader)
* Don't maintain two sets of time, we already track start, so use that.
* Use time.Time and convert when needed
* dedent the toDnstap function and put in a separate file
2017-10-25 19:46:41 +01:00
..
msg.go plugin/dnstap: some cleanup (#1172) 2017-10-25 19:46:41 +01:00
msg_test.go Remove the word middleware (#1067) 2017-09-14 09:36:06 +01:00
wrapper.go Adds the dnstap I/O routines and should fix some issues (#1083) 2017-09-26 11:45:33 -04:00