diff options
author | 2019-05-05 18:02:59 +0100 | |
---|---|---|
committer | 2019-05-05 18:02:59 +0100 | |
commit | fd165e94d521f1f5988a76237dfd21638de29462 (patch) | |
tree | 382bbe330ed0d51c52a2547c8c382a1432d26fcd /plugin | |
parent | 0c2dbed82a0e9b2223b9b90fe34446cabfa73363 (diff) | |
download | coredns-fd165e94d521f1f5988a76237dfd21638de29462.tar.gz coredns-fd165e94d521f1f5988a76237dfd21638de29462.tar.zst coredns-fd165e94d521f1f5988a76237dfd21638de29462.zip |
plugin/autopath docs: remove last use of middleware (#2817)
This has somehow survived; the docs still used Middleware instead of
Plugins.
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/autopath/autopath.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/autopath/autopath.go b/plugin/autopath/autopath.go index 9ffc2497b..73882cdbd 100644 --- a/plugin/autopath/autopath.go +++ b/plugin/autopath/autopath.go @@ -20,7 +20,7 @@ through the search path. It is assume the search path ordering is identical between server and client. -Middleware implementing autopath, must have a function called `AutoPath` of type +Plugins implementing autopath, must have a function called `AutoPath` of type autopath.Func. Note the searchpath must be ending with the empty string. I.e: |