aboutsummaryrefslogtreecommitdiff
path: root/plugin/done.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-08-24go report card fixes (#3182)Gravatar Miek Gieben 1-1/+0
Went over the list at https://goreportcard.com/report/github.com/coredns/coredns and removed/fix some code to make it slightly happier. Signed-off-by: Miek Gieben <miek@miek.nl>
2019-03-29plugin/cancel: add context cancelation plugin (#2711)Gravatar Miek Gieben 1-0/+14
* plugin/cancel: add context cancelation plugin Per review comments on #2704, move this into a plugin that gets called. Add the most minimal plugin, tests and documenation. Signed-off-by: Miek Gieben <miek@miek.nl> * plugin/cache: add timeout option review feedback: add option to set custom timeout. Signed-off-by: Miek Gieben <miek@miek.nl> * spelling Signed-off-by: Miek Gieben <miek@miek.nl>