summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/ngx.upstream.lua
blob: 37b4ebc87082338c2132f961481a58aa85ce0b6a (plain)
1
2
3
4
5
6
7
8
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