summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/library/ngx.upstream.lua
blob: cee95ce094f609ac9eaa6ff9190e7fc6ea8d6f60 (plain)
1
2
3
4
5
6
7
8
9
---@meta
ngx_upstream={}
function ngx_upstream.get_backup_peers() end
function ngx_upstream.get_servers() end
function ngx_upstream.current_upstream_name() end
function ngx_upstream.get_primary_peers() end
function ngx_upstream.set_peer_down() end
function ngx_upstream.get_upstreams() end
return ngx_upstream