]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DOC: lua: fix core.{proxies,frontends,backends} visibility
authorAurelien DARRAGON <adarragon@haproxy.com>
Thu, 11 May 2023 15:31:46 +0000 (17:31 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 12 May 2023 07:45:30 +0000 (09:45 +0200)
commit2a29571c11a5c4d12192f355d1475b0ee9f1142d
treeacd82af131d25983466e018abd15233f09b6c603
parentceb13b5ed33271dfd7e8a324263bef9eddc733f6
DOC: lua: fix core.{proxies,frontends,backends} visibility

Despite the doc not mentionning it, core.{proxies,frontends,backends}
methods are also available from init context.
(through core.register_init() functions)

Updating the documentation to reflect this possibility.
doc/lua-api/index.rst