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>
This commit is contained in:
Miek Gieben
2019-05-05 18:02:59 +01:00
committed by GitHub
parent 0c2dbed82a
commit fd165e94d5

View File

@@ -20,7 +20,7 @@ through the search path.
It is assume the search path ordering is identical between server and client. 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. autopath.Func. Note the searchpath must be ending with the empty string.
I.e: I.e: