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:
parent
0c2dbed82a
commit
fd165e94d5
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue