pack = function()

in lib/shenyu/register/zookeeper/zk_proto.lua [39:41]


    pack = function(self)
        return pack(">II", self.xid, self.type)
    end