diff options
Diffstat (limited to 'meta/3rd/OpenResty/library/resty.upstream.healthcheck.lua')
-rw-r--r-- | meta/3rd/OpenResty/library/resty.upstream.healthcheck.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/3rd/OpenResty/library/resty.upstream.healthcheck.lua b/meta/3rd/OpenResty/library/resty.upstream.healthcheck.lua new file mode 100644 index 00000000..824dc183 --- /dev/null +++ b/meta/3rd/OpenResty/library/resty.upstream.healthcheck.lua @@ -0,0 +1,6 @@ +---@meta +resty_upstream_healthcheck={} +function resty_upstream_healthcheck.status_page() end +resty_upstream_healthcheck._VERSION="0.05" +function resty_upstream_healthcheck.spawn_checker(opts) end +return resty_upstream_healthcheck
\ No newline at end of file |