ingress-nginx-helm/rootfs/etc/nginx/lua/test/mocks/resty/roundrobin.lua

4 lines
55 B
Lua
Raw Normal View History

return {
new = function(self, nodes) return {} end
}