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

4 lines
60 B
Lua
Raw Normal View History

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