From fd165e94d521f1f5988a76237dfd21638de29462 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Sun, 5 May 2019 18:02:59 +0100 Subject: [PATCH] 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 --- plugin/autopath/autopath.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: