summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/library/ngx/upstream.lua
diff options
context:
space:
mode:
authorcarsakiller <carsakiller@gmail.com>2023-10-27 20:42:05 -0400
committercarsakiller <carsakiller@gmail.com>2023-10-27 20:42:05 -0400
commitd2f198493b8d3de1c98c94db17a17e378925792e (patch)
treef28e3322d42f1d493c7be8c910b44047c02a08f7 /meta/3rd/OpenResty/library/ngx/upstream.lua
parent178d6258167de8a305284e65c413ce6f4df5b5e8 (diff)
downloadlua-language-server-d2f198493b8d3de1c98c94db17a17e378925792e.zip
refactor: replace openresty with LuaCATS submodule
Diffstat (limited to 'meta/3rd/OpenResty/library/ngx/upstream.lua')
m---------meta/3rd/OpenResty0
-rw-r--r--meta/3rd/OpenResty/library/ngx/upstream.lua9
2 files changed, 0 insertions, 9 deletions
diff --git a/meta/3rd/OpenResty b/meta/3rd/OpenResty
new file mode 160000
+Subproject 3bec36f0f645bb38b3c8208990d5c36feb66ce3
diff --git a/meta/3rd/OpenResty/library/ngx/upstream.lua b/meta/3rd/OpenResty/library/ngx/upstream.lua
deleted file mode 100644
index 7313481c..00000000
--- a/meta/3rd/OpenResty/library/ngx/upstream.lua
+++ /dev/null
@@ -1,9 +0,0 @@
----@meta
-local upstream={}
-function upstream.get_backup_peers() end
-function upstream.get_servers() end
-function upstream.current_upstream_name() end
-function upstream.get_primary_peers() end
-function upstream.set_peer_down() end
-function upstream.get_upstreams() end
-return upstream \ No newline at end of file