pack = function()

in lib/shenyu/register/zookeeper/zk_proto.lua [56:59]


    pack = function(self)
        local stream = {}
        return table.concat(stream)
    end