aboutsummaryrefslogtreecommitdiff
path: root/plugin/root/root_test.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-08-14Typo fixes (#2031)Gravatar Karsten Weiss 1-1/+1
2018-04-19Update all plugins to use plugin/pkg/log (#1694)Gravatar Miek Gieben 1-3/+0
* Update all plugins to use plugin/pkg/log I wish this could have been done with sed. Alas manually changed all callers to use the new plugin/pkg/log package. * Error -> Info * Add docs to debug plugin as well
2017-09-14Remove the word middleware (#1067)Gravatar Miek Gieben 1-0/+107
* Rename middleware to plugin first pass; mostly used 'sed', few spots where I manually changed text. This still builds a coredns binary. * fmt error * Rename AddMiddleware to AddPlugin * Readd AddMiddleware to remain backwards compat