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

3 lines
60 B
Lua

return {
new = function(self, name, ...) return {} end,
}