Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/env tarantool
- local param = ...
- local uuid = require('uuid')
- param.obj.uuid = uuid.new()
- param.routing_key = "handler_key"
- return param
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement