aboutsummaryrefslogtreecommitdiff
path: root/middleware/middleware_test.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-09-14Remove the word middleware (#1067)Gravatar Miek Gieben 1-1/+0
* 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
2016-03-19Use context.ContextGravatar Miek Gieben 1-107/+0
Rename the old Context to State and use context.Context in the middleware for intra-middleware communication and more.
2016-03-18First commitGravatar Miek Gieben 1-0/+108